Home
last modified time | relevance | path

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

/PHP-8.1/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.c1475 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, bool recursive, zval *return_v… in sxe_add_namespaces()
1505 bool recursive = 0; in PHP_METHOD() local
1529 static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePtr node, bool recursive, zva… in sxe_add_registered_namespaces()
1553 bool recursive = 0, from_root = 1; in PHP_METHOD() local
/PHP-8.1/Zend/Optimizer/
H A Dzend_call_graph.h37 bool recursive; member
H A Dzend_ssa.h128 unsigned int recursive : 1; member
H A Dzend_inference.c4324 int recursive, in zend_func_return_info()
/PHP-8.1/ext/ftp/
H A Dftp.stub.php53 …function ftp_rawlist(FTP\Connection $ftp, string $directory, bool $recursive = false): array|false…
H A Dphp_ftp.c509 bool recursive = 0; in PHP_FUNCTION() local
H A Dftp.c682 ftp_list(ftpbuf_t *ftp, const char *path, const size_t path_len, int recursive) in ftp_list()
/PHP-8.1/ext/standard/
H A Dftp_fopen_wrapper.c1027 int result, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_stream_ftp_mkdir() local
H A Darray.c1344 php_array_walk_context *context, zval *array, zval *userdata, int recursive) in php_array_walk()
3728 …always_inline void php_array_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive) /* {{{ */
3767 static zend_always_inline void php_array_merge_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive)…
H A Dfile.c1285 bool recursive = 0; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php1121 function mkdir(string $directory, int $permissions = 0777, bool $recursive = false, $context = null…
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_watch.c1339 PHPDBG_WATCH(recursive) /* {{{ */ argument
/PHP-8.1/ext/dom/
H A Dnode.c1294 bool recursive = 0; in PHP_METHOD() local
H A Ddocument.c812 bool recursive = 0; in PHP_METHOD() local
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h918 dfa_recursion_info *recursive; /* Linked list of recursion data */ member
H A Dpcre2_jit_compile.c1932 static int get_framesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, … in get_framesize()

Completed in 214 milliseconds