summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoe Slattery <zoe@php.net>2009-05-05 13:53:11 +0000
committerZoe Slattery <zoe@php.net>2009-05-05 13:53:11 +0000
commit56e61fb2a5c7978a80842798e9cf1eb5d9d7ea3b (patch)
tree122a9be308e417b01c0049046471d7ed6ead84c8
parente828880281570ba72cb4ec1c8d4e8587a5d42dcc (diff)
downloadphp-git-56e61fb2a5c7978a80842798e9cf1eb5d9d7ea3b.tar.gz
Fixed tests - thanks mgdm
-rw-r--r--Zend/tests/unset_cv05.phpt1
-rw-r--r--Zend/tests/unset_cv06.phpt1
-rw-r--r--ext/filter/tests/bug39763.phpt4
3 files changed, 4 insertions, 2 deletions
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