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/tests/run-test/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/tests/run-test/test008.phpt |
--TEST-- Error message handling (without ZendOpcache) --SKIPIF-- <?php !extension_loaded("Zend Opcache") or die("skip Zend Opcache is loaded"); ?> --INI-- track_errors=1 --FILE-- <?php // If this test fails ask the developers of run-test.php // // We check the general ini settings which affect error handling // and than verify if a message is given by a division by zero. // EXPECTF is used here since the error format may change but ut // should always contain 'Division by zero'. var_dump(ini_get('display_errors')); var_dump(ini_get('error_reporting')); var_dump(ini_get('log_errors')); var_dump(ini_get('track_errors')); ini_set('display_errors', "0"); var_dump(ini_get('display_errors')); $error = 1 / 0; var_dump($php_errormsg); ?> --EXPECTF-- Deprecated: Directive 'track_errors' is deprecated in Unknown on line 0 string(1) "1" string(5) "32767" string(1) "0" string(1) "1" string(1) "0" string(%d) "%sivision by zer%s"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare