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/Zend/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/error_reporting02.phpt |
--TEST-- testing @ and error_reporting - 2 --FILE-- <?php error_reporting(E_ALL); function foo($arg) { } function bar() { error_reporting(E_ALL|E_STRICT); throw new Exception("test"); } try { @foo(@bar()); } catch (Exception $e) { } var_dump(error_reporting()); echo "Done\n"; ?> --EXPECT-- int(32767) Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare