Home
last modified time | relevance | path

Searched refs:json (Results 76 – 89 of 89) sorted by path

1234

/PHP-7.2/ext/json/tests/
H A Dpass003.phpt2 JSON (http://www.crockford.com/JSON/JSON_checker/test/pass3.json)
4 <?php if (!extension_loaded("json")) print "skip"; ?>
H A Dserialize.phpt6 <?php if (!extension_loaded("json")) print "skip"; ?>
H A Dunsupported_type_error.phpt4 <?php if (!extension_loaded("json")) print "skip"; ?>
/PHP-7.2/ext/opcache/tests/
H A Djmp_elim_001.phpt5 <?php if (!extension_loaded("json")) print "skip"; ?>
14 header('Content-Type: application/json');
/PHP-7.2/ext/pcre/tests/
H A Dpreg_match_error4.phpt815 "name": "composer.json\\/composer.lock",
831 "composer.json\\/composer.lock": "dev-a923f6cdbbc9439cabb74aa9003f6d51",
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug66584.phpt6 if (!extension_loaded('json')) die('skip json ext not loaded');
/PHP-7.2/ext/pgsql/tests/
H A Dconfig.inc20 $table_def_92 = "CREATE TABLE ${table_name_92} (textary text[], jsn json);";
/PHP-7.2/ext/simplexml/tests/
H A Dbug66084_1.phpt2 Bug #66084 simplexml_load_string() mangles empty node name, json variant
5 <?php if (!extension_loaded("json")) print "skip json not available"; ?>
/PHP-7.2/ext/standard/tests/class_object/
H A Dget_object_vars_variation_004.phpt4 <?php if (!extension_loaded("json")) print "skip"; ?>
/PHP-7.2/ext/standard/tests/general_functions/
H A Dis_callable_variation1.phpt5 if (!extension_loaded('json')) die("skip requires ext/json");
/PHP-7.2/ext/standard/tests/url/
H A Dbase64_decode_basic_003.phpt4 <?php if (!extension_loaded("json")) print "skip"; ?>
/PHP-7.2/sapi/fpm/tests/
H A Dstatus.inc16 'json' => 'application/json',
175 * Check json status page.
H A Dtester.inc476 $formats = ['plain', 'html', 'xml', 'json']
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in178 ; 'html', 'xml' or 'json' in the query string will return the corresponding
181 ; http://www.foo.bar/status?json
189 ; http://www.foo.bar/status?json&full

Completed in 45 milliseconds

1234