Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_call_graph.h43 int recursive; member
H A Dzend_ssa.h129 unsigned int recursive : 1; member
H A Dzend_inference.c4102 int recursive, in zend_func_return_info()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1524 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *ret… in sxe_add_namespaces()
1555 zend_bool recursive = 0; in SXE_METHOD() local
1579 static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive in sxe_add_registered_namespaces()
1604 zend_bool recursive = 0, from_root = 1; in SXE_METHOD() local
/PHP-7.4/ext/standard/
H A Dftp_fopen_wrapper.c1042 int result, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_stream_ftp_mkdir() local
H A Darray.c1349 static int php_array_walk(zval *array, zval *userdata, int recursive) /* {{{ */ in php_array_walk()
3770 …always_inline void php_array_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive) /* {{{ */
3809 static zend_always_inline void php_array_merge_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive)…
H A Dfile.c1339 zend_bool recursive = 0; in PHP_FUNCTION() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c1352 PHPDBG_WATCH(recursive) /* {{{ */ argument
/PHP-7.4/ext/dom/
H A Dnode.c1372 zend_bool recursive = 0; in PHP_FUNCTION() local
H A Ddocument.c997 zend_bool recursive = 0; in PHP_FUNCTION() local
/PHP-7.4/ext/ftp/
H A Dphp_ftp.c758 zend_bool recursive = 0; in PHP_FUNCTION() local
H A Dftp.c704 ftp_list(ftpbuf_t *ftp, const char *path, const size_t path_len, int recursive) in ftp_list()
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1306 int ret, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_plain_files_mkdir() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h918 dfa_recursion_info *recursive; /* Linked list of recursion data */ member
H A Dpcre2_jit_compile.c1936 static int get_framesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, … in get_framesize()

Completed in 159 milliseconds