summaryrefslogtreecommitdiff
path: root/ext/wddx/tests/bug68996.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wddx/tests/bug68996.phpt')
-rw-r--r--ext/wddx/tests/bug68996.phpt15
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/wddx/tests/bug68996.phpt b/ext/wddx/tests/bug68996.phpt
deleted file mode 100644
index cba4b3f194..0000000000
--- a/ext/wddx/tests/bug68996.phpt
+++ /dev/null
@@ -1,15 +0,0 @@
---TEST--
-Bug #68996 (Invalid free of CG(interned_empty_string))
---SKIPIF--
-<?php
-if (getenv("USE_ZEND_ALLOC") !== "0")
- print "skip Need Zend MM disabled";
-?>
---FILE--
-<?php
-echo wddx_serialize_value("\xfc\x63") . "\n";
-echo wddx_serialize_value([ "\xfc\x63" => "foo" ]) . "\n";
-?>
---EXPECT--
-<wddxPacket version='1.0'><header/><data><string></string></data></wddxPacket>
-<wddxPacket version='1.0'><header/><data><struct><var name=''><string>foo</string></var></struct></data></wddxPacket>