From: Zoe Slattery Date: Tue, 5 May 2009 13:53:11 +0000 (+0000) Subject: Fixed tests - thanks mgdm X-Git-Tag: php-5.3.0RC2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56e61fb2a5c7978a80842798e9cf1eb5d9d7ea3b;p=php Fixed tests - thanks mgdm --- diff --git a/Zend/tests/unset_cv05.phpt b/Zend/tests/unset_cv05.phpt index bc023c4e26..24f9c00912 100644 --- a/Zend/tests/unset_cv05.phpt +++ b/Zend/tests/unset_cv05.phpt @@ -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 diff --git a/Zend/tests/unset_cv06.phpt b/Zend/tests/unset_cv06.phpt index 3a70ad7709..b6825947ba 100644 --- a/Zend/tests/unset_cv06.phpt +++ b/Zend/tests/unset_cv06.phpt @@ -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 diff --git a/ext/filter/tests/bug39763.phpt b/ext/filter/tests/bug39763.phpt index 1a07599564..429fff6f7c 100644 --- a/ext/filter/tests/bug39763.phpt +++ b/ext/filter/tests/bug39763.phpt @@ -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