Home
last modified time | relevance | path

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

/PHP-8.3/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.c1469 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, bool recursive, zval *return_v… in sxe_add_namespaces()
1528 bool recursive = 0; in PHP_METHOD() local
1552 static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePtr node, bool recursive, zva… in sxe_add_registered_namespaces()
1576 bool recursive = 0, from_root = 1; in PHP_METHOD() local
/PHP-8.3/Zend/Optimizer/
H A Dzend_call_graph.h37 bool recursive; member
H A Dzend_ssa.h125 bool recursive : 1; member
H A Dzend_inference.c4424 int recursive, in zend_func_return_info()
/PHP-8.3/ext/ftp/
H A Dftp.stub.php68 …function ftp_login(FTP\Connection $ftp, string $username, #[\SensitiveParameter] string $password)…
H A Dphp_ftp.c501 bool recursive = 0; in PHP_FUNCTION() local
H A Dftp.c706 ftp_list(ftpbuf_t *ftp, const char *path, const size_t path_len, int recursive) in ftp_list()
/PHP-8.3/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.c1383 php_array_walk_context *context, zval *array, zval *userdata, bool recursive) in php_array_walk()
4077 …always_inline void php_array_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive) /* {{{ */
4127 static zend_always_inline void php_array_merge_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive)…
H A Dfile.c1155 bool recursive = 0; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php2096 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_watch.c1419 PHPDBG_WATCH(recursive) /* {{{ */ argument
/PHP-8.3/ext/dom/
H A Dnode.c1322 bool recursive = 0; in PHP_METHOD() local
H A Ddocument.c778 bool recursive = 0; in PHP_METHOD() local
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h929 dfa_recursion_info *recursive; /* Linked list of recursion data */ member
H A Dpcre2_jit_compile.c1937 static int get_framesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, … in get_framesize()

Completed in 143 milliseconds