Searched refs:php_json_decode_ex (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/json/ |
H A D | php_json.h | 96 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, size_t str_len, zend_long optio… 100 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 void php_json_decode_ex(zval *return_value, char *str, size_t str_len, zend_long optio… in php_json_decode_ex() function 280 php_json_decode_ex(return_value, str, str_len, options, depth); in PHP_FUNCTION()
|
Completed in 7 milliseconds