Searched defs:depth (Results 1 – 19 of 19) sorted by relevance
/PHP-7.3/ext/json/ |
H A D | json.c | 194 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth) /* {{{… in php_json_encode_ex() 246 …ode_ex(zval *return_value, char *str, size_t str_len, zend_long options, zend_long depth) /* {{{ */ in php_json_decode_ex() 275 zend_long depth = PHP_JSON_PARSER_DEFAULT_DEPTH; in PHP_FUNCTION() local 318 zend_long depth = PHP_JSON_PARSER_DEFAULT_DEPTH; in PHP_FUNCTION() local
|
H A D | php_json_encoder.h | 28 int depth; member
|
H A D | php_json_parser.h | 58 int depth; member
|
H A D | php_json.h | 103 …e int php_json_decode(zval *return_value, char *str, int str_len, zend_bool assoc, zend_long depth) in php_json_decode()
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_btree.c | 35 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth) { in phpdbg_btree_init() 229 void phpdbg_btree_clean_recursive(phpdbg_btree_branch *branch, zend_ulong depth, zend_bool persiste… in phpdbg_btree_clean_recursive() 249 void phpdbg_btree_branch_dump(phpdbg_btree_branch *branch, zend_ulong depth) { in phpdbg_btree_branch_dump()
|
H A D | phpdbg_btree.h | 39 zend_ulong depth; member
|
/PHP-7.3/ext/gd/libgd/ |
H A D | bmp.h | 86 signed short int depth; member
|
/PHP-7.3/Zend/ |
H A D | zend_signal.h | 57 int depth; member
|
H A D | zend_compile.c | 4364 static int zend_handle_loops_and_finally_ex(zend_long depth, znode *return_value) /* {{{ */ in zend_handle_loops_and_finally_ex() 4419 static int zend_has_finally_ex(zend_long depth) /* {{{ */ in zend_has_finally_ex() 4535 zend_long depth; in zend_compile_break_continue() local
|
/PHP-7.3/ext/xmlrpc/libxmlrpc/ |
H A D | xml_to_xmlrpc.c | 187 XMLRPC_REQUEST_TYPE request_type, int depth) { in XMLRPC_to_xml_element_worker()
|
H A D | xml_to_soap.c | 235 int depth) { in xml_element_to_SOAP_REQUEST_worker()
|
H A D | xml_element.c | 373 …r)(void *data, const char *text, int size), void *data, XML_ELEM_OUTPUT_OPTIONS options, int depth) in xml_element_serialize()
|
/PHP-7.3/main/ |
H A D | alloca.c | 160 register char *depth = ADDRESS_FUNCTION (probe); local
|
/PHP-7.3/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 497 static XMLRPC_VALUE PHP_to_XMLRPC_worker (const char* key, zval* in_val, int depth) in PHP_to_XMLRPC_worker()
|
/PHP-7.3/ext/openssl/ |
H A D | xp_ssl.c | 278 int err, depth, ret; in verify_callback() local
|
/PHP-7.3/ext/standard/ |
H A D | string.c | 5056 int br, depth=0, in_q = 0; local
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 1100 … detect_fast_fail(compiler_common *common, PCRE2_SPTR cc, int *private_data_start, sljit_s32 depth) in detect_fast_fail()
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regparse.c | 193 onig_set_parse_depth_limit(unsigned int depth) in onig_set_parse_depth_limit()
|
/PHP-7.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 23480 SQLITE_PRIVATE void sqlite3MemdebugBacktrace(int depth){ in sqlite3MemdebugBacktrace()
|
Completed in 573 milliseconds