1
0
mirror of https://github.com/php/php-src.git synced 2026-04-13 02:52:48 +02:00

add skip when json not loaded

This commit is contained in:
Remi Collet
2017-01-06 06:23:59 +01:00
parent 3b14d7b84b
commit db890956ec

View File

@@ -1,5 +1,7 @@
--TEST--
__wakeup should be able to modify dynamic properties without affecting copies of those properties
--SKIPIF--
<?php if (!extension_loaded("json")) print "skip json_encode needed"; ?>
--FILE--
<?php