Lines Matching refs:error_log
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] ***
33 Warning: error_log(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within t…
35 Warning: error_log(%s/test/bad/bad.txt): Failed to open stream: %s in %s on line %d
38 Warning: error_log(): open_basedir restriction in effect. File(%s/test/bad.txt) is not within the a…
40 Warning: error_log(%s/test/bad.txt): Failed to open stream: %s in %s on line %d
43 Warning: error_log(): open_basedir restriction in effect. File(%s/bad.txt) is not within the allowe…
45 Warning: error_log(%s/bad.txt): Failed to open stream: %s in %s on line %d
48 *** Finished testing open_basedir configuration [error_log] ***