Home
last modified time | relevance | path

Searched refs:child (Results 176 – 200 of 312) sorted by relevance

12345678910>>...13

/php-src/ext/simplexml/tests/
H A Dbug55098.phpt29 $n->addChild("child", "value");
37 unset($n->child);
H A Dbug41947.phpt8 $grandchild = $xml->addChild('child', null, 'http://myns')->addChild('grandchild', 'hello', '');
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_should_retain_properties_and_owner_01.phpt14 $child = $dom->documentElement;
19 $dom = $child->ownerDocument;
H A DHTMLDocument_should_retain_properties_and_owner_02.phpt12 $child = $dom->documentElement->appendChild($dom->createElement('html'));
19 $dom = $child->ownerDocument;
/php-src/ext/spl/tests/
H A DSplFileInfo_setFileClass_basic.phpt2 SplFileInfo::setFileClass() expects SplFileObject or child class
H A Dbug65328.phpt143 * @param Node $child
145 public function addChild(Node $child)
147 $child->setParent($this);
148 $this->children[] = $child;
H A DSplFileInfo_setInfoClass_basic.phpt2 SplFileInfo::setInfoClass() expects SplFileInfo or child class
/php-src/Zend/tests/
H A Dbug63976.phpt2 Bug #63976 (Parent class incorrectly using child constant in class property)
H A Dadd_optional_by_ref_arg.phpt2 Adding an optional by-ref arg in a child method
H A Dbug33277.phpt2 Bug #33277 (private method accessed by child class)
H A Dbug62814.phpt2 Bug #62814: It is possible to stiffen child class members visibility
H A Dbug63816.phpt2 Bug #63816: implementation child interface and after parent cause fatal error
/php-src/ext/dom/tests/modern/token_list/
H A Dsupports.phpt8 $dom = DOM\XMLDocument::createFromString('<root class="a b c"><child/></root>');
H A Dclone.phpt8 $dom = DOM\XMLDocument::createFromString('<root class="a b c"><child/></root>');
H A Dequality.phpt8 $dom = DOM\XMLDocument::createFromString('<root class="a b c"><child/></root>');
/php-src/Zend/tests/return_types/
H A D006.phpt2 Return type allowed in child when parent does not have return type
/php-src/tests/classes/
H A D__call_006.phpt38 echo "\n\n---> Invoke __call via scope resolution operator within child instance.\n";
66 ---> Invoke __call via scope resolution operator within child instance.
/php-src/Zend/tests/traits/
H A Dbug76773.phpt2 Bug #76773 (Traits used on the parent are ignored for child classes)
/php-src/Zend/tests/type_declarations/
H A Dtyped_class_constants_inheritance_error2.phpt2 Typed class constants (incompatible inheritance; missing type in child)
/php-src/sapi/fpm/fpm/
H A Dfpm_children.h16 int fpm_children_free(struct fpm_child_s *child);
/php-src/ext/standard/tests/array/
H A Darray_map_object1.phpt10 * 4) abstract and child class
72 echo "defined in child\n";
147 defined in child
148 defined in child
/php-src/ext/dom/tests/modern/spec/
H A DNode_cloneNode_copy_document_properties.phpt21 Cannot have more than one element child in a document
H A DXMLDocument_version.phpt8 $dom = Dom\XMLDocument::createFromString('<root><child/></root>');
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.h29 UResourceBundle *child; member
/php-src/ext/dom/tests/
H A Dbug_lifetime_parentNode_getAttributeNodeNS.phpt9 <ns2:child />

Completed in 96 milliseconds

12345678910>>...13