Home
last modified time | relevance | path

Searched refs:php_json_decode_ex (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/json/
H A Dphp_json.h100 PHP_JSON_API int php_json_decode_ex(zval *return_value, char *str, size_t str_len, zend_long option…
104 return php_json_decode_ex(return_value, str, str_len, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0, depth); in php_json_decode()
H A Djson.c210 PHP_JSON_API int php_json_decode_ex(zval *return_value, char *str, size_t str_len, zend_long option… in php_json_decode_ex() function
306 php_json_decode_ex(return_value, str, str_len, options, depth); in PHP_FUNCTION()

Completed in 10 milliseconds