Fixed tests

This commit is contained in:
Dmitry Stogov 2009-09-21 08:28:53 +00:00
parent 1dfc3ac4a4
commit acc71e71bc
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ echo $HTTP_SESSION_VARS;
echo "\nok\n";
?>
--EXPECTF--
PHP Warning: Directive 'register_long_arrays' is deprecated in PHP %d.%d and greater in Unknown on line 0
Warning: Directive 'register_long_arrays' is deprecated in PHP %d.%d and greater in Unknown on line 0
ok
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at %sunset_cv05.php on line %d

View File

@ -19,7 +19,7 @@ echo $x;
echo "ok\n";
?>
--EXPECTF--
PHP Warning: Directive 'register_globals' is deprecated in PHP %d.%d and greater in Unknown on line 0
Warning: Directive 'register_globals' is deprecated in PHP %d.%d and greater in Unknown on line 0
1
Deprecated: Function session_register() is deprecated in %s on line %d