Searched defs:recursive (Results 1 – 12 of 12) sorted by relevance
/PHP-7.0/ext/simplexml/ |
H A D | simplexml.c | 1529 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *ret… in sxe_add_namespaces() 1560 zend_bool recursive = 0; in SXE_METHOD() local 1584 static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive… in sxe_add_registered_namespaces() 1609 zend_bool recursive = 0, from_root = 1; in SXE_METHOD() local
|
/PHP-7.0/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 1037 int result, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_stream_ftp_mkdir() local
|
H A D | file.c | 1314 zend_bool recursive = 0; in PHP_FUNCTION() local
|
H A D | array.c | 1362 static int php_array_walk(HashTable *target_hash, zval *userdata, int recursive) /* {{{ */ in php_array_walk() 3083 static inline void php_array_merge_or_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive, …
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_watch.c | 711 PHPDBG_WATCH(recursive) /* {{{ */ in PHPDBG_WATCH() argument
|
/PHP-7.0/ext/ftp/ |
H A D | ftp.c | 696 ftp_list(ftpbuf_t *ftp, const char *path, int recursive) in ftp_list()
|
H A D | php_ftp.c | 732 zend_bool recursive = 0; in PHP_FUNCTION() local
|
/PHP-7.0/main/streams/ |
H A D | plain_wrapper.c | 1211 int ret, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_plain_files_mkdir() local
|
/PHP-7.0/ext/dom/ |
H A D | node.c | 1362 zend_bool recursive = 0; in PHP_FUNCTION() local
|
H A D | document.c | 981 zend_bool recursive = 0; in PHP_FUNCTION() local
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 1242 static int get_framesize(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL recursive… in get_framesize() 1424 …iler_common *common, pcre_uchar *cc, pcre_uchar *ccend, int stackpos, int stacktop, BOOL recursive) in init_frame()
|
H A D | pcre_internal.h | 2555 recursion_info *recursive; /* Linked list of recursion data */ member 2581 dfa_recursion_info *recursive; /* Linked list of recursion data */ member
|
Completed in 109 milliseconds