Home
last modified time | relevance | path

Searched refs:child (Results 1 – 25 of 160) sorted by path

1234567

/PHP-7.4/
H A DNEWS786 . Fixed bug #79862 (Public non-static property in child should take priority
1797 child process). (Nikita)
1864 child). (Nikita)
2519 . Fixed bug #76773 (Traits used on the parent are ignored for child classes).
H A DUPGRADING49 child classes. This is no longer the case. No particular order is guaranteed
495 is required, if the child process is supposed to handle CTRL events.
/PHP-7.4/Zend/tests/anon/
H A D005.phpt14 /* create a child object implementing array access */
/PHP-7.4/Zend/tests/
H A Dbug21888.phpt14 class child extends mom {
26 $c = new 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 Dbug32290.phpt2 Bug #32290 (calling call_user_func_array() ends in infinite loop within child class)
H A Dbug33277.phpt2 Bug #33277 (private method accessed by child class)
H A Dbug39297.phpt37 $child = new MyTree();
38 $root[$id] = $child;
40 var_dump(compareByRef($root[$id], $child));
H A Dbug39721.phpt23 $child = new test2_child();
26 echo $child->instance . "\n";
H A Dbug40757.phpt2 Bug #40757 (get_object_vars() get nothing in child class)
17 $child=new Child();
18 print_r($child->getFields(new Base()));
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)
H A Dbug45862.phpt25 echo "\n From child scope\n";
26 $child = new Child();
27 $child->test();
38 From child scope
H A Dbug48899.phpt17 $child = new ChildClass();
18 $child->testIsCallable();
19 $child->testIsCallable2();
H A Dbug62441.phpt2 Bug #62441: Incorrect strong typing in namespaced child classes
H A Dbug62814.phpt2 Bug #62814: It is possible to stiffen child class members visibility
H A Dbug63816.phpt2 Bug #63816: implementation child interface and after parent cause fatal error
H A Dbug63976.phpt2 Bug #63976 (Parent class incorrectly using child constant in class property)
H A Dbug68215.phpt25 function test(&$child, $entry)
29 foreach ($child AS $key => $fruit)
33 $child[$i] = $fruit;
34 unset($child[$key]);
H A Dbug72177.phpt17 protected $child;
21 $this->child = new Child();
23 $prop = new \ReflectionProperty($this, 'child');
H A Dbug74862_2.phpt2 Bug #74862 (Unable to clone instance when private __clone defined in a child class)
H A Dbug79862.phpt2 Bug #79862: Public non-static property in child should take priority over private static
H A Dobjects_033.phpt6 // PHP4-5.3 object semantics had child properties added to an
/PHP-7.4/Zend/tests/return_types/
H A D006.phpt2 Return type allowed in child when parent does not have return type
/PHP-7.4/Zend/tests/traits/
H A Dbug76773.phpt2 Bug #76773 (Traits used on the parent are ignored for child classes)

Completed in 27 milliseconds

1234567