Searched refs:php_json_decode_ex (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/json/ |
H A D | php_json.h | 101 PHP_JSON_API int php_json_decode_ex(zval *return_value, const char *str, size_t str_len, zend_long … 105 return php_json_decode_ex(return_value, str, str_len, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0, depth); in php_json_decode()
|
H A D | json.c | 200 PHP_JSON_API int php_json_decode_ex(zval *return_value, const char *str, size_t str_len, zend_long … in php_json_decode_ex() function 313 php_json_decode_ex(return_value, str, str_len, options, depth); in PHP_FUNCTION()
|
Completed in 7 milliseconds