Home
last modified time | relevance | path

Searched refs:error_log (Results 1 – 25 of 51) sorted by relevance

123

/PHP-7.1/tests/security/
H A Dopen_basedir_error_log_variation.phpt9 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 Dopen_basedir_error_log.phpt5 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-7.1/ext/opcache/
H A Dzend_accelerator_debug.c44 if (!ZCG(accel_directives).error_log || in zend_accel_error()
45 !*ZCG(accel_directives).error_log || in zend_accel_error()
46 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error()
50 fLog = fopen(ZCG(accel_directives).error_log, "a+"); in zend_accel_error()
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug60723.phpt2 Bug #60723 (error_log error time has changed to UTC ignoring default timezo)
10 ini_set("error_log", $log);
12 error_log("dummy");
/PHP-7.1/sapi/fpm/tests/
H A Dpool-apparmor-basic.phpt8 error_log = /dev/null
27 error_log = {{FILE:LOG}}
H A Dsocket-uds-acl.phpt9 error_log = /dev/null
45 error_log = {{FILE:LOG}}
H A Dsocket-ipv4-basic.phpt12 error_log = {{FILE:LOG}}
H A Dbug68381-log-level-warning.phpt14 error_log = {{FILE:LOG}}
H A Dsocket-ipv6-basic.phpt15 error_log = {{FILE:LOG}}
H A Dbug68420-ipv4-all-addresses.phpt14 error_log = {{FILE:LOG}}
H A Dsocket-uds-basic.phpt12 error_log = {{FILE:LOG}}
H A Dbug68458-pm-no-start-server.phpt14 error_log = {{FILE:LOG}}
H A Dfastcgi_finish_request_basic.phpt12 error_log = {{FILE:LOG}}
H A Dsocket-ipv6-any.phpt15 error_log = {{FILE:LOG}}
H A Dbug68428-ipv6-allowed-clients.phpt15 error_log = {{FILE:LOG}}
H A Dproc-no-start-server.phpt14 error_log = {{FILE:LOG}}
H A Dsocket-ipv4-allowed-clients.phpt15 error_log = {{FILE:LOG}}
H A Dbug68421-ipv6-access-log.phpt15 error_log = {{FILE:LOG:ERR}}
H A Dbug73342-nonblocking-stdio.phpt12 error_log = {{FILE:LOG}}
/PHP-7.1/ext/exif/
H A Dtest.txt45 error_log($msg,0);
65 //error_log("search_file($root,$path)",0);
69 //error_log("search_file($root$path):$type=$found",0);
88 //error_log("search_file($root$path) add:$path/$found",0);
90 error_log("exif test page - counting files: $cnt",0);
121 //error_log("SCRIPT_FILENAME($path)",0);
124 //error_log("argv($path)",0);
128 error_log("exif test page - counting files in $path");
130 error_log("exif test page - counting files: ".count($possible)." done.",0);
263 if ( !((++$num)%100)) error_log("exif test page - checking files: $num",0);
[all …]
/PHP-7.1/ext/session/tests/
H A Drfc1867_invalid_settings_2.phpt5 error_log=
H A Drfc1867_invalid_settings.phpt5 error_log=
/PHP-7.1/Zend/tests/
H A Dbug39542.phpt15 error_log('Error: Autoload class: '.$class.' not found!');
H A Dbug74093.phpt2 Bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log)
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_stdio.c291 if (!strcasecmp(fpm_global_config.error_log, "syslog")) {
301 fd = open(fpm_global_config.error_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
303 zlog(ZLOG_SYSERROR, "failed to open error_log (%s)", fpm_global_config.error_log);

Completed in 17 milliseconds

123