diff options
Diffstat (limited to 'ext/wddx/tests/bug34306.phpt')
-rwxr-xr-x | ext/wddx/tests/bug34306.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/wddx/tests/bug34306.phpt b/ext/wddx/tests/bug34306.phpt index 2212dad918..5f1a0df72f 100755 --- a/ext/wddx/tests/bug34306.phpt +++ b/ext/wddx/tests/bug34306.phpt @@ -1,5 +1,7 @@ --TEST-- #34306 (wddx_serialize_value() crashes with long array keys) +--SKIPIF-- +<?php if (!extension_loaded("wddx")) print "skip"; ?> --FILE-- <?php |