Home
last modified time | relevance | path

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

/php-src/ext/json/
H A Djson.c182 PHP_JSON_API zend_result php_json_decode_ex(zval *return_value, const char *str, size_t str_len, ze… in php_json_decode_ex() function
309 php_json_decode_ex(return_value, str, str_len, options, depth); in PHP_FUNCTION()
H A Dphp_json.h106 PHP_JSON_API zend_result php_json_decode_ex(zval *return_value, const char *str, size_t str_len, ze…
111 return php_json_decode_ex(return_value, str, str_len, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0, depth); in php_json_decode()

Completed in 5 milliseconds