Searched refs:error_log (Results 1 – 25 of 160) sorted by relevance
1234567
/php-src/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-src/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-src/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-src/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!');
|
/php-src/tests/basic/ |
H A D | errorlog_permission.phpt | 10 error_log=error_permissions_test.log 23 error_log("hello world");
|
/php-src/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 | log-invalid-port.phpt | 12 error_log = {{FILE:LOG}}
|
H A D | socket-ipv4-basic.phpt | 12 error_log = {{FILE:LOG}}
|
H A D | gh-11086-daemonized-logs-duplicated.phpt | 14 error_log = /dev/stderr
|
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}}
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_stdio.c | 373 if (!strcasecmp(fpm_global_config.error_log, "syslog")) { 383 fd = open(fpm_global_config.error_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR); 386 zlog(ZLOG_SYSERROR, "failed to open error_log (%s)", fpm_global_config.error_log); 398 strcmp(fpm_global_config.error_log, "/dev/stderr") == 0 || 399 strcmp(fpm_global_config.error_log, "/proc/self/fd/2") == 0
|
/php-src/ext/session/tests/user_session_module/ |
H A D | bug60860.phpt | 7 error_log=
|
/php-src/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 | bug66481.phpt | 5 error_log=
|
Completed in 22 milliseconds
1234567