mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix cleanup in bug70748.phpt
git add Zend/tests usable again...
This commit is contained in:
@@ -12,7 +12,7 @@ var_dump(parse_ini_file($ini_file));
|
||||
?>
|
||||
--CLEAN--
|
||||
<?php
|
||||
unlink(__DIR__ . "bug70748.ini");
|
||||
unlink(__DIR__ . "/bug70748.ini");
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: syntax error, unexpected $end, expecting '}' in %sbug70748.ini on line %d
|
||||
|
||||
Reference in New Issue
Block a user