Searched refs:php_json_decode_ex (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/json/ |
H A D | php_json.h | 53 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long … 80 …php_json_decode_ex(return_value, str, str_len, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0, depth TSRMLS_… in php_json_decode()
|
H A D | json.c | 685 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long … in php_json_decode_ex() function 856 php_json_decode_ex(return_value, str, str_len, options, depth TSRMLS_CC); in PHP_FUNCTION()
|
Completed in 14 milliseconds