]> granicus.if.org Git - php/commitdiff
Fixed tests - thanks mgdm
authorZoe Slattery <zoe@php.net>
Tue, 5 May 2009 13:53:11 +0000 (13:53 +0000)
committerZoe Slattery <zoe@php.net>
Tue, 5 May 2009 13:53:11 +0000 (13:53 +0000)
Zend/tests/unset_cv05.phpt
Zend/tests/unset_cv06.phpt
ext/filter/tests/bug39763.phpt

index bc023c4e266d28efa83d233205b5e14300d18cd3..24f9c0091253846ab727ac15cf0278b9d3f10290 100644 (file)
@@ -19,6 +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
 ok
 
 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at %sunset_cv05.php on line %d
index 3a70ad7709775a7932665d49b02ab2e5015d7efd..b6825947bafde76275d52d90405a5f2c3cc6c398 100644 (file)
@@ -19,6 +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
 1
 
 Deprecated: Function session_register() is deprecated in %s on line %d
index 1a0759956444a49b289c3630ba466ffd099a81f1..429fff6f7cb9c663c6560e432cea237bdf8cff2f 100644 (file)
@@ -12,6 +12,6 @@ parse_str("val=%22probably+a+bug%22");
 echo $val . "\n";
 ?>
 --EXPECT--     
+PHP Warning:  Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
 \"probably a bug\"
-\"probably a bug\"
-PHP Warning:  Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
\ No newline at end of file
+\"probably a bug\"
\ No newline at end of file