diff options
-rw-r--r-- | ext/standard/tests/serialize/bug72610_3.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/tests/serialize/bug72610_3.phpt b/ext/standard/tests/serialize/bug72610_3.phpt index 4e690878d5..86941f2f35 100644 --- a/ext/standard/tests/serialize/bug72610_3.phpt +++ b/ext/standard/tests/serialize/bug72610_3.phpt @@ -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 |