/php-src/scripts/gdb/ |
H A D | php_gdb.py | 44 def children(self): member in ZendStringPrettyPrinter 86 def children(self): member in ZendTypePrettyPrinter 153 def children(self): member in ZendAstPrettyPrinter 258 def children(self): member in ZvalPrettyPrinter 310 def children(self): member in ZendClassEntryPrettyPrinter 333 def children(self): member in ZendClassConstantPrettyPrinter
|
/php-src/ext/dom/ |
H A D | html5_serializer.c | 298 const xmlNode *children = node->children; in dom_html5_serialize_node() local 369 xmlNodePtr children = php_dom_retrieve_templated_content(ctx->private_data, node); in dom_html5_serialize() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_cmd.h | 158 #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 D | zend_ast.c | 41 static inline size_t zend_ast_list_size(uint32_t children) { in zend_ast_list_size() 276 uint32_t children = kind >> ZEND_AST_NUM_CHILDREN_SHIFT; in zend_ast_create_va() local 380 uint32_t i, children = kind >> ZEND_AST_NUM_CHILDREN_SHIFT; in zend_ast_create_from_va_list() local 1084 uint32_t i, children = zend_ast_get_num_children(ast); in zend_ast_tree_size() local 1130 uint32_t i, children = zend_ast_get_num_children(ast); in zend_ast_tree_copy() local 1170 uint32_t i, children = zend_ast_get_num_children(ast); in zend_ast_destroy() local 1224 uint32_t i, children = zend_ast_get_num_children(ast); in zend_ast_apply() local
|
H A D | zend_generators.h | 45 uint32_t children; member
|
H A D | zend_ast.h | 198 uint32_t children; member 325 static zend_always_inline size_t zend_ast_size(uint32_t children) { in zend_ast_size()
|
H A D | zend_compile.c | 7938 uint32_t i, children = zend_ast_get_num_children(ast); in find_implicit_binds_recursively() local 8600 uint32_t i, children = list->children; in zend_compile_prop_decl() local 8762 uint32_t i, children = list->children; in zend_compile_class_const_decl() local
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_worker_pool.h | 31 struct fpm_child_s *children; member
|
/php-src/ext/simplexml/ |
H A D | simplexml.stub.php | 36 …public function children(?string $namespaceOrPrefix = null, bool $isPrefix = false): ?SimpleXMLEle… function in SimpleXMLElement
|
H A D | simplexml.c | 1575 PHP_METHOD(SimpleXMLElement, children) in PHP_METHOD() argument
|
/php-src/Zend/Optimizer/ |
H A D | zend_cfg.h | 53 int children; /* list of dominated blocks */ member
|
/php-src/ext/opcache/ |
H A D | zend_persist_calc.c | 90 uint32_t children = zend_ast_get_num_children(ast); in zend_persist_ast_calc() local
|
H A D | zend_file_cache.c | 367 uint32_t children = zend_ast_get_num_children(ast); local 1242 uint32_t children = zend_ast_get_num_children(ast); local
|
H A D | zend_persist.c | 192 uint32_t children = zend_ast_get_num_children(ast); in zend_persist_ast() local
|
/php-src/sapi/litespeed/ |
H A D | lsapi_main.c | 1370 void start_children( int children ) in start_children()
|
/php-src/ext/tidy/ |
H A D | tidy.c | 591 zval attribute, children, temp; in tidy_add_node_default_properties() local
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 112 static int children = 0; variable
|