/PHP-7.1/ext/dom/examples/ |
H A D | dom1.php | 21 $children = $rootnode->childNodes; variable 36 $children = $parent->childNodes; variable 63 $children = $attrs->item(0)->childNodes; variable 75 $children = $dom->getElementsByTagname("Silly"); variable 79 $children = $rootnode->getElementsByTagName("Silly"); variable
|
/PHP-7.1/Zend/ |
H A D | zend_ast.c | 41 static inline size_t zend_ast_size(uint32_t children) { in zend_ast_size() 45 static inline size_t zend_ast_list_size(uint32_t children) { in zend_ast_list_size() 99 uint32_t i, children = kind >> ZEND_AST_NUM_CHILDREN_SHIFT; in zend_ast_create_from_va_list() local 480 uint32_t i, children = zend_ast_get_num_children(ast); in zend_ast_copy() local 529 uint32_t i, children = zend_ast_get_num_children(ast); in zend_ast_destroy_ex() local 556 uint32_t i, children = zend_ast_get_num_children(ast); in zend_ast_apply() local
|
H A D | zend_generators.h | 43 uint32_t children; member
|
H A D | zend_ast.h | 165 uint32_t children; member
|
H A D | zend_compile.c | 5662 uint32_t i, children = list->children; in zend_compile_prop_decl() local
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_cmd.h | 164 #define PHPDBG_COMMAND_D_EXP(name, tip, alias, handler, children, args, parent, flags) \ argument 167 #define PHPDBG_COMMAND_D_EX(name, tip, alias, handler, children, args, flags) \ argument 170 #define PHPDBG_COMMAND_D(name, tip, alias, children, args, flags) \ argument
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_worker_pool.h | 30 struct fpm_child_s *children; member
|
/PHP-7.1/ext/opcache/ |
H A D | zend_persist_calc.c | 111 uint32_t children = zend_ast_get_num_children(ast); in zend_persist_ast_calc() local
|
H A D | zend_persist.c | 287 uint32_t children = zend_ast_get_num_children(ast); in zend_persist_ast() local
|
H A D | zend_file_cache.c | 305 uint32_t children = zend_ast_get_num_children(ast); in zend_file_cache_serialize_ast() local 940 uint32_t children = zend_ast_get_num_children(ast); in zend_file_cache_unserialize_ast() local
|
/PHP-7.1/ext/xmlrpc/libxmlrpc/ |
H A D | xml_element.h | 155 queue children; /* child element list */ member
|
/PHP-7.1/ext/opcache/Optimizer/ |
H A D | zend_cfg.h | 54 int children; /* list of dominated blocks */ member
|
/PHP-7.1/ext/dom/ |
H A D | node.c | 1091 xmlNodePtr children, newchild, oldchild, nodep; in PHP_FUNCTION() local 1179 xmlNodePtr children, child, nodep; in PHP_FUNCTION() local
|
/PHP-7.1/sapi/litespeed/ |
H A D | lsapi_main.c | 1161 void start_children( int children ) in start_children()
|
/PHP-7.1/ext/tidy/ |
H A D | tidy.c | 847 zval attribute, children, temp; in tidy_add_default_properties() local
|
/PHP-7.1/sapi/cgi/ |
H A D | cgi_main.c | 110 static int children = 0; variable
|
/PHP-7.1/ext/simplexml/ |
H A D | simplexml.c | 1637 SXE_METHOD(children) in SXE_METHOD() argument
|