summaryrefslogtreecommitdiff
path: root/ext/wddx
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-17 12:04:03 +0200
committerAnatol Belski <ab@php.net>2016-08-17 12:04:03 +0200
commit7d4c5a0dc9a5c36211257f80aa93ceb092b9241e (patch)
treeda5518d86ad5004327cabe8b57e1318d1f44248b /ext/wddx
parenta5d00fc90861bdb828e1d8bd30c9ce915efeb246 (diff)
downloadphp-git-7d4c5a0dc9a5c36211257f80aa93ceb092b9241e.tar.gz
Revert "fix tests"
This reverts commit a47df5be1999b30df0d6d9161e57e760443c9eec. Looks like some environment issue, as some system throws the notice, some don't. Revert for now.
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