diff options
Diffstat (limited to 'ext/json/tests/bug41504.phpt')
| -rw-r--r-- | ext/json/tests/bug41504.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/json/tests/bug41504.phpt b/ext/json/tests/bug41504.phpt index 6e51bb91a..bef497404 100644 --- a/ext/json/tests/bug41504.phpt +++ b/ext/json/tests/bug41504.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #41504 (json_decode() converts empty array keys to "_empty_") +--SKIPIF-- +<?php if (!extension_loaded('json')) print 'skip'; ?> --FILE-- <?php @@ -26,4 +28,4 @@ array(2) { [""]=> string(5) "value" } -Done
\ No newline at end of file +Done |
