Home
last modified time | relevance | path

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

/php-src/ext/simplexml/
H A Dsimplexml.stub.php30 public function getNamespaces(bool $recursive = false): array {}
33 public function getDocNamespaces(bool $recursive = false, bool $fromRoot = true): array|false {}
H A Dsimplexml.c1433 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, bool recursive, zval *return_v… in sxe_add_namespaces()
1463 bool recursive = 0; in PHP_METHOD() local
1487 static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePtr node, bool recursive, zva… in sxe_add_registered_namespaces()
1511 bool recursive = 0, from_root = 1; in PHP_METHOD() local
/php-src/Zend/Optimizer/
H A Dzend_call_graph.h37 bool recursive; member
H A Dzend_ssa.h125 bool recursive : 1; member
H A Dzend_inference.c4557 int recursive, in zend_func_return_info()
/php-src/ext/ftp/
H A Dftp.stub.php68 …function ftp_login(FTP\Connection $ftp, string $username, #[\SensitiveParameter] string $password)…
H A Dphp_ftp.c490 bool recursive = 0; in PHP_FUNCTION() local
H A Dftp.c702 ftp_list(ftpbuf_t *ftp, const char *path, const size_t path_len, int recursive) in ftp_list()
/php-src/ext/standard/
H A Dftp_fopen_wrapper.c1026 int result, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_stream_ftp_mkdir() local
H A Darray.c1462 php_array_walk_context *context, zval *array, zval *userdata, bool recursive) in php_array_walk()
4200 …always_inline void php_array_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive) /* {{{ */
4250 static zend_always_inline void php_array_merge_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive)…
H A Dfile.c1151 bool recursive = 0; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/ext/dom/
H A Ddocument.c763 bool recursive = 0; in PHP_METHOD() local
808 bool recursive = 0; in dom_modern_document_import_node() local
H A Dphp_dom.c2436 …helper(php_dom_libxml_ns_mapper *ns_mapper, xmlNodePtr src_node, xmlDocPtr dst_doc, bool recursive) in dom_clone_helper()
2509 …dom_clone_node(php_dom_libxml_ns_mapper *ns_mapper, xmlNodePtr node, xmlDocPtr doc, bool recursive) in dom_clone_node()
H A Dnode.c1456 bool recursive = 0; in PHP_METHOD() local
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c1413 PHPDBG_WATCH(recursive) /* {{{ */ argument
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h934 dfa_recursion_info *recursive; /* Linked list of pattern recursion data */ member
H A Dpcre2_jit_compile.c2035 static int get_framesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, … in get_framesize()

Completed in 132 milliseconds