Skip to content

Commit b83fb47

Browse files
author
Jani Taskinen
committed
- Fix this again :)
1 parent ed849dd commit b83fb47

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sapi/cgi/tests/006.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
syntax check
33
--SKIPIF--
44
<?php include "skipif.inc"; ?>
5+
--INI--
6+
display_errors=stdout
57
--FILE--
68
<?php
79
include "include.inc";
@@ -42,7 +44,7 @@ class test
4244

4345
file_put_contents($filename, $code);
4446

45-
var_dump(`"$php" -n -l "$filename"`);
47+
var_dump(`"$php" -n -l "$filename" 2>/dev/null`);
4648

4749
@unlink($filename);
4850

0 commit comments

Comments
 (0)