Home
last modified time | relevance | path

Searched refs:display_errors (Results 26 – 43 of 43) sorted by relevance

12

/PHP-7.4/ext/intl/tests/
H A Dtimezone_getDisplayName_variant2-49+.phpt10 ini_set("display_errors", 1);
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_015.phpt8 display_errors=1
H A Dbug43177.phpt11 ini_set('display_errors', 0);
/PHP-7.4/ext/oci8/tests/
H A Dnull_byte_1.phpt11 display_errors = On
H A Dnull_byte_2.phpt9 display_errors = On
H A Derror_set.phpt11 ini_set('display_errors', 'Off');
/PHP-7.4/ext/standard/tests/file/
H A Dbug69442.phpt16 …exec($_SERVER['TEST_PHP_EXECUTABLE']." -d display_errors=1 -d error_reporting=E_ALL ".$tmpFile." 2…
/PHP-7.4/Zend/tests/
H A Dbug38047.phpt7 ini_set("display_errors", "on");
/PHP-7.4/main/
H A Dphp_globals.h71 zend_bool display_errors; member
H A Dfopen_wrappers.c451 orig_display_errors = PG(display_errors);
452 PG(display_errors) = 0;
454 PG(display_errors) = orig_display_errors;
466 PG(display_errors) = orig_display_errors;
H A Dmain.c530 …PG(display_errors) = (zend_bool) php_get_display_errors_mode(ZSTR_VAL(new_value), ZSTR_LEN(new_val… in PHP_INI_MH()
767 …STD_PHP_INI_ENTRY_EX("display_errors", "1", PHP_INI_ALL, OnUpdateDisplayErrors, display_errors,…
1332 && (PG(log_errors) || PG(display_errors) || (!module_initialized))) { in php_error_cb()
1390 …if (PG(display_errors) && ((module_initialized && !PG(during_request_startup)) || (PG(display_star… in php_error_cb()
1408 PG(display_errors) == PHP_DISPLAY_ERRORS_STDERR in php_error_cb()
1455 if (!PG(display_errors) && in php_error_cb()
H A Dphp_variables.c189 if (!PG(display_errors)) { in php_register_variable_ex()
/PHP-7.4/ext/soap/tests/
H A Dbug48557.phpt8 ini_set('display_errors', 1);
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in436 ;php_flag[display_errors] = off
/PHP-7.4/ext/soap/
H A Dsoap.c2161 int old = PG(display_errors);
2213 PG(display_errors) = 0;
2226 PG(display_errors) = old;
/PHP-7.4/
H A Dphp.ini-development96 ; display_errors
482 display_errors = On
485 ; separately from display_errors. PHP's default behavior is to suppress those
H A Dphp.ini-production96 ; display_errors
482 display_errors = Off
485 ; separately from display_errors. PHP's default behavior is to suppress those
H A DNEWS1623 . Fixed bug #76596 (phpdbg support for display_errors=stderr). (kabel)
2262 . Fixed bug #76596 (phpdbg support for display_errors=stderr). (kabel)

Completed in 53 milliseconds

12