summaryrefslogtreecommitdiff
path: root/ext/wddx/tests/bug72340.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wddx/tests/bug72340.phpt')
-rw-r--r--ext/wddx/tests/bug72340.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/wddx/tests/bug72340.phpt b/ext/wddx/tests/bug72340.phpt
index 8d694ca52e..7597a2f479 100644
--- a/ext/wddx/tests/bug72340.phpt
+++ b/ext/wddx/tests/bug72340.phpt
@@ -19,6 +19,7 @@ EOF;
$array = wddx_deserialize($xml);
var_dump($array);
?>
---EXPECT--
+--EXPECTF--
+Deprecated: Function wddx_deserialize() is deprecated in %s on line %d
array(0) {
}