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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user