diff options
author | Jakub Zelenka <bukka@php.net> | 2015-11-15 19:06:09 +0000 |
---|---|---|
committer | Jakub Zelenka <bukka@php.net> | 2015-11-15 19:06:09 +0000 |
commit | e5abc53701ba5a9b58dfaba3b59881c9c410a8e7 (patch) | |
tree | cd52561b00721a80f3af32a3db28a716c5398175 /ext/json/tests/json_encode_numeric.phpt | |
parent | f8bf9bd86bdeef33a48e43d772d8a25a4fe3e6ff (diff) | |
download | php-git-e5abc53701ba5a9b58dfaba3b59881c9c410a8e7.tar.gz |
Use the same CS for all json tests
Diffstat (limited to 'ext/json/tests/json_encode_numeric.phpt')
-rw-r--r-- | ext/json/tests/json_encode_numeric.phpt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/json/tests/json_encode_numeric.phpt b/ext/json/tests/json_encode_numeric.phpt index 5392350194..5850c4c959 100644 --- a/ext/json/tests/json_encode_numeric.phpt +++ b/ext/json/tests/json_encode_numeric.phpt @@ -1,11 +1,7 @@ --TEST-- Test json_encode() function with numeric flag --SKIPIF-- -<?php -if (!extension_loaded("json")) { - die('skip JSON extension not available in this build'); -} -?> +<?php if (!extension_loaded("json")) print "skip"; ?> --FILE-- <?php var_dump( |