We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bca89bb + de9f325 commit 9342729Copy full SHA for 9342729
tests/output/bug74815.phpt
@@ -5,10 +5,14 @@ Bug #74815 crash with a combination of INI entries at startup
5
6
$php = getenv("TEST_PHP_EXECUTABLE");
7
8
-echo shell_exec("$php -n -d error_log=errors.log -d error_reporting=E_ALL -d log_errors=On -d track_errors=On -v");
+echo shell_exec("$php -n -d error_log=".__DIR__."/error_log.tmp -d error_reporting=E_ALL -d log_errors=On -d track_errors=On -v");
9
10
?>
11
==DONE==
12
+--CLEAN--
13
+<?php
14
+unlink(__DIR__.'/error_log.tmp');
15
+?>
16
--EXPECTF--
17
Deprecated: Directive 'track_errors' is deprecated in Unknown on line 0
18
%A
0 commit comments