Home
last modified time | relevance | path

Searched refs:child (Results 101 – 125 of 312) sorted by relevance

12345678910>>...13

/php-src/ext/mysqli/tests/
H A Dmysqli_fork.phpt2 Forking a child and using the same connection.
29 printf("[001] Cannot fork child");
33 /* child */
69 sender ENUM('child', 'parent') NOT NULL,
81 printf("[009] Cannot fork child");
85 /* child */
242 child start
243 child array
245 child array
247 child array
[all …]
/php-src/ext/pcntl/tests/
H A Dpcntl_rfork_nowait.phpt12 echo "*** Test by with child not reporting to the parent ***\n";
19 sleep(2); // as the child does not wait so we see its "pid"
23 *** Test by with child not reporting to the parent ***
H A Dpcntl_rfork.phpt16 echo "child";
22 child
/php-src/ext/simplexml/tests/
H A Dprofile10.phpt10 <child reserved:attribute="Sample" special:attribute="Test" />
14 $rsattr = $root->child->attributes('reserved-ns');
15 $spattr = $root->child->attributes('special-ns');
H A Dprofile03.phpt9 <child attribute="Sample" />
13 echo $root->child['attribute'];
H A Dprofile08.phpt10 <child reserved:attribute="Sample" />
14 echo $root->child['attribute'];
H A Dprofile06.phpt10 <child reserved:attribute="Sample" />
14 $attr = $root->child->attributes('reserved-ns');
/php-src/ext/dom/
H A Dxml_serializer.c586 for (xmlNodePtr child = attr->children; child != NULL; child = child->next) { in dom_xml_serialize_attribute_node_value() local
887 …if (child->type == XML_TEXT_NODE || child->type == XML_ENTITY_REF_NODE || child->type == XML_CDATA… in dom_xml_should_format_element()
890 child = child->next; in dom_xml_should_format_element()
891 } while (child != NULL); in dom_xml_should_format_element()
1144 xmlNodePtr child = NULL; in dom_xml_serialize_element_node() local
1154 for (; child != NULL; child = child->next) { in dom_xml_serialize_element_node()
1200 while (child != NULL) { in dom_xml_serializing_a_document_fragment_node()
1202 child = child->next; in dom_xml_serializing_a_document_fragment_node()
1232 node->children = child; in dom_xml_serializing_a_document_node()
1236 while (child != NULL) { in dom_xml_serializing_a_document_node()
[all …]
/php-src/ext/dom/tests/modern/spec/
H A DParentNode_hierarchy_text_nodes.phpt42 Exception: Cannot insert text as a child of a document
43 Exception: Cannot insert text as a child of a document
44 Exception: Cannot insert text as a child of a document
47 Exception: Cannot insert text as a child of a document
H A Dpre_insertion_validation.phpt98 Exception: Cannot insert text as a child of a document
99 Exception: Cannot insert text as a child of a document
100 Exception: Cannot insert text as a child of a document
104 Exception: Document types must be the first child in a document
107 Exception: Cannot have more than one element child in a document
109 Exception: Document types must be the first child in a document
115 Exception: Cannot have more than one element child in a document
117 Exception: Cannot insert text as a child of a document
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_ns_imported_02.phpt9 $xml->documentElement->appendChild($xml->createElementNS('some:ns2', 'child'));
35 <child xmlns="some:ns2"/></container>
48 <child xmlns="some:ns2"/></container></p></body></html>
59 <child></child></container></p></body></html>
H A DHTMLDocument_serialize_ns_imported_05.phpt9 $xml->documentElement->appendChild($xml->createElementNS('some:ns2', 'child'));
35 <child xmlns="some:ns2"/></container>
48 <child xmlns="some:ns2"/></container></p></body></html>
59 <child></child></container></p></body></html>
/php-src/ext/libxml/tests/
H A Dbug42112.phpt8 <root><child xml:id="id1">baz</child></root>
30 Deleting Node: child
/php-src/Zend/tests/
H A Dbug48899-deprecated.phpt17 $child = new ChildClass();
18 $child->testIsCallable();
19 $child->testIsCallable2();
H A Dbug39297.phpt37 $child = new MyTree();
38 $root[$id] = $child;
40 var_dump(compareByRef($root[$id], $child));
H A Dbug29210.phpt47 echo "test_func1 isn't callable from child\n";
52 echo "test_func2 isn't callable from child\n";
57 echo "test_func3 isn't callable from child\n";
62 echo "test_func4 isn't callable from child\n";
101 test_func1 isn't callable from child
103 test_func3 isn't callable from child
/php-src/sapi/fpm/fpm/
H A Dfpm_scoreboard.h83 struct fpm_scoreboard_proc_s *fpm_scoreboard_proc_get_from_child(struct fpm_child_s *child);
92 void fpm_scoreboard_child_use(struct fpm_child_s *child, pid_t pid);
94 void fpm_scoreboard_proc_free(struct fpm_child_s *child);
95 int fpm_scoreboard_proc_alloc(struct fpm_child_s *child);
/php-src/ext/dom/tests/
H A Dclone_attribute_namespace_01.phpt37 $child = $dom->documentElement->appendChild($dom->createElement("child"));
38 $child->{$method}($clone);
71 <container><child xmlns:foo="some:ns" foo:bar="value"/></container>
76 <container><child xmlns:foo="some:ns" foo:bar="value"/></container>
81 <container><child xmlns:foo="some:ns" foo:bar="value"/></container>
H A Dspecific_namespace_behaviour.phpt16 $dom2->loadXML('<xml><child/></xml>');
24 <xml><child><wsse:Security xmlns:wsse="foo:bar" xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
27 </wsse:Security></child></xml>
H A DDOMElement_prepend_hierarchy_test.phpt18 echo "-- Prepend hello with world's child --\n";
25 echo "-- Prepend hello with world's child and text --\n";
32 echo "-- Prepend world's child with hello --\n";
39 echo "-- Prepend world's child with hello and text --\n";
94 -- Prepend hello with world's child --
97 -- Prepend hello with world's child and text --
100 -- Prepend world's child with hello --
103 -- Prepend world's child with hello and text --
H A Dbug69373.phpt9 $doc->loadXML("<parent><child /><child /></parent>");
/php-src/ext/tidy/tests/
H A D028.phpt8 var_dump($x->body()->child[0]->name);
9 var_dump($x->body()->child[0]->getParent()->name);
/php-src/sapi/fpm/tests/
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt47 $tester->expectLogWarning('child \\d+ exited on signal 9 \\(SIGKILL\\) after \\d+.\\d+ seconds from…
48 $tester->expectLogNotice('child \\d+ started', 'unconfined');
49 $tester->expectLogWarning('child \\d+ exited on signal 9 \\(SIGKILL\\) after \\d+.\\d+ seconds from…
50 $tester->expectLogNotice('child \\d+ started', 'unconfined');
/php-src/ext/dom/tests/gh11830/
H A Dtype_variation.phpt12 <child><testelement/></child>
59 <child><testelement/></child>
/php-src/Zend/tests/return_types/
H A Dnever_covariance.phpt36 throw new UnexpectedValueException('child');
41 throw new UnexpectedValueException('child');
46 throw new UnexpectedValueException('child');

Completed in 32 milliseconds

12345678910>>...13