Searched defs:recursive (Results 1 – 17 of 17) sorted by relevance
/PHP-8.2/ext/simplexml/ |
H A D | simplexml.stub.php | 30 public function getNamespaces(bool $recursive = false): array {} 33 public function getDocNamespaces(bool $recursive = false, bool $fromRoot = true): array|false {}
|
H A D | simplexml.c | 1478 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, bool recursive, zval *return_v… in sxe_add_namespaces() 1537 bool recursive = 0; in PHP_METHOD() local 1561 static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePtr node, bool recursive, zva… in sxe_add_registered_namespaces() 1585 bool recursive = 0, from_root = 1; in PHP_METHOD() local
|
/PHP-8.2/Zend/Optimizer/ |
H A D | zend_call_graph.h | 37 bool recursive; member
|
H A D | zend_ssa.h | 128 unsigned int recursive : 1; member
|
H A D | zend_inference.c | 4425 int recursive, in zend_func_return_info()
|
/PHP-8.2/ext/ftp/ |
H A D | ftp.stub.php | 68 …function ftp_login(FTP\Connection $ftp, string $username, #[\SensitiveParameter] string $password)…
|
H A D | php_ftp.c | 501 bool recursive = 0; in PHP_FUNCTION() local
|
H A D | ftp.c | 706 ftp_list(ftpbuf_t *ftp, const char *path, const size_t path_len, int recursive) in ftp_list()
|
/PHP-8.2/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 1027 int result, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_stream_ftp_mkdir() local
|
H A D | array.c | 1297 php_array_walk_context *context, zval *array, zval *userdata, int recursive) in php_array_walk() 3862 …always_inline void php_array_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive) /* {{{ */ 3901 static zend_always_inline void php_array_merge_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive)…
|
H A D | file.c | 1155 bool recursive = 0; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 1402 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_watch.c | 1421 PHPDBG_WATCH(recursive) /* {{{ */ argument
|
/PHP-8.2/ext/dom/ |
H A D | node.c | 1312 bool recursive = 0; in PHP_METHOD() local
|
H A D | document.c | 812 bool recursive = 0; in PHP_METHOD() local
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_intmodedep.h | 929 dfa_recursion_info *recursive; /* Linked list of recursion data */ member
|
H A D | pcre2_jit_compile.c | 1937 static int get_framesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, … in get_framesize()
|
Completed in 236 milliseconds