Searched refs:error_log (Results 1 – 25 of 126) sorted by relevance
123456
/PHP-8.1/tests/security/ |
H A D | open_basedir_error_log_variation.phpt | 9 test_open_basedir_before("error_log"); 13 var_dump(error_log("Hello World!", DESTINATION_IS_FILE, $initdir."/test/bad/bad.txt")); 14 var_dump(error_log("Hello World!", DESTINATION_IS_FILE, $initdir."/test/bad.txt")); 15 var_dump(error_log("Hello World!", DESTINATION_IS_FILE, $initdir."/bad.txt")); 16 var_dump(error_log("Hello World!", DESTINATION_IS_FILE, $initdir."/test/ok/ok.txt")); 18 test_open_basedir_after("error_log"); 26 *** Testing open_basedir configuration [error_log] *** 35 Warning: error_log(%s/test/bad/bad.txt): Failed to open stream: %s in %s on line %d 40 Warning: error_log(%s/test/bad.txt): Failed to open stream: %s in %s on line %d 45 Warning: error_log(%s/bad.txt): Failed to open stream: %s in %s on line %d [all …]
|
H A D | open_basedir_error_log.phpt | 5 error_log= 10 test_open_basedir_before("error_log"); 13 var_dump(ini_set("error_log", $initdir."/test/bad/bad.txt")); 14 var_dump(ini_set("error_log", $initdir."/test/bad.txt")); 15 var_dump(ini_set("error_log", $initdir."/bad.txt")); 16 var_dump(ini_set("error_log", $initdir."/test/ok/ok.txt")); 17 var_dump(ini_set("error_log", $initdir."/test/ok/ok.txt")); 19 test_open_basedir_after("error_log"); 27 *** Testing open_basedir configuration [error_log] *** 44 *** Finished testing open_basedir configuration [error_log] ***
|
/PHP-8.1/ext/standard/tests/general_functions/ |
H A D | bug60723.phpt | 2 Bug #60723 (error_log error time has changed to UTC ignoring default timezo) 10 ini_set("error_log", $log); 12 error_log("dummy");
|
/PHP-8.1/ext/opcache/ |
H A D | zend_accelerator_debug.c | 43 if (!ZCG(accel_directives).error_log || in zend_accel_error_va_args() 44 !*ZCG(accel_directives).error_log || in zend_accel_error_va_args() 45 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error_va_args() 49 fLog = fopen(ZCG(accel_directives).error_log, "a"); in zend_accel_error_va_args()
|
/PHP-8.1/Zend/tests/ |
H A D | bug79919.phpt | 4 error_log= 9 $b = error_log(0);
|
H A D | bug39542.phpt | 4 error_log= 17 error_log('Error: Autoload class: '.$class.' not found!');
|
H A D | bug74093.phpt | 2 Bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log)
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | log-bm-in-shutdown-fn.phpt | 12 error_log = {{FILE:LOG}} 28 error_log(str_repeat('e', 80));
|
H A D | log-bm-limit-1024-msg-80.phpt | 12 error_log = {{FILE:LOG}} 27 error_log(str_repeat('e', 80));
|
H A D | log-bm-limit-2048-msg-4000.phpt | 12 error_log = {{FILE:LOG}} 27 error_log(str_repeat('t', 4000));
|
H A D | bug72185-fcgi-empty-frame.phpt | 12 error_log = {{FILE:LOG}} 28 error_log('PHP is the best programming language');
|
H A D | gh8885-stderr-fd-reload-usr1.phpt | 2 FPM: GH-8885 - access.log with stderr begins to write logs to error_log after reloading logs 15 error_log = {{FILE:LOG}}
|
H A D | gh8885-stderr-fd-reload-usr2.phpt | 2 FPM: GH-8885 - access.log with stderr begins to write logs to error_log after daemon reload 15 error_log = {{FILE:LOG}}
|
H A D | pool-apparmor-basic.phpt | 8 error_log = /dev/null 27 error_log = {{FILE:LOG}}
|
H A D | socket-uds-acl.phpt | 9 error_log = /dev/null 45 error_log = {{FILE:LOG}}
|
H A D | socket-ipv4-basic.phpt | 12 error_log = {{FILE:LOG}}
|
H A D | pm-max-spawn-rate-config.phpt | 14 error_log = {{FILE:LOG}}
|
H A D | socket-ipv6-basic.phpt | 15 error_log = {{FILE:LOG}}
|
H A D | bug68420-ipv4-all-addresses.phpt | 14 error_log = {{FILE:LOG}}
|
H A D | bug80849-fpm.phpt | 11 error_log = {{FILE:LOG}}
|
H A D | pm-max-spawn-rate-run.phpt | 14 error_log = {{FILE:LOG}}
|
/PHP-8.1/ext/session/tests/ |
H A D | rfc1867_invalid_settings.phpt | 5 error_log=
|
H A D | rfc1867_invalid_settings_2.phpt | 5 error_log=
|
H A D | bug60860.phpt | 11 error_log=
|
H A D | bug66481.phpt | 5 error_log=
|
Completed in 26 milliseconds
123456