Searched refs:php_json_decode_ex (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/json/ |
| H A D | json.c | 664 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long depth TSRMLS_DC) /* {{{ */ function 815 php_json_decode_ex(return_value, str, str_len, options, depth TSRMLS_CC);
|
| 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 depth TSRMLS_DC); 79 php_json_decode_ex(return_value, str, str_len, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0, depth TSRMLS_CC);
|
Completed in 3 milliseconds