Home
last modified time | relevance | path

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

1234567

/PHP-7.1/tests/classes/
H A Dctor_name_clash.phpt2 ZE2 The child class can re-use the parent class name for a function member
H A Diterators_008.phpt2 Ensure plain userspace superclass does not override special iterator behaviour on child class.
/PHP-7.1/ext/standard/tests/array/
H A Darray_map_object1.phpt15 * 4) abstract and child class
73 echo "defined in child\n";
160 defined in child
161 defined in child
H A Darray_filter_object.phpt14 * object of child class extending abstract class
46 echo "defined in child";
H A Darray_fill_object.phpt43 // child class which inherits parent class test1
71 // child class which inherits parent class test2
99 // child class which inherits parent class test3
128 // child class which inherits parent class test4
H A Darray_fill_object_2_4.phpt43 // child class which inherits parent class test1
71 // child class which inherits parent class test2
99 // child class which inherits parent class test3
128 // child class which inherits parent class test4
/PHP-7.1/ext/dom/tests/
H A Dbug41374.phpt9 <root>foo<child />baz</root>
H A Dbug54382.phpt11 <ns2:child />
H A DDOMNode_insertBefore_error6.phpt5 DOM_NOT_FOUND is raised if refnode is not a child
H A DDOMNode_insertBefore_error2.phpt5 DOM_NOT_FOUND is raised if refnode is not a child
H A DDOMNode_insertBefore_error3.phpt5 DOM_NOT_FOUND is raised if refnode is not a child
H A DDOMNode_insertBefore_error4.phpt5 DOM_NOT_FOUND is raised if refnode is not a child
/PHP-7.1/ext/filter/tests/
H A D058.phpt17 'tést.child@example.com',
45 string(23) "tést.child@example.com"
/PHP-7.1/ext/ldap/tests/
H A Dbug76248.phpt13 // child
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dbug36727.phpt16 $stmt = $db->prepare('SELECT * FROM child');
/PHP-7.1/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_basic.phpt18 foreach ($rcs as $childName => $child) {
22 var_dump($child->isSubclassOf($parent));
24 var_dump($child->isSubclassOf($parentName));
/PHP-7.1/Zend/tests/
H A Dbug42937.phpt2 Bug #42937 (__call() method not invoked when methods are called on parent from child class)
/PHP-7.1/ext/dom/
H A Dphp_dom.c1309 if (parent == NULL || child == NULL || child->doc != parent->doc) { in dom_hierarchy()
1316 if (nodep == child) { in dom_hierarchy()
1370 xmlNodePtr child, nextp, newnextp; in dom_normalize() local
1374 child = nodep->children; in dom_normalize()
1375 while(child != NULL) { in dom_normalize()
1376 switch (child->type) { in dom_normalize()
1378 nextp = child->next; in dom_normalize()
1394 dom_normalize (child); in dom_normalize()
1395 attr = child->properties; in dom_normalize()
1402 dom_normalize (child); in dom_normalize()
[all …]
/PHP-7.1/sapi/fpm/
H A Dconfig.m4147 pid_t child;
150 if ( (child = fork()) ) { /* parent */
153 if (0 > ptrace(PTRACE_ATTACH, child, 0, 0)) {
157 waitpid(child, &status, 0);
167 if (0 > ptrace(PT_IO, child, (void *) &ptio, 0)) {
173 v2 = ptrace(PTRACE_PEEKDATA, child, (void *) &v1, 0);
179 ptrace(PTRACE_DETACH, child, (void *) 1, 0);
181 kill(child, SIGKILL);
185 else { /* child */
/PHP-7.1/ext/standard/tests/dir/
H A Dopendir_variation5.phpt26 * remove the execute permission from the parent dir and test opendir() on child dir
36 * |-> child_dir ( child dir)
H A Ddir_variation7.phpt27 * remove the execute permission from the parent dir and test dir() on child dir
37 |-> child_dir ( child dir)
H A Dscandir_variation5.phpt26 * remove the execute permission from the parent dir and test scandir() on child dir
37 * |-> child_dir ( child dir)
/PHP-7.1/ext/opcache/
H A Dzend_persist_calc.c106 if (list->child[i]) { in zend_persist_ast_calc()
107 zend_persist_ast_calc(list->child[i]); in zend_persist_ast_calc()
114 if (ast->child[i]) { in zend_persist_ast_calc()
115 zend_persist_ast_calc(ast->child[i]); in zend_persist_ast_calc()
/PHP-7.1/sapi/fpm/tests/
H A Dsocket-invalid-allowed-clients.phpt31 // this is from child when starting
/PHP-7.1/Zend/tests/anon/
H A D005.phpt14 /* create a child object implementing array access */

Completed in 98 milliseconds

1234567