Home
last modified time | relevance | path

Searched refs:child (Results 76 – 100 of 312) sorted by relevance

12345678910>>...13

/php-src/ext/simplexml/tests/
H A Dprofile04.phpt9 <reserved:child>Hello</reserved:child>
13 echo $root->children('reserved-ns')->child;
H A Dprofile05.phpt10 <reserved:child>Hello</reserved:child>
14 echo $root->children('reserved')->child;
H A Dprofile09.phpt10 <reserved:child>Hello</reserved:child>
14 echo $root->child;
H A Dxml_parsing_LIBXML_RECOVER.phpt8 var_dump(simplexml_load_string('<root><child/>', options: LIBXML_RECOVER));
14 Warning: simplexml_load_string(): <root><child/> in %s on line %d
18 ["child"]=>
H A Dprofile07.phpt10 <child reserved:attribute="Sample" />
14 $rsattr = $root->child->attributes('reserved');
15 $myattr = $root->child->attributes('reserved-ns');
/php-src/Zend/tests/
H A Dbug45862.phpt25 echo "\n From child scope\n";
26 $child = new Child();
27 $child->test();
38 From child scope
H A Dbug40757.phpt2 Bug #40757 (get_object_vars() get nothing in child class)
17 $child=new Child();
18 print_r($child->getFields(new Base()));
H A Dbug72177.phpt17 protected $child;
21 $this->child = new Child();
23 $prop = new \ReflectionProperty($this, 'child');
H A Dbug48899.phpt17 $child = new ChildClass();
18 $child->testIsCallable();
19 $child->testIsCallable2();
H A Dbug68215.phpt25 function test(&$child, $entry)
29 foreach ($child AS $key => $fruit)
33 $child[$i] = $fruit;
34 unset($child[$key]);
/php-src/ext/dom/tests/
H A Dbug36756.phpt10 $dom->loadXML('<root><child/></root>');
17 $dom->loadXML('<root><child/></root>');
19 $node = $xpath->query('//child')->item(0);
29 child
H A Dbug38949.phpt16 $child = $root->firstChild->nextSibling;
17 echo $child->getAttribute("xmlns")."\n";
18 echo $child->getAttribute("xmlns:ns2")."\n";
/php-src/ext/dom/tests/modern/spec/
H A Ddom_parsing_gh47_bis.phpt10 $dom = Dom\XMLDocument::createFromString('<root xmlns=""><child xmlns=""/></root>');
13 $dom = Dom\XMLDocument::createFromString('<root xmlns="urn:u1"><child xmlns="urn:u1"/></root>');
19 <root xmlns=""><child xmlns=""/></root>
21 <root xmlns="urn:u1"><child xmlns="urn:u1"/></root>
H A Dclone_conflicting_namespace_prefix.phpt13 <a:child xmlns:b="urn:b">
15 </a:child>
40 <a:child xmlns:b="urn:b">
42 </a:child>
54 <a:child xmlns:b="urn:b">
56 </a:child>
/php-src/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_002w.phpt10 function __construct(public $varString, public $varInt, public $child) {}
22child xsi:type="ns2:List"><varInt xsi:type="xsd:int">2</varInt><varString xsi:type="xsd:string">ar…
24child xsi:type="ns2:List"><varInt xsi:type="xsd:int">2</varInt><varString xsi:type="xsd:string">ar…
30 ["child"]=>
36 ["child"]=>
/php-src/ext/dom/tests/modern/extensions/
H A Dnode_renaming.phpt10 <a:child attrib="value"/>
45 <a:child attrib="value"/>
52 <a:child attrib="value"/>
59 <a:child attrib="value"/>
66 <a:child attrib="value"/>
74 <a:child xmlns:x="urn:x" x:foo="value"/>
81 <a:child xmlns:a="urn:x" a:foo="value"/>
88 <a:child foo="value"/>
95 <a:child bar="value"/>
/php-src/ext/dom/tests/delayed_freeing/
H A Ddocument_fragment.phpt9 $frag->appendChild($doc->createElementNS('some:ns', 'child', 'text content'));
10 $child = $doc->appendChild($doc->createElement('root'))->appendChild($frag);
15 var_dump($child->textContent);
23 var_dump($child->parentNode);
/php-src/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt33 die("Failed to start child. ");
37 echo "Started child $child_pid\n";
45 echo "Sending ", get_evt_name($evt), " to child $child_pid\n";
48 …echo ($ret ? "Successfully" : "Unsuccessfuly"), " sent ", get_evt_name($evt), " to child $child_pi…
81 Started child %d
84 Sending CTRL+C to child %d
85 Successfully sent CTRL+C to child %d
/php-src/ext/opcache/jit/ir/
H A Dir_disasm.c50 p->child[1] = r->child[0]; in ir_syms_rotateleft()
51 if (r->child[0]) { in ir_syms_rotateleft()
52 r->child[0]->parent = p; in ir_syms_rotateleft()
58 p->parent->child[0] = r; in ir_syms_rotateleft()
62 r->child[0] = p; in ir_syms_rotateleft()
69 p->child[0] = l->child[1]; in ir_syms_rotateright()
70 if (l->child[1]) { in ir_syms_rotateright()
81 l->child[1] = p; in ir_syms_rotateright()
99 sym->parent = sym->child[0] = sym->child[1] = NULL; in ir_disasm_add_symbol()
179 if (n->child[0]) { in ir_disasm_destroy_symbols()
[all …]
/php-src/ext/dom/tests/modern/token_list/
H A Dattlist.phpt12 <!ATTLIST child class CDATA "first second">
14 <root><child/></root>
45 <!ATTLIST child class CDATA "first second">
47 <root><child class="second"/></root>
/php-src/sapi/fpm/fpm/
H A Dfpm_scoreboard.c228 struct fpm_worker_pool_s *wp = child->wp; in fpm_scoreboard_proc_get_from_child()
231 int child_index = child->scoreboard_i; in fpm_scoreboard_proc_get_from_child()
364 fpm_scoreboard = child->wp->scoreboard; in fpm_scoreboard_child_use()
365 fpm_scoreboard_i = child->scoreboard_i; in fpm_scoreboard_child_use()
366 proc = fpm_scoreboard_proc_get_from_child(child); in fpm_scoreboard_child_use()
375 void fpm_scoreboard_proc_free(struct fpm_child_s *child) /* {{{ */ in fpm_scoreboard_proc_free() argument
377 struct fpm_worker_pool_s *wp = child->wp; in fpm_scoreboard_proc_free()
379 int child_index = child->scoreboard_i; in fpm_scoreboard_proc_free()
398 int fpm_scoreboard_proc_alloc(struct fpm_child_s *child) /* {{{ */ in fpm_scoreboard_proc_alloc() argument
401 struct fpm_worker_pool_s *wp = child->wp; in fpm_scoreboard_proc_alloc()
[all …]
/php-src/ext/sysvsem/tests/
H A Dnowait.phpt24 // Get semaphore for child
27 echo "P: failed to child get semaphore.\n";
40 // Acquire semaphore for child
60 /* Wait for the child semaphore to be released to
67 /* Release the child semahpore before releasing
69 the child continue execution */
87 echo "C: child process running.\n";
98 // The child process did not wait to acquire the semaphore
123 C: child process running.
/php-src/ext/pcre/tests/
H A Dbug78272.phpt2 Bug #78272: calling preg_match() before pcntl_fork() will freeze child process
14 print "End child\n";
28 End child
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_ns_imported_06.phpt9 $xml->documentElement->firstElementChild->appendChild($xml->createElementNS('some:ns2', 'child'));
34 <child xmlns="some:ns2"/></x>
46 <child xmlns="some:ns2"/></x></p></body></html>
55 <child></child></x></p></body></html>
H A DHTMLDocument_serialize_ns_imported_01.phpt10 $xml->documentElement->appendChild($xml->createElementNS('some:ns2', 'child'));
26 <container xmlns="some:ns" xmlns:bar="another:ns" xmlns:foo="http://foo/" foo:bar="value"><child xm…
29 …"some:ns" xmlns:bar="another:ns" xmlns:foo="http://foo/" foo:bar="value"><child xmlns="some:ns2"/>…
30 …foo<container xmlns="some:ns" xmlns:bar="another:ns" foo:bar="value"><child></child></container></…

Completed in 20 milliseconds

12345678910>>...13