Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/sapi/cli/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/sapi/cli/tests/011.phpt |
--TEST-- syntax check --SKIPIF-- <?php include "skipif.inc"; ?> --FILE-- <?php $php = getenv('TEST_PHP_EXECUTABLE'); $filename = dirname(__FILE__)."/011.test.php"; $code = ' <?php $test = "var"; class test { private $var; } echo test::$var; ?> '; file_put_contents($filename, $code); var_dump(`"$php" -n -l $filename`); var_dump(`"$php" -n -l some.unknown`); $code = ' <?php class test private $var; } ?> '; file_put_contents($filename, $code); var_dump(`"$php" -n -l $filename`); @unlink($filename); echo "Done\n"; ?> --EXPECTF-- string(%d) "No syntax errors detected in %s011.test.php " string(40) "Could not open input file: some.unknown " string(%d) " Parse error: %s expecting %s{%s in %s on line %d Errors parsing %s011.test.php " Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare