Home
last modified time | relevance | path

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

/PHP-7.0/ext/json/
H A Dphp_json.h96 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 Djson.c200 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