Home
last modified time | relevance | path

Searched refs:child (Results 51 – 75 of 281) sorted by relevance

12345678910>>...12

/php-src/ext/dom/tests/
H A DDOMNode_normalize_basic.phpt34 echo "Number of child nodes of title = ";
41 echo "Number of child nodes of title after adding second title = ";
47 echo "Number of child nodes of title after normalizing author = ";
54 echo "Number of child nodes of title after normalizing title = ";
59 Number of child nodes of title = int(1)
60 Number of child nodes of title after adding second title = int(2)
61 Number of child nodes of title after normalizing author = int(2)
62 Number of child nodes of title after normalizing title = int(1)
H A Dxpath_context_node.phpt10 <child>
12 </child>
13 <child>
16 </child>
H A Ddom_comment_basic.phpt22 echo "--- child $index ---\n";
30 --- child 0 ---
34 --- child 1 ---
37 --- child 2 ---
H A Dbug75451.phpt8 $dom->loadXML('<root><child/></root>');
10 foreach($xpath->query('/root/noexist') as $child) {
11 var_dump($child);
H A Dbug36756.phpt10 $dom->loadXML('<root><child/></root>');
17 $dom->loadXML('<root><child/></root>');
19 $node = $xpath->query('//child')->item(0);
29 child
/php-src/ext/tidy/tests/
H A D010.phpt38 ["child"]=>
64 ["child"]=>
87 ["child"]=>
138 ["child"]=>
169 ["child"]=>
195 ["child"]=>
218 ["child"]=>
239 ["child"]=>
269 ["child"]=>
294 ["child"]=>
[all …]
H A Dbug77040.phpt9 $p = $tidy->body()->child[0];
12 $text = $p->child[0];
15 $cdata = $tidy->body()->child[1]->child[0];
/php-src/ext/dom/tests/modern/spec/
H A DNode_normalize.phpt36 echo "Number of child nodes of title = ";
43 echo "Number of child nodes of title after adding second title = ";
49 echo "Number of child nodes of title after normalizing author = ";
56 echo "Number of child nodes of title after normalizing title = ";
61 Number of child nodes of title = int(1)
62 Number of child nodes of title after adding second title = int(2)
63 Number of child nodes of title after normalizing author = int(2)
64 Number of child nodes of title after normalizing title = int(1)
H A Dimport_of_namepace_conflicting_attributes.phpt16 $child = $root->appendChild($dom->createElement("child"));
17 $child->setAttributeNS("urn:x", "a:child1", "bar");
18 $child1 = $child->getAttributeNodeNS("urn:x", "child1");
25 $child->removeAttribute("a:child1");
42 <root xmlns:a="urn:a" a:root1="bar" xmlns:ns1="urn:b" ns1:root2="bar"><child xmlns:a="urn:x" a:chil…
47 … a:root1="bar" xmlns:ns1="urn:b" ns1:root2="bar" xmlns:ns2="urn:x" ns2:child1="bar"><child/></root>
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>
/php-src/ext/simplexml/tests/
H A DSimpleXMLElement_asXML_fragment_filename.phpt12 <child id="foo">bar</child>
28 <child id="foo">bar</child>
H A Dprofile01.phpt9 <child>Hello</child>
13 echo $root->child;
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"]=>
/php-src/sapi/fpm/fpm/
H A Dfpm_request.h22 void fpm_request_check_timed_out(struct fpm_child_s *child, struct timeval *tv, int terminate_timeo…
23 int fpm_request_is_idle(struct fpm_child_s *child);
25 int fpm_request_last_activity(struct fpm_child_s *child, struct timeval *tv);
H A Dfpm_scoreboard.c225 struct fpm_worker_pool_s *wp = child->wp; in fpm_scoreboard_proc_get_from_child()
228 int child_index = child->scoreboard_i; in fpm_scoreboard_proc_get_from_child()
361 fpm_scoreboard = child->wp->scoreboard; in fpm_scoreboard_child_use()
362 fpm_scoreboard_i = child->scoreboard_i; in fpm_scoreboard_child_use()
363 proc = fpm_scoreboard_proc_get_from_child(child); in fpm_scoreboard_child_use()
372 void fpm_scoreboard_proc_free(struct fpm_child_s *child) /* {{{ */ in fpm_scoreboard_proc_free() argument
374 struct fpm_worker_pool_s *wp = child->wp; in fpm_scoreboard_proc_free()
376 int child_index = child->scoreboard_i; in fpm_scoreboard_proc_free()
395 int fpm_scoreboard_proc_alloc(struct fpm_child_s *child) /* {{{ */ in fpm_scoreboard_proc_alloc() argument
398 struct fpm_worker_pool_s *wp = child->wp; in fpm_scoreboard_proc_alloc()
[all …]
/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()));
/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/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/ext/opcache/jit/ir/
H A Dir_disasm.c46 p->child[1] = r->child[0]; in ir_syms_rotateleft()
47 if (r->child[0]) { in ir_syms_rotateleft()
48 r->child[0]->parent = p; in ir_syms_rotateleft()
54 p->parent->child[0] = r; in ir_syms_rotateleft()
58 r->child[0] = p; in ir_syms_rotateleft()
65 p->child[0] = l->child[1]; in ir_syms_rotateright()
66 if (l->child[1]) { in ir_syms_rotateright()
77 l->child[1] = p; in ir_syms_rotateright()
95 sym->parent = sym->child[0] = sym->child[1] = NULL; in ir_disasm_add_symbol()
175 if (n->child[0]) { in ir_disasm_destroy_symbols()
[all …]
/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/Zend/
H A Dzend_compile.c3225 zend_ast *child = list->child[i]; in list_is_keyed() local
3226 if (child) { in list_is_keyed()
3227 return child->kind == ZEND_AST_ARRAY_ELEM && child->child[1] != NULL; in list_is_keyed()
4216 && args->child[1]->child[0]->kind == ZEND_AST_ZVAL in zend_compile_func_cufa()
4218 && args->child[1]->child[1]->kind == ZEND_AST_ARG_LIST) { in zend_compile_func_cufa()
4345 zend_ast *name_ast = args->child[2]->child[0]; in zend_compile_func_in_array()
4522 && args->child[0]->child[0]->kind == ZEND_AST_ZVAL in zend_compile_func_array_slice()
4524 && args->child[0]->child[1]->kind == ZEND_AST_ARG_LIST in zend_compile_func_array_slice()
11061 child = &ast->child[2 - zend_is_true(zend_ast_get_zval(ast->child[0]))]; in zend_eval_const_expr()
11063 child--; in zend_eval_const_expr()
[all …]

Completed in 72 milliseconds

12345678910>>...12