Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/intl/tests/
H A Dtimezone_getDisplayName_variant4.phpt10 ini_set("display_errors", 1);
H A Dtimezone_getDisplayName_variant2.phpt15 ini_set("display_errors", 1);
H A Dtimezone_getDisplayName_variant2-49+.phpt11 ini_set("display_errors", 1);
/PHP-5.5/sapi/cgi/tests/
H A D006.phpt6 display_errors=stdout
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_015.phpt8 display_errors=1
H A Dbug43177.phpt11 ini_set('display_errors', 0);
/PHP-5.5/ext/oci8/tests/
H A Dnull_byte_2.phpt9 display_errors = On
H A Dnull_byte_3.phpt6 display_errors = On
H A Dnull_byte_1.phpt11 display_errors = On
/PHP-5.5/Zend/tests/
H A Dbug38047.phpt7 ini_set("display_errors", "on");
/PHP-5.5/main/
H A Dphp_globals.h73 zend_bool display_errors; member
H A Dfopen_wrappers.c448 orig_display_errors = PG(display_errors);
449 PG(display_errors) = 0;
451 PG(display_errors) = orig_display_errors;
459 PG(display_errors) = orig_display_errors;
H A Dmain.c364 PG(display_errors) = (zend_bool) php_get_display_errors_mode(new_value, new_value_length); in PHP_INI_MH()
491 …STD_PHP_INI_ENTRY_EX("display_errors", "1", PHP_INI_ALL, OnUpdateDisplayErrors, display_errors,…
1028 && (PG(log_errors) || PG(display_errors) || (!module_initialized))) { in php_error_cb()
1078 …if (PG(display_errors) && ((module_initialized && !PG(during_request_startup)) || (PG(display_star… in php_error_cb()
1097 PG(display_errors) == PHP_DISPLAY_ERRORS_STDERR in php_error_cb()
1154 if (!PG(display_errors) && in php_error_cb()
H A Dphp_variables.c142 if (!PG(display_errors)) { in php_register_variable_ex()
/PHP-5.5/ext/soap/tests/
H A Dbug48557.phpt8 ini_set('display_errors', 1);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug32647.phpt5 display_errors=1
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt17 ini_set('display_errors', false);
/PHP-5.5/ext/soap/
H A Dsoap.c2170 int old = PG(display_errors);
2196 PG(display_errors) = 0;
2211 PG(display_errors) = old;
2220 int old = PG(display_errors);
2280 PG(display_errors) = 0;
2294 PG(display_errors) = old;
/PHP-5.5/
H A Dphp.ini-development96 ; display_errors
466 display_errors = On
469 ; separately from display_errors. PHP's default behavior is to suppress those
H A Dphp.ini-production96 ; display_errors
466 display_errors = Off
469 ; separately from display_errors. PHP's default behavior is to suppress those
H A DINSTALL1689 it may not be set using ini_set(). However, the display_errors
H A DNEWS7174 - Changed "display_errors" php.ini option to accept "stderr" as value which
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in529 ;php_flag[display_errors] = off
/PHP-5.5/win32/
H A Dinstall.txt284 Some examples are display_errors being off and magic_quotes_gpc being off.

Completed in 105 milliseconds

12