Home
last modified time | relevance | path

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

1234567

/PHP-7.2/ext/sysvsem/tests/
H A Dnowait.phpt27 // Get semaphore for child
30 echo "P: failed to child get semaphore\n";
43 // Acquire semaphore for child
63 /* Wait for the child semaphore to be released to
70 /* Release the child semahpore before releasing
72 the child continue execution */
90 echo "C: child process running.\n";
101 // The child process did not wait to acquire the semaphore
126 C: child process running.
/PHP-7.2/ext/tidy/examples/
H A Ddumpit5.php84 foreach($node->child as $child) {
85 dump_tree($child, $indent + 3);
/PHP-7.2/Zend/tests/
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
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-7.2/ext/simplexml/tests/
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');
H A Dbug41861.phpt24 foreach ($xml->children($ns) as $child)
26 $name = $child->getName();
27 $namespaces = $child->getNamespaces(false);
H A Dbug42259.phpt30 foreach ($rit as $child) {
32 $ancestry = $child->xpath('ancestor-or-self::*');
/PHP-7.2/ext/dom/tests/
H A Dbug69373.phpt7 $doc->loadXML("<parent><child /><child /></parent>");
H A Ddom_comment_variation.phpt21 echo "--- child $index ---\n";
28 --- child 0 ---
H A Dcanonicalization.phpt24 /* inclusive/without comments first child element of doc element is context. */
27 /* exclusive/without comments first child element of doc element is context. */
30 /* inclusive/with comments first child element of doc element is context. */
33 /* exclusive/with comments first child element of doc element is context. */
39 /* exclusive/without comments first child element of doc element is context.
47 /* exclusive/without comments first child element of doc element is context.
H A DDOMNode_insertBefore_error5.phpt5 DOM_NOT_FOUND is raised if refnode is not a child
6 This test checks the error message is raised when the refnode is a descendant but not a child
/PHP-7.2/ext/tidy/tests/
H A D028.phpt8 var_dump($x->body()->child[0]->name);
9 var_dump($x->body()->child[0]->getParent()->name);
/PHP-7.2/ext/standard/tests/class_object/
H A Dget_class_vars_variation2.phpt70 echo "\n-- From inside a child object instance --\n";
71 $child = new Child();
72 $child->test();
74 echo "\n-- From a child's static context --\n";
145 -- From inside a child object instance --
157 -- From a child's static context --
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug35895.phpt13 private $child;
15 return array_merge(array("child"), parent::__sleep());
/PHP-7.2/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-7.2/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_001w.phpt13 $this->child = $c;
26 …ype="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varString><child xsi:nil="true" xsi…
28 …ype="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varString><child xsi:nil="true" xsi…
34 ["child"]=>
/PHP-7.2/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt14 echo "*** Test by calling method or function with its expected arguments, first print the child PID…
25 *** Test by calling method or function with its expected arguments, first print the child PID and t…
/PHP-7.2/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c37 rb->child = ures_getByIndex( rb->me, iterator->i, rb->child, &icuerror ); in resourcebundle_iterator_read()
42 iterator->currentkey = estrdup( ures_getKey( rb->child ) ); in resourcebundle_iterator_read()
H A Dresourcebundle_class.c49 if (rb->child) { in ResourceBundle_object_destroy()
50 ures_close( rb->child ); in ResourceBundle_object_destroy()
67 rb->child = NULL; in ResourceBundle_object_create()
191 rb->child = ures_getByIndex( rb->me, meindex, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch()
194 rb->child = ures_getByKey(rb->me, mekey, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch()
/PHP-7.2/Zend/
H A Dzend_inheritance.c558 child_flags = child->common.fn_flags; in do_inheritance_check_on_method()
582 child->common.fn_flags |= ZEND_ACC_CHANGED; in do_inheritance_check_on_method()
585 child->common.fn_flags |= ZEND_ACC_CHANGED; in do_inheritance_check_on_method()
589 child->common.prototype = NULL; in do_inheritance_check_on_method()
592 child->common.prototype = parent; in do_inheritance_check_on_method()
598 parent = child->common.prototype; in do_inheritance_check_on_method()
608 if (child->common.prototype && ( in do_inheritance_check_on_method()
634 if (child) { in do_inherit_method()
646 Z_PTR_P(child) = new_function; in do_inherit_method()
665 if (UNEXPECTED(child)) { in do_inherit_property()
[all …]
/PHP-7.2/ext/simplexml/
H A Dsxe.c136 php_sxe_object *child; in PHP_METHOD() local
146 child = Z_SXEOBJ_P(&sxe->iter.data); in PHP_METHOD()
148 GET_NODE(child, node); in PHP_METHOD()

Completed in 32 milliseconds

1234567