Home
last modified time | relevance | path

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

/php-src/scripts/gdb/
H A Dphp_gdb.py44 def children(self): member in ZendStringPrettyPrinter
80 def children(self): member in ZendTypePrettyPrinter
147 def children(self): member in ZendAstPrettyPrinter
252 def children(self): member in ZvalPrettyPrinter
/php-src/sapi/phpdbg/
H A Dphpdbg_cmd.h158 #define PHPDBG_COMMAND_D_EXP(name, tip, alias, handler, children, args, parent, flags) \ argument
161 #define PHPDBG_COMMAND_D_EX(name, tip, alias, handler, children, args, flags) \ argument
164 #define PHPDBG_COMMAND_D(name, tip, alias, children, args, flags) \ argument
/php-src/Zend/
H A Dzend_ast.c41 static inline size_t zend_ast_list_size(uint32_t children) { in zend_ast_list_size()
343 uint32_t i, children = kind >> ZEND_AST_NUM_CHILDREN_SHIFT; in zend_ast_create_from_va_list() local
1047 uint32_t i, children = zend_ast_get_num_children(ast); in zend_ast_tree_size() local
1093 uint32_t i, children = zend_ast_get_num_children(ast); in zend_ast_tree_copy() local
1133 uint32_t i, children = zend_ast_get_num_children(ast); in zend_ast_destroy() local
1187 uint32_t i, children = zend_ast_get_num_children(ast); in zend_ast_apply() local
H A Dzend_generators.h43 uint32_t children; member
H A Dzend_ast.h193 uint32_t children; member
315 static zend_always_inline size_t zend_ast_size(uint32_t children) { in zend_ast_size()
H A Dzend_compile.c7511 uint32_t i, children = zend_ast_get_num_children(ast); in find_implicit_binds_recursively() local
7945 uint32_t i, children = list->children; in zend_compile_prop_decl() local
8068 uint32_t i, children = list->children; in zend_compile_class_const_decl() local
/php-src/sapi/fpm/fpm/
H A Dfpm_worker_pool.h31 struct fpm_child_s *children; member
/php-src/ext/simplexml/
H A Dsimplexml.stub.php36 …public function children(?string $namespaceOrPrefix = null, bool $isPrefix = false): ?SimpleXMLEle… function in SimpleXMLElement
H A Dsimplexml.c1541 PHP_METHOD(SimpleXMLElement, children) in PHP_METHOD() argument
/php-src/Zend/Optimizer/
H A Dzend_cfg.h53 int children; /* list of dominated blocks */ member
/php-src/ext/opcache/
H A Dzend_persist_calc.c89 uint32_t children = zend_ast_get_num_children(ast); in zend_persist_ast_calc() local
H A Dzend_file_cache.c364 uint32_t children = zend_ast_get_num_children(ast); local
1218 uint32_t children = zend_ast_get_num_children(ast); local
H A Dzend_persist.c190 uint32_t children = zend_ast_get_num_children(ast); in zend_persist_ast() local
/php-src/ext/dom/
H A Dparentnode.c711 xmlNodePtr children = child->parent->children; in dom_child_removal_preconditions() local
/php-src/sapi/litespeed/
H A Dlsapi_main.c1374 void start_children( int children ) in start_children()
/php-src/ext/tidy/
H A Dtidy.c573 zval attribute, children, temp; in tidy_add_node_default_properties() local
/php-src/sapi/cgi/
H A Dcgi_main.c109 static int children = 0; variable

Completed in 113 milliseconds