Home
last modified time | relevance | path

Searched defs:recursive (Results 1 – 11 of 11) sorted by relevance

/PHP-5.6/ext/simplexml/
H A Dsimplexml.c1464 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *ret… in sxe_add_namespaces()
1495 zend_bool recursive = 0; in SXE_METHOD() local
1519 static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive in sxe_add_registered_namespaces()
1544 zend_bool recursive = 0, from_root = 1; in SXE_METHOD() local
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_watch.c427 PHPDBG_WATCH(recursive) /* {{{ */ in PHPDBG_WATCH() argument
/PHP-5.6/ext/standard/
H A Dftp_fopen_wrapper.c1047 int result, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_stream_ftp_mkdir() local
H A Dfile.c1328 zend_bool recursive = 0; in PHP_FUNCTION() local
H A Darray.c2225 static void php_array_merge_or_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive, int rep… in php_array_merge_or_replace_wrapper()
/PHP-5.6/ext/ftp/
H A Dphp_ftp.c693 zend_bool recursive = 0; in PHP_FUNCTION() local
/PHP-5.6/main/streams/
H A Dplain_wrapper.c1177 int ret, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_plain_files_mkdir() local
/PHP-5.6/ext/dom/
H A Dnode.c1436 long recursive = 0; in PHP_FUNCTION() local
H A Ddocument.c1120 long recursive = 0; in PHP_FUNCTION() local
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c1242 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 Dpcre_internal.h2559 recursion_info *recursive; /* Linked list of recursion data */ member
2585 dfa_recursion_info *recursive; /* Linked list of recursion data */ member

Completed in 109 milliseconds