Home
last modified time | relevance | path

Searched refs:PHP_JSON_THROW_ON_ERROR (Results 1 – 21 of 21) sorted by relevance

/dports/www/mod_php81/php-8.1.1/ext/json/
H A Djson.c72 PHP_JSON_REGISTER_CONSTANT("JSON_THROW_ON_ERROR", PHP_JSON_THROW_ON_ERROR);
206 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in php_json_decode_ex()
239 if (!(options & PHP_JSON_THROW_ON_ERROR) || (options & PHP_JSON_PARTIAL_OUTPUT_ON_ERROR)) { in PHP_FUNCTION()
279 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
284 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
H A Dphp_json.h78 #define PHP_JSON_THROW_ON_ERROR (1<<22) macro
/dports/lang/php81/php-8.1.1/ext/json/
H A Djson.c72 PHP_JSON_REGISTER_CONSTANT("JSON_THROW_ON_ERROR", PHP_JSON_THROW_ON_ERROR);
206 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in php_json_decode_ex()
239 if (!(options & PHP_JSON_THROW_ON_ERROR) || (options & PHP_JSON_PARTIAL_OUTPUT_ON_ERROR)) { in PHP_FUNCTION()
279 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
284 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
H A Dphp_json.h78 #define PHP_JSON_THROW_ON_ERROR (1<<22) macro
/dports/lang/php80/php-8.0.15/ext/json/
H A Djson.c76 PHP_JSON_REGISTER_CONSTANT("JSON_THROW_ON_ERROR", PHP_JSON_THROW_ON_ERROR);
208 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in php_json_decode_ex()
241 if (!(options & PHP_JSON_THROW_ON_ERROR) || (options & PHP_JSON_PARTIAL_OUTPUT_ON_ERROR)) { in PHP_FUNCTION()
281 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
286 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
H A Dphp_json.h77 #define PHP_JSON_THROW_ON_ERROR (1<<22) macro
/dports/www/mod_php80/php-8.0.15/ext/json/
H A Djson.c76 PHP_JSON_REGISTER_CONSTANT("JSON_THROW_ON_ERROR", PHP_JSON_THROW_ON_ERROR);
208 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in php_json_decode_ex()
241 if (!(options & PHP_JSON_THROW_ON_ERROR) || (options & PHP_JSON_PARTIAL_OUTPUT_ON_ERROR)) { in PHP_FUNCTION()
281 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
286 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
H A Dphp_json.h77 #define PHP_JSON_THROW_ON_ERROR (1<<22) macro
/dports/lang/php73/php-7.3.33/ext/json/
H A Djson.c123 PHP_JSON_REGISTER_CONSTANT("JSON_THROW_ON_ERROR", PHP_JSON_THROW_ON_ERROR); in PHP_MINIT_FUNCTION()
254 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in php_json_decode_ex()
288 if (!(options & PHP_JSON_THROW_ON_ERROR) || (options & PHP_JSON_PARTIAL_OUTPUT_ON_ERROR)) { in PHP_FUNCTION()
329 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
334 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
H A Dphp_json.h77 #define PHP_JSON_THROW_ON_ERROR (1<<22) macro
/dports/lang/php74/php-7.4.27/ext/json/
H A Djson.c123 PHP_JSON_REGISTER_CONSTANT("JSON_THROW_ON_ERROR", PHP_JSON_THROW_ON_ERROR); in PHP_MINIT_FUNCTION()
253 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in php_json_decode_ex()
287 if (!(options & PHP_JSON_THROW_ON_ERROR) || (options & PHP_JSON_PARTIAL_OUTPUT_ON_ERROR)) { in PHP_FUNCTION()
328 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
333 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
H A Dphp_json.h79 #define PHP_JSON_THROW_ON_ERROR (1<<22) macro
/dports/devel/php73-json/php-7.3.33/ext/json/
H A Djson.c123 PHP_JSON_REGISTER_CONSTANT("JSON_THROW_ON_ERROR", PHP_JSON_THROW_ON_ERROR); in PHP_MINIT_FUNCTION()
254 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in php_json_decode_ex()
288 if (!(options & PHP_JSON_THROW_ON_ERROR) || (options & PHP_JSON_PARTIAL_OUTPUT_ON_ERROR)) { in PHP_FUNCTION()
329 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
334 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
H A Dphp_json.h77 #define PHP_JSON_THROW_ON_ERROR (1<<22) macro
/dports/devel/php74-json/php-7.4.27/ext/json/
H A Djson.c123 PHP_JSON_REGISTER_CONSTANT("JSON_THROW_ON_ERROR", PHP_JSON_THROW_ON_ERROR); in PHP_MINIT_FUNCTION()
253 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in php_json_decode_ex()
287 if (!(options & PHP_JSON_THROW_ON_ERROR) || (options & PHP_JSON_PARTIAL_OUTPUT_ON_ERROR)) { in PHP_FUNCTION()
328 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
333 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
H A Dphp_json.h79 #define PHP_JSON_THROW_ON_ERROR (1<<22) macro
/dports/www/mod_php73/php-7.3.33/ext/json/
H A Djson.c123 PHP_JSON_REGISTER_CONSTANT("JSON_THROW_ON_ERROR", PHP_JSON_THROW_ON_ERROR); in PHP_MINIT_FUNCTION()
254 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in php_json_decode_ex()
288 if (!(options & PHP_JSON_THROW_ON_ERROR) || (options & PHP_JSON_PARTIAL_OUTPUT_ON_ERROR)) { in PHP_FUNCTION()
329 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
334 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
H A Dphp_json.h77 #define PHP_JSON_THROW_ON_ERROR (1<<22) macro
/dports/www/mod_php74/php-7.4.27/ext/json/
H A Djson.c123 PHP_JSON_REGISTER_CONSTANT("JSON_THROW_ON_ERROR", PHP_JSON_THROW_ON_ERROR); in PHP_MINIT_FUNCTION()
253 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in php_json_decode_ex()
287 if (!(options & PHP_JSON_THROW_ON_ERROR) || (options & PHP_JSON_PARTIAL_OUTPUT_ON_ERROR)) { in PHP_FUNCTION()
328 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
333 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in PHP_FUNCTION()
H A Dphp_json.h79 #define PHP_JSON_THROW_ON_ERROR (1<<22) macro
/dports/devel/pecl-swoole/swoole-4.8.5/thirdparty/php/standard/
H A Dvar_decoder.cc187 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in json_decode()
192 if (!(options & PHP_JSON_THROW_ON_ERROR)) { in json_decode()