Home
last modified time | relevance | path

Searched refs:child (Results 201 – 225 of 281) sorted by relevance

12345678910>>...12

/php-src/ext/standard/tests/dir/
H A Dscandir_variation5.phpt13 * remove the execute permission from the parent dir and test scandir() on child dir
24 * |-> child_dir ( child dir)
H A Ddir_variation7.phpt13 * remove the execute permission from the parent dir and test dir() on child dir
23 |-> child_dir ( child dir)
H A Dopendir_variation5.phpt13 * remove the execute permission from the parent dir and test opendir() on child dir
23 * |-> child_dir ( child dir)
/php-src/ext/dom/tests/
H A Dbug80927.phpt65 echo "--- Remove namespace declarator for attribute, moved root child ---\n";
80 --- Remove namespace declarator for attribute, moved root child ---
H A Dbug54382.phpt9 <ns2:child />
H A DDOMNode_insertBefore_error6.phpt5 DOM_NOT_FOUND is raised if refnode is not a child
/php-src/Zend/tests/type_declarations/dnf_types/variance/
H A Dinvalid_covariance_intersection_to_union1.phpt2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
H A Dinvalid_covariance_intersection_to_union3.phpt2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
H A Dinvalid_covariance_drop_type1.phpt2 Co-variance check failure for intersection type where child removes one of intersection type members
H A Dinvalid1.phpt2 Co-variance check failure for intersection type where child replace one of intersection type member…
H A Dinvalid_covariance_drop_type2.phpt2 Co-variance check failure for intersection type where child removes one of intersection type members
/php-src/Zend/tests/type_declarations/intersection_types/variance/
H A Dinvalid2.phpt2 Co-variance check failure for intersection type where child replaces it with standard type
H A Dinvalid_covariance_drop_type1.phpt2 Co-variance check failure for intersection type where child removes one of intersection type members
H A Dinvalid_covariance_intersection_to_union3.phpt2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
H A Dinvalid_covariance_drop_type2.phpt2 Co-variance check failure for intersection type where child removes one of intersection type members
H A Dinvalid1.phpt2 Co-variance check failure for intersection type where child replace one of intersection type member…
/php-src/ext/dom/tests/modern/spec/
H A DdocumentURI_URL.phpt8 $dom = DOM\XMLDocument::createFromString('<root><child/></root>');
/php-src/ext/standard/tests/array/
H A Darray_filter_object.phpt9 * object of child class extending abstract class
41 echo "defined in child";
H A Darray_fill_object.phpt36 // child class which inherits parent class test1
64 // child class which inherits parent class test2
92 // child class which inherits parent class test3
121 // child class which inherits parent class test4
/php-src/sapi/fpm/
H A Dconfig.m496 pid_t child;
99 if ( (child = fork()) ) { /* parent */
102 if (0 > ptrace(PTRACE_ATTACH, child, 0, 0)) {
106 waitpid(child, &status, 0);
116 if (0 > ptrace(PT_IO, child, (void *) &ptio, 0)) {
122 v2 = ptrace(PTRACE_PEEKDATA, child, (void *) &v1, 0);
128 ptrace(PTRACE_DETACH, child, (void *) 1, 0);
130 kill(child, SIGKILL);
134 else { /* child */
/php-src/ext/opcache/tests/jit/
H A Dgh12380.phpt2 GH-12380: JIT+private array property access inside closure accesses private property in child class
/php-src/ext/dom/
H A Dphp_dom.c1663 if (parent == NULL || child == NULL || child->doc != parent->doc) { in dom_hierarchy()
1674 if (nodep == child) { in dom_hierarchy()
1813 while(child != NULL) { in php_dom_normalize_legacy()
1814 switch (child->type) { in php_dom_normalize_legacy()
1819 xmlUnlinkNode(child); in php_dom_normalize_legacy()
1820 free_node(child); in php_dom_normalize_legacy()
1821 child = nextp; in php_dom_normalize_legacy()
1836 child = child->next; in php_dom_normalize_legacy()
2508 for (xmlNodePtr child = clone->children; child != NULL; child = child->next) { in dom_clone_node() local
2530 while (child != NULL) { in php_dom_has_child_of_type()
[all …]
/php-src/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-src/tests/classes/
H A Diterators_008.phpt2 Ensure plain userspace superclass does not override special iterator behaviour on child class.
/php-src/Zend/tests/
H A Dbug42937.phpt2 Bug #42937 (__call() method not invoked when methods are called on parent from child class)

Completed in 58 milliseconds

12345678910>>...12