Home
last modified time | relevance | path

Searched refs:json (Results 1 – 25 of 60) sorted by last modified time

123

/php-src/.github/workflows/
H A Dnightly.yml28 path: branch-commit-cache.json
/php-src/sapi/fuzzer/
H A DREADME.md4 …zzing SAPI, as well as all available fuzzers. If you don't build the exif/json/mbstring extensions…
29 * `php-fuzz-json`: Fuzzing JSON parser
H A DMakefile.frag23 $(SAPI_FUZZER_PATH)/php-fuzz-json: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(PHP_FUZZER_JSON_OBJS)
/php-src/
H A DUPGRADING.INTERNALS113 - Symbol HAVE_JSON has been removed (ext/json is always available since PHP
H A D.gitignore138 /ext/json/json_scanner.c
139 /ext/json/php_json_scanner_defs.h
153 /ext/json/json_parser.tab.h
154 /ext/json/json_parser.tab.c
285 /branch-commit-cache.json
H A DEXTENSIONS342 EXTENSION: json
/php-src/.github/
H A DCODEOWNERS22 /ext/json @bukka
H A Dlabeler.yml128 "Extension: json":
131 - ext/json/**/*
/php-src/sapi/fpm/tests/
H A Dtester.inc680 $formats = ['plain', 'html', 'xml', 'json', 'openmetrics']
H A Dresponse.inc152 * Expect that one of the processes in json status process list has a field with value that
162 $rawData = $this->getBody('application/json');
166 "The body data is not a valid status json containing processes field '$rawData'"
H A Dstatus.inc16 'json' => 'application/json',
200 * Check json status page.
/php-src/build/
H A Dgen_stub.php4094 function parseFramelessFunctionInfo(string $json): FramelessFunctionInfo { argument
4096 $json = json_decode($json, true);
4098 $framelessFunctionInfo->arity = $json["arity"];
/php-src/ext/json/
H A Djson_arginfo.h11 ZEND_ARG_TYPE_INFO(0, json, IS_STRING, 0)
18 ZEND_ARG_TYPE_INFO(0, json, IS_STRING, 0)
H A Dconfig.m41 PHP_NEW_EXTENSION(json,
2 json.c \
7 PHP_INSTALL_HEADERS([ext/json], [php_json.h php_json_parser.h php_json_scanner.h])
H A Dconfig.w323 EXTENSION('json', 'json.c', false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
5 ADD_SOURCES(configure_module_dirname, "json_encoder.c json_parser.tab.c json_scanner.c", "json");
9 PHP_INSTALL_HEADERS("ext/json", "php_json.h php_json_parser.h php_json_scanner.h");
H A DMakefile.frag.w321 ext\json\json_scanner.c ext\json\php_json_scanner_defs.h: ext\json\json_scanner.re ext\json\json_pa…
2 …$(RE2C) $(RE2C_FLAGS) -t ext/json/php_json_scanner_defs.h --no-generation-date -bci -o ext/json/js…
4 ext\json\json_parser.tab.c ext\json\json_parser.tab.h: ext\json\json_parser.y
5 $(BISON) $(BISON_FLAGS) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
/php-src/docs/source/introduction/ides/
H A Dvisual-studio-code.rst17 The ``settings.json`` file referenced below can be opened in the Settings page by pressing the
42 # Compile php-src and generate compile_commands.json
45 To tell the C/C++ extension to use the ``compile_commands.json`` file, add the following to your
46 ``settings.json`` file:
48 .. code:: json
51 "C_Cpp.default.compileCommands": "${workspaceFolder}/compile_commands.json"
62 ``settings.json`` file:
64 .. code:: json
75 peculiar, so you might want to disable this option in your ``settings.json`` file:
79 .. code:: json
[all …]
/php-src/ext/standard/tests/http/request_parse_body/
H A Dunsupported_content_type.phpt8 Content-Type: application/json
23 InvalidArgumentException: Content-Type "application/json" is not supported
/php-src/ext/dom/lexbor/patches/
H A D0001-Shrink-size-of-static-binary-search-tree.patch69 import json
99 "data/entities.json");
/php-src/scripts/dev/
H A Dgenfiles118 …E2C_FLAGS="$RE2C_FLAGS" YACC="$YACC" YFLAGS="$YFLAGS" srcdir=ext/json builddir=ext/json top_srcdir…
119 -f ext/json/Makefile.frag \
120 ext/json/json_parser.tab.c \
121 ext/json/json_scanner.c
/php-src/ext/pgsql/tests/
H A D9999dropdb.phpt18 pg_query($db, "CREATE TABLE {$table_name_92} (textary text[], jsn json)");
H A D10pg_convert_json_array.phpt18 pg_query($db, "CREATE TABLE {$table_name_92} (textary text[], jsn json)");
H A D01createdb.phpt28 pg_query($db, "CREATE TABLE {$table_name_92} (textary text[], jsn json)"); // Create table here
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます26702 !:mime application/x-lz4+json
37722 # https://raw.githubusercontent.com/microsoft/uf2/master/utils/uf2families.json \
H A Dmagic26702 !:mime application/x-lz4+json
37722 # https://raw.githubusercontent.com/microsoft/uf2/master/utils/uf2families.json \

Completed in 186 milliseconds

123