Home
last modified time | relevance | path

Searched refs:child (Results 76 – 100 of 138) sorted by relevance

123456

/PHP-5.5/Zend/tests/
H A Dbug33277.phpt2 Bug #33277 (private method accessed by child class)
H A Dbug40770.phpt2 Bug #40770 (Apache child exits when PHP memory limit reached)
H A Dbug42937.phpt2 Bug #42937 (__call() method not invoked when methods are called on parent from child class)
/PHP-5.5/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 D__call_007.phpt38 echo "\n\n---> Invoke __call via scope resolution operator within child instance.\n";
66 ---> Invoke __call via scope resolution operator within child instance.
H A Diterators_008.phpt2 Ensure plain userspace superclass does not override special iterator behaviour on child class.
/PHP-5.5/ext/spl/tests/
H A DSplFileInfo_setInfoClass_basic.phpt2 SplFileInfo::setInfoClass() expects SplFileInfo or child class
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.h32 UResourceBundle *child; member
/PHP-5.5/ext/simplexml/tests/
H A Dbug41947.phpt8 $grandchild = $xml->addChild('child', null, 'http://myns')->addChild('grandchild', 'hello', '');
H A Dbug40451.phpt2 Bug #40451 (addAttribute() may crash when used with non-existent child node)
/PHP-5.5/ext/spl/internal/
H A Drecursivecachingiterator.inc55 $child = $this->it->getChildren();
60 $this->getChildren = $ref->newInstance($child, $this->flags);
/PHP-5.5/ext/reflection/tests/
H A DReflectionObject_isSubclassOf_basic.phpt26 foreach ($ros as $childName => $child) {
30 var_dump($child->isSubclassOf($parent));
33 var_dump($child->isSubclassOf($ros[$parentName]));
36 var_dump($child->isSubclassOf($parentName));
H A DReflectionClass_isSubclassOf_basic.phpt18 foreach ($rcs as $childName => $child) {
22 var_dump($child->isSubclassOf($parent));
24 var_dump($child->isSubclassOf($parentName));
/PHP-5.5/Zend/
H A Dzend_alloc.c740 mm_block->child[0] = mm_block->child[1] = NULL; in zend_mm_add_to_free_list()
804 rp = &mm_block->child[mm_block->child[1] != NULL]; in zend_mm_remove_from_free_list()
815 while (*(cp = &(prev->child[prev->child[1] != NULL])) != NULL) { in zend_mm_remove_from_free_list()
825 if ((prev->child[0] = mm_block->child[0])) { in zend_mm_remove_from_free_list()
827 prev->child[0]->parent = &prev->child[0]; in zend_mm_remove_from_free_list()
829 if ((prev->child[1] = mm_block->child[1])) { in zend_mm_remove_from_free_list()
831 prev->child[1]->parent = &prev->child[1]; in zend_mm_remove_from_free_list()
1839 p = p->child[0]; in zend_mm_search_large_block()
1844 p = p->child[1]; in zend_mm_search_large_block()
1850 for (p = rst; p; p = p->child[p->child[0] != NULL]) { in zend_mm_search_large_block()
[all …]
/PHP-5.5/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-5.5/ext/dom/tests/
H A Dbug41374.phpt9 <root>foo<child />baz</root>
H A DDOMNode_insertBefore_error6.phpt5 DOM_NOT_FOUND is raised if refnode is not a child
/PHP-5.5/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-5.5/ext/pdo_pgsql/tests/
H A Dbug36727.phpt16 $stmt = $db->prepare('SELECT * FROM child');
/PHP-5.5/ext/standard/tests/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 Dopendir_variation5.phpt26 * remove the execute permission from the parent dir and test opendir() on child dir
36 * |-> 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)

Completed in 50 milliseconds

123456