Searched refs:error_log (Results 1 – 25 of 45) sorted by relevance
12
/PHP-7.0/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-7.0/ext/opcache/ |
H A D | zend_accelerator_debug.c | 44 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.0/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-7.0/ext/exif/ |
H A D | test.txt | 45 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.0/ext/session/tests/ |
H A D | rfc1867_invalid_settings_2.phpt | 5 error_log=
|
H A D | rfc1867_invalid_settings.phpt | 5 error_log=
|
/PHP-7.0/Zend/tests/ |
H A D | bug39542.phpt | 15 error_log('Error: Autoload class: '.$class.' not found!');
|
/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm_stdio.c | 298 if (!strcasecmp(fpm_global_config.error_log, "syslog")) { 308 fd = open(fpm_global_config.error_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR); 310 zlog(ZLOG_SYSERROR, "failed to open error_log (%s)", fpm_global_config.error_log);
|
H A D | fpm_conf.h | 28 char *error_log; member
|
/PHP-7.0/sapi/fpm/tests/ |
H A D | 008.phpt | 9 error_log = /dev/null 33 error_log = $logfile
|
H A D | skipapparmor.inc | 6 error_log = $logfile
|
H A D | 021-uds-acl.phpt | 9 error_log = /dev/null 48 error_log = $logfile
|
H A D | 016.phpt | 9 error_log = /dev/null 33 error_log = $logfile
|
H A D | 013.phpt | 15 error_log = $logfile
|
H A D | 002.phpt | 15 error_log = $logfile
|
H A D | 014.phpt | 15 error_log = $logfile
|
H A D | 003.phpt | 18 error_log = $logfile
|
H A D | 011.phpt | 15 error_log = $logfile
|
H A D | 009.phpt | 15 error_log = $logfile
|
H A D | 004.phpt | 18 error_log = $logfile
|
H A D | 005.phpt | 18 error_log = $logfile
|
H A D | 006.phpt | 18 error_log = $logfile
|
H A D | 017.phpt | 16 error_log = $logfile
|
/PHP-7.0/main/ |
H A D | php_globals.h | 80 char *error_log; member
|
Completed in 43 milliseconds
12