Home
last modified time | relevance | path

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

123456

/PHP-5.5/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-5.5/ext/simplexml/tests/
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-5.5/ext/standard/tests/serialize/
H A Dbug35895.phpt13 private $child;
15 return array_merge(array("child"), parent::__sleep());
/PHP-5.5/ext/dom/tests/
H A Ddom_comment_variation.phpt21 echo "--- child $index ---\n";
29 --- 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-5.5/Zend/tests/
H A Dbug21888.phpt18 class child extends mom {
30 $c = new child();
H A Dbug63976.phpt2 Bug #63976 (Parent class incorrectly using child constant in class property)
/PHP-5.5/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-5.5/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-5.5/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-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c48 if (rb->child) { in ResourceBundle_object_destroy()
49 ures_close( rb->child ); in ResourceBundle_object_destroy()
70 rb->child = NULL; in ResourceBundle_object_create()
176 rb->child = ures_getByIndex( rb->me, meindex, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch()
179 rb->child = ures_getByKey(rb->me, mekey, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch()
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()
/PHP-5.5/ext/dom/
H A Dxpath.c146 zval *child; in dom_xpath_ext_function_php() local
147 MAKE_STD_ZVAL(child); in dom_xpath_ext_function_php()
167 child = php_dom_create_object(node, &ret, child, (dom_object *)intern TSRMLS_CC); in dom_xpath_ext_function_php()
168 add_next_index_zval(args[i], child); in dom_xpath_ext_function_php()
480 zval *child; in php_xpath_eval() local
482 MAKE_STD_ZVAL(child); in php_xpath_eval()
502 child = php_dom_create_object(node, &ret, child, (dom_object *)intern TSRMLS_CC); in php_xpath_eval()
503 add_next_index_zval(retval, child); in php_xpath_eval()
/PHP-5.5/ext/standard/
H A Dproc_open.c262 wait_pid = waitpid(proc->child, &wstatus, waitpid_options); in proc_open_rsrc_dtor()
312 if (kill(proc->child, sig_no) == 0) { in PHP_FUNCTION()
365 add_assoc_long(return_value, "pid", (long) proc->child); in PHP_FUNCTION()
379 if (wait_pid == proc->child) { in PHP_FUNCTION()
483 php_process_id_t child; in PHP_FUNCTION() local
786 child = pi.dwProcessId; in PHP_FUNCTION()
822 if (child < 0) { in PHP_FUNCTION()
835 child = fork(); in PHP_FUNCTION()
837 if (child == 0) { in PHP_FUNCTION()
889 } else if (child < 0) { in PHP_FUNCTION()
[all …]
H A Dproc_open.h42 php_process_id_t child; member
/PHP-5.5/ext/simplexml/
H A Dsxe.c132 php_sxe_object *child; in PHP_METHOD() local
142 child = php_sxe_fetch_object(sxe->iter.data TSRMLS_CC); in PHP_METHOD()
144 GET_NODE(child, node); in PHP_METHOD()
/PHP-5.5/ext/tidy/examples/
H A Durlgrab5.php27 foreach($node->child as $c) {
/PHP-5.5/ext/spl/tests/
H A DSplFileInfo_setFileClass_basic.phpt2 SplFileInfo::setFileClass() expects SplFileObject or child class
H A Dbug65328.phpt146 * @param Node $child
148 public function addChild(Node $child)
150 $child->setParent($this);
151 $this->children[] = $child;
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_children.h15 int fpm_children_free(struct fpm_child_s *child);
/PHP-5.5/tests/classes/
H A D__call_006.phpt38 echo "\n\n---> Invoke __call via scope resolution operator within child instance.\n";
67 ---> Invoke __call via scope resolution operator within child instance.

Completed in 79 milliseconds

123456