mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fixed tests
This commit is contained in:
parent
1dfc3ac4a4
commit
acc71e71bc
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ echo $HTTP_SESSION_VARS;
|
||||||
echo "\nok\n";
|
echo "\nok\n";
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--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
|
ok
|
||||||
|
|
||||||
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at %sunset_cv05.php on line %d
|
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at %sunset_cv05.php on line %d
|
||||||
|
|
|
@ -19,7 +19,7 @@ echo $x;
|
||||||
echo "ok\n";
|
echo "ok\n";
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--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
|
1
|
||||||
|
|
||||||
Deprecated: Function session_register() is deprecated in %s on line %d
|
Deprecated: Function session_register() is deprecated in %s on line %d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue