1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00

- add skipif

This commit is contained in:
Pierre Joye
2011-09-05 13:41:01 +00:00
parent 830fce0c7c
commit 6b424c19ce

View File

@@ -1,5 +1,11 @@
--TEST--
Bug #48562 (Reference recursion causes segfault when used in wddx_serialize_vars())
--SKIPIF--
<?php
if (!extension_loaded('wddx')) {
die('skip. wddx not available');
}
?>
--FILE--
<?php