fix tests

This commit is contained in:
Antony Dovgal 2006-05-17 20:13:05 +00:00
parent 9c8b47d15e
commit 557b7fbec5
5 changed files with 6 additions and 6 deletions

View File

@ -22,5 +22,5 @@ var_dump(error_reporting());
echo "Done\n";
?>
--EXPECT--
int(8191)
int(6143)
Done

View File

@ -30,5 +30,5 @@ echo "Done\n";
Notice: Undefined variable: undef_value in %s on line %d
Notice: Undefined variable: undef_name in %s on line %d
int(8191)
int(6143)
Done

View File

@ -26,5 +26,5 @@ var_dump(error_reporting());
echo "Done\n";
?>
--EXPECTF--
int(8191)
int(6143)
Done

View File

@ -26,5 +26,5 @@ var_dump(error_reporting());
echo "Done\n";
?>
--EXPECTF--
int(8191)
int(6143)
Done

View File

@ -30,6 +30,6 @@ var_dump(error_reporting());
echo "Done\n";
?>
--EXPECTF--
int(8191)
int(8183)
int(6143)
int(6135)
Done