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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/bug37811.phpt |
--TEST-- Bug #37811 (define not using toString on objects) --FILE-- <?php class TestClass { function __toString() { return "Foo"; } } define("Bar",new TestClass); var_dump(Bar); define("Baz",new stdClass); var_dump(Baz); ?> ===DONE=== --EXPECTF-- string(3) "Foo" Warning: Constants may only evaluate to scalar values or arrays in %sbug37811.php on line %d Warning: Use of undefined constant Baz - assumed 'Baz' (this will throw an Error in a future version of PHP) in %sbug37811.php on line %d string(3) "Baz" ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare