mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
- Fix test
This commit is contained in:
parent
ce8106ff13
commit
2f9fddbb7b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class test
|
||||||
|
|
||||||
file_put_contents($filename, $code);
|
file_put_contents($filename, $code);
|
||||||
|
|
||||||
var_dump(`"$php" -l "$filename" 2>/dev/null`);
|
var_dump(`"$php" -n -l "$filename" 2>/dev/null`);
|
||||||
|
|
||||||
@unlink($filename);
|
@unlink($filename);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue