summaryrefslogtreecommitdiff
path: root/ext/wddx
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wddx')
-rw-r--r--ext/wddx/tests/bug72790.phpt5
-rw-r--r--ext/wddx/tests/bug72799.phpt5
2 files changed, 4 insertions, 6 deletions
diff --git a/ext/wddx/tests/bug72790.phpt b/ext/wddx/tests/bug72790.phpt
index 5bc4478401..a60524bdaf 100644
--- a/ext/wddx/tests/bug72790.phpt
+++ b/ext/wddx/tests/bug72790.phpt
@@ -31,6 +31,5 @@ XML;
$array = wddx_deserialize($xml);
var_dump($array);
?>
---EXPECTF--
-Notice: Undefined variable: array in %s%ebug72790.php on line %d
-NULL
+--EXPECT--
+NULL \ No newline at end of file
diff --git a/ext/wddx/tests/bug72799.phpt b/ext/wddx/tests/bug72799.phpt
index 53ac95bd6a..5861d5538f 100644
--- a/ext/wddx/tests/bug72799.phpt
+++ b/ext/wddx/tests/bug72799.phpt
@@ -24,6 +24,5 @@ XML;
$array = wddx_deserialize($xml);
var_dump($array);
?>
---EXPECTF--
-Notice: Undefined variable: array in %s%ebug72799.php on line 16
-NULL
+--EXPECT--
+NULL \ No newline at end of file