Home
last modified time | relevance | path

Searched refs:log_errors (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/tests/basic/
H A D027.phpt9 log_errors=0
/PHP-7.4/tests/output/
H A Dbug74815.phpt8 … -n -d error_log=".__DIR__."/error_log.tmp -d error_reporting=E_ALL -d log_errors=On -d track_erro…
/PHP-7.4/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt41 log_errors = Off
87 ["log_errors"]=>
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug60723.phpt5 log_errors=On
/PHP-7.4/tests/run-test/
H A Dtest008.phpt19 var_dump(ini_get('log_errors'));
H A Dtest005.phpt19 var_dump(ini_get('log_errors'));
H A Dtest008a.phpt19 var_dump(ini_get('log_errors'));
/PHP-7.4/main/
H A Dphp_globals.h73 zend_bool log_errors; member
H A Dmain.c779 …STD_PHP_INI_BOOLEAN("log_errors", "0", PHP_INI_ALL, OnUpdateBool, log_errors, php_core_gl…
1332 && (PG(log_errors) || PG(display_errors) || (!module_initialized))) { in php_error_cb()
1378 if (!module_initialized || PG(log_errors)) { in php_error_cb()
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug31422.phpt8 log_errors=1
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in438 ;php_admin_flag[log_errors] = on
/PHP-7.4/
H A Dphp.ini-development111 ; log_errors
503 log_errors = On
505 ; Set maximum length of log_errors. In error_log information about the source is
H A Dphp.ini-production111 ; log_errors
503 log_errors = On
505 ; Set maximum length of log_errors. In error_log information about the source is

Completed in 66 milliseconds