Home
last modified time | relevance | path

Searched refs:child (Results 126 – 150 of 312) sorted by relevance

12345678910>>...13

/php-src/Zend/tests/
H A Dbug39721.phpt23 $child = new test2_child();
26 echo $child->instance . "\n";
H A Dbug21888.phpt14 class child extends mom {
26 $c = new child();
/php-src/ext/dom/tests/
H A DDOMDocument_adoptNode.phpt20 echo "-- Trying to append child from other document --\n";
102 $doc1->appendChild($doc1->createElement('child'));
105 $doc2->documentElement->appendChild($child = $doc2->adoptNode($doc1->documentElement));
110 var_dump($child->nodeName);
112 var_dump($child->nodeName);
119 -- Trying to append child from other document --
172 <container><child/></container>
173 string(5) "child"
174 string(5) "child"
H A Ddomxpath.phpt24 $dom->loadXML('<root xmlns="urn::default"><child>myval</child></root>');
32 $nodelist = $xpath->query("//def:child");
37 $count = $xpath->evaluate("count(//def:child)");
H A Ddom_comment_variation.phpt19 echo "--- child $index ---\n";
27 --- child 0 ---
H A DDOMElement_append_hierarchy_test.phpt18 echo "-- Append hello with world's child --\n";
25 echo "-- Append hello with world's child and text --\n";
32 echo "-- Append world's child with hello --\n";
87 -- Append hello with world's child --
90 -- Append hello with world's child and text --
93 -- Append world's child with hello --
H A Dclone_attribute_namespace_02.phpt12 <child xmlns:foo="some:other"/>
25 <child xmlns:foo="some:other" xmlns:foo1="some:ns" foo1:bar="1"/>
H A DDOMDocument_getElementsByTagName_liveness_tree_walk.phpt11 echo "-- On first child, for --\n";
20 echo "-- On first child, foreach --\n";
62 -- On first child, for --
68 -- On first child, foreach --
/php-src/ext/simplexml/tests/
H A Dbug41861.phpt24 foreach ($xml->children($ns) as $child)
26 $name = $child->getName();
27 $namespaces = $child->getNamespaces(false);
H A Dgh15837.phpt19 foreach ($rit as $child) {
20 $ancestry = $child->xpath('ancestor-or-self::*');
H A Dbug42259.phpt27 foreach ($rit as $child) {
29 $ancestry = $child->xpath('ancestor-or-self::*');
/php-src/ext/standard/tests/class_object/
H A Dget_class_vars_variation2.phpt64 echo "\n-- From inside a child object instance --\n";
65 $child = new Child();
66 $child->test();
68 echo "\n-- From a child's static context --\n";
138 -- From inside a child object instance --
150 -- From a child's static context --
/php-src/ext/dom/tests/modern/xml/
H A Dsimplexml_interop.phpt15 $element->appendChild($element->ownerDocument->createElementNS('urn:a', 'child'));
38 <container xmlns="urn:a">foo<child/></container>
39 <container xmlns="urn:a">foo<child/><name>value</name></container>
/php-src/ext/dom/tests/modern/spec/
H A Dserialize_xml_namespace_on_elements.phpt10 $root->appendChild($dom->createElementNS("http://www.w3.org/XML/1998/namespace", "xml:child"));
17 <xml:test><xml:child/></xml:test>
H A Dserialize_non_default_empty_xmlns.phpt8 $dom = Dom\XMLDocument::createFromString('<test xmlns="urn:a"><a:child xmlns:a=" "/></test>');
16 <test xmlns="urn:a"><a:child xmlns:a=" "/></test>
H A Ddom_parsing_gh44.phpt8 $root = Dom\XMLDocument::createFromString('<root xmlns:ns2="uri2"><child xmlns:ns1="uri1" xmlns:a0=…
15 <root xmlns:ns2="uri2"><child xmlns:ns1="uri1" xmlns:a0="uri1" xmlns:NS1="uri1" xmlns:ns2="uri3" ns…
/php-src/ext/standard/tests/serialize/
H A Dbug35895.phpt13 private $child;
15 return array_merge(array("child"), parent::__sleep());
/php-src/Zend/
H A Dzend_enum.c547 ast->child[0]->kind = ZEND_AST_ZVAL; in create_enum_case_ast()
548 ast->child[0]->attr = 0; in create_enum_case_ast()
551 Z_LINENO_P(zend_ast_get_zval(ast->child[0])) = 0; in create_enum_case_ast()
554 ast->child[1]->kind = ZEND_AST_ZVAL; in create_enum_case_ast()
555 ast->child[1]->attr = 0; in create_enum_case_ast()
557 ZVAL_STR(zend_ast_get_zval(ast->child[1]), case_name); in create_enum_case_ast()
558 Z_LINENO_P(zend_ast_get_zval(ast->child[1])) = 0; in create_enum_case_ast()
562 ast->child[2]->kind = ZEND_AST_ZVAL; in create_enum_case_ast()
563 ast->child[2]->attr = 0; in create_enum_case_ast()
566 Z_LINENO_P(zend_ast_get_zval(ast->child[2])) = 0; in create_enum_case_ast()
[all …]
/php-src/Zend/tests/property_hooks/
H A Dbacked_delegated_read_wirte.phpt58 $child = new Child();
59 $child->prop2 = 43;
60 var_dump($child->prop2);
/php-src/ext/xmlreader/tests/
H A DfromStream_legit_usage.phpt8 fwrite($h, "<root><!--my comment--><child/></root>");
33 Element: child
/php-src/ext/standard/tests/streams/
H A Dbug61019.phpt9 0 => array("pipe", "r"), // stdin is a pipe that the child will read from
10 1 => array("pipe", "w"), // stdout is a pipe that the child will write to
11 2 => array("pipe", "w") // stderr is a pipe that the child will write to
/php-src/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt12 echo "*** Test by calling method or function with its expected arguments, first print the child PID…
23 *** Test by calling method or function with its expected arguments, first print the child PID and t…
/php-src/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_001w.phpt10 function __construct(public $varString, public $varInt, public $child) {}
22 …ype="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varString><child xsi:nil="true" xsi…
24 …ype="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varString><child xsi:nil="true" xsi…
30 ["child"]=>
/php-src/ext/standard/tests/general_functions/
H A Dgh12655.phpt7 0 => [ "pipe", "r" ], // stdin is a pipe that the child will read from
8 1 => [ "pipe", "w" ], // stdout is a pipe that the child will write to
/php-src/ext/dom/tests/gh11830/
H A Dhierarchy_variation.phpt13 <child><testelement/></child>

Completed in 33 milliseconds

12345678910>>...13