Home
last modified time | relevance | path

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

12

/PHP-5.6/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-5.6/ext/opcache/
H A Dzend_accelerator_debug.c47 if (!ZCG(accel_directives).error_log || in zend_accel_error()
48 !*ZCG(accel_directives).error_log || in zend_accel_error()
49 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error()
53 fLog = fopen(ZCG(accel_directives).error_log, "a+"); in zend_accel_error()
/PHP-5.6/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-5.6/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-5.6/sapi/fpm/fpm/
H A Dfpm_stdio.c292 if (!strcasecmp(fpm_global_config.error_log, "syslog")) {
302 fd = open(fpm_global_config.error_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
304 zlog(ZLOG_SYSERROR, "failed to open error_log (%s)", fpm_global_config.error_log);
H A Dfpm_conf.h28 char *error_log; member
/PHP-5.6/Zend/tests/
H A Dbug39542.phpt15 error_log('Error: Autoload class: '.$class.' not found!');
/PHP-5.6/ext/session/tests/
H A Drfc1867_invalid_settings_2.phpt5 error_log=
H A Drfc1867_invalid_settings_2-win.phpt5 error_log=
H A Drfc1867_invalid_settings.phpt5 error_log=
H A Drfc1867_invalid_settings-win.phpt5 error_log=
/PHP-5.6/sapi/fpm/tests/
H A Dskipapparmor.inc6 error_log = $logfile
H A D013.phpt15 error_log = $logfile
H A D002.phpt15 error_log = $logfile
H A D014.phpt15 error_log = $logfile
H A D003.phpt18 error_log = $logfile
H A D011.phpt15 error_log = $logfile
H A D009.phpt15 error_log = $logfile
H A D004.phpt18 error_log = $logfile
H A D005.phpt18 error_log = $logfile
H A D006.phpt18 error_log = $logfile
H A D017.phpt16 error_log = $logfile
H A Dapparmor.phpt22 error_log = $logfile
/PHP-5.6/main/
H A Dphp_globals.h80 char *error_log; member

Completed in 54 milliseconds

12