Searched defs:children (Results 1 – 10 of 10) sorted by relevance
/PHP-5.6/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-5.6/sapi/phpdbg/ |
H A D | phpdbg_cmd.h | 157 #define PHPDBG_COMMAND_D_EXP(name, tip, alias, handler, children, args, parent) \ argument 160 #define PHPDBG_COMMAND_D_EX(name, tip, alias, handler, children, args) \ argument 163 #define PHPDBG_COMMAND_D(name, tip, alias, children, args) \ argument
|
/PHP-5.6/Zend/ |
H A D | zend_ast.h | 41 unsigned short children; member
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_worker_pool.h | 31 struct fpm_child_s *children; member
|
/PHP-5.6/ext/xmlrpc/libxmlrpc/ |
H A D | xml_element.h | 155 queue children; /* child element list */ member
|
/PHP-5.6/ext/dom/ |
H A D | node.c | 1165 xmlNodePtr children, newchild, oldchild, nodep; in PHP_FUNCTION() local 1253 xmlNodePtr children, child, nodep; in PHP_FUNCTION() local
|
/PHP-5.6/sapi/litespeed/ |
H A D | lsapi_main.c | 1383 void start_children( int children ) in start_children()
|
/PHP-5.6/ext/tidy/ |
H A D | tidy.c | 851 zval *attribute, *children, *temp; in tidy_add_default_properties() local
|
/PHP-5.6/sapi/cgi/ |
H A D | cgi_main.c | 111 static int children = 0; variable
|
/PHP-5.6/ext/simplexml/ |
H A D | simplexml.c | 1570 SXE_METHOD(children) in SXE_METHOD() argument
|
Completed in 43 milliseconds