Searched defs:depth (Results 1 – 15 of 15) sorted by relevance
/php-src/ext/json/ |
H A D | json.c | 126 PHP_JSON_API zend_result php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth… in php_json_encode_ex() 180 …(zval *return_value, const char *str, size_t str_len, zend_long options, zend_long depth) /* {{{ */ in php_json_decode_ex() 202 …_API bool php_json_validate_ex(const char *str, size_t str_len, zend_long options, zend_long depth) in php_json_validate_ex() 226 zend_long depth = PHP_JSON_PARSER_DEFAULT_DEPTH; in PHP_FUNCTION() local 264 zend_long depth = PHP_JSON_PARSER_DEFAULT_DEPTH; in PHP_FUNCTION() local 316 zend_long depth = PHP_JSON_PARSER_DEFAULT_DEPTH; in PHP_FUNCTION() local
|
H A D | json.stub.php | 155 function json_encode(mixed $value, int $flags = 0, int $depth = 512): string|false {} 157 function json_decode(string $json, ?bool $associative = null, int $depth = 512, int $flags = 0): mi… 159 function json_validate(string $json, int $depth = 512, int $flags = 0): bool {}
|
H A D | php_json_encoder.h | 26 int depth; member
|
H A D | php_json_parser.h | 56 int depth; member
|
H A D | php_json.h | 109 …t php_json_decode(zval *return_value, const char *str, size_t str_len, bool assoc, zend_long depth) in php_json_decode()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_btree.c | 33 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth) { in phpdbg_btree_init() 227 void phpdbg_btree_clean_recursive(phpdbg_btree_branch *branch, zend_ulong depth, bool persistent) { in phpdbg_btree_clean_recursive() 247 void phpdbg_btree_branch_dump(phpdbg_btree_branch *branch, zend_ulong depth) { in phpdbg_btree_branch_dump()
|
H A D | phpdbg_btree.h | 37 zend_ulong depth; member
|
/php-src/ext/gd/libgd/ |
H A D | bmp.h | 86 signed short int depth; member
|
/php-src/Zend/ |
H A D | zend_signal.h | 57 int depth; member
|
H A D | zend_compile.c | 5588 static bool zend_handle_loops_and_finally_ex(zend_long depth, znode *return_value) /* {{{ */ in zend_handle_loops_and_finally_ex() 5643 static bool zend_has_finally_ex(zend_long depth) /* {{{ */ in zend_has_finally_ex() 5766 zend_long depth; in zend_compile_break_continue() local
|
/php-src/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 109 public int $depth; variable in XMLReader
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_study.c | 1780 int depth = 0; in PRIV() local
|
H A D | pcre2_jit_compile.c | 1293 int *private_data_start, sljit_s32 depth, int start) in detect_early_fail()
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 326 int err, depth, ret; in verify_callback() local
|
/php-src/ext/standard/ |
H A D | string.c | 5096 int br, depth=0, in_q = 0; local
|
Completed in 98 milliseconds