Searched defs:depth (Results 1 – 15 of 15) sorted by relevance
/PHP-7.0/ext/json/ |
H A D | json.c | 200 …ode_ex(zval *return_value, char *str, size_t str_len, zend_long options, zend_long depth) /* {{{ */ in php_json_decode_ex() 220 zend_long depth = PHP_JSON_PARSER_DEFAULT_DEPTH; in PHP_FUNCTION() local 249 zend_long depth = PHP_JSON_PARSER_DEFAULT_DEPTH; in PHP_FUNCTION() local
|
H A D | php_json_parser.h | 28 int depth; member
|
H A D | php_json.h | 98 … void php_json_decode(zval *return_value, char *str, int str_len, zend_bool assoc, zend_long depth) in php_json_decode()
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_btree.c | 33 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth) { in phpdbg_btree_init() 226 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.0/Zend/ |
H A D | zend_signal.h | 57 int depth; member
|
H A D | zend_compile.c | 3576 static int zend_handle_loops_and_finally_ex(zend_long depth) /* {{{ */ in zend_handle_loops_and_finally_ex() 3699 int depth; in zend_compile_break_continue() local
|
/PHP-7.0/ext/xmlrpc/libxmlrpc/ |
H A D | xml_to_xmlrpc.c | 190 XMLRPC_REQUEST_TYPE request_type, int depth) { in XMLRPC_to_xml_element_worker()
|
H A D | xml_to_soap.c | 238 int depth) { in xml_element_to_SOAP_REQUEST_worker()
|
H A D | xml_element.c | 376 …r)(void *data, const char *text, int size), void *data, XML_ELEM_OUTPUT_OPTIONS options, int depth) in xml_element_serialize()
|
/PHP-7.0/main/ |
H A D | alloca.c | 162 register char *depth = ADDRESS_FUNCTION (probe); local
|
/PHP-7.0/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 500 static XMLRPC_VALUE PHP_to_XMLRPC_worker (const char* key, zval* in_val, int depth) in PHP_to_XMLRPC_worker()
|
/PHP-7.0/ext/openssl/ |
H A D | xp_ssl.c | 275 int err, depth, ret; in verify_callback() local
|
/PHP-7.0/ext/standard/ |
H A D | string.c | 4609 int br, depth=0, in_q = 0; local
|
/PHP-7.0/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 20998 SQLITE_PRIVATE void sqlite3MemdebugBacktrace(int depth){ in sqlite3MemdebugBacktrace()
|
Completed in 625 milliseconds