Home
last modified time | relevance | path

Searched refs:parent (Results 176 – 200 of 432) sorted by relevance

12345678910>>...18

/PHP-7.4/Zend/tests/
H A Dbug52051.phpt11 function CC() { parent::bb(); }
20 function C() { parent::B(); }
H A Dbug30161.phpt17 parent::__construct();
H A Dbug70997.phpt2 Bug #70997 (When using parentClass:: instead of parent::, static context changed)
H A Dbug43332_2.phpt2 Bug #43332.2 (self and parent as type hint in namespace)
H A Dbug63816.phpt2 Bug #63816: implementation child interface and after parent cause fatal error
H A Dbug73987_3.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - return types a…
/PHP-7.4/ext/spl/tests/
H A Dbug64023.phpt15 // Does not work - outputs parent::__toString()
H A Diterator_052.phpt14 parent::__construct($it, $re, $mode, $flags);
29 $ret = parent::accept();
H A Dbug41691.phpt8 parent::__construct($this, $flags);
H A Dbug62672.phpt23 parent::__construct($keys->getIterator());
H A Dbug41828.phpt2 Bug #41828 (Segfault if extended constructor of RecursiveIterator doesn't call its parent)
H A Dbug54304.phpt7 parent::__construct(array(
H A Dbug75242.phpt2 Bug #75242: RecursiveArrayIterator doesn't have constants from parent class
/PHP-7.4/ext/reflection/tests/
H A D023.phpt2 ReflectionClass::getDefaultProperties (filtering parent privates)
H A Dbug36434.phpt2 Reflection Bug #36434 (Properties from parent class fail to indetify their true origin)
/PHP-7.4/Zend/tests/traits/
H A Dbug65576b.phpt10 parent::__construct();
/PHP-7.4/Zend/tests/return_types/
H A Dinheritance004.phpt12 public static function test() : parent {
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_class_007.phpt37 return parent::write($id, $data);
42 return parent::close();
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_008.phpt36 return parent::fgetcsv(',', '"');
68 return parent::fgetcsv(',', '"');
/PHP-7.4/ext/simplexml/tests/
H A D036.phpt10 return parent::count();
/PHP-7.4/Zend/tests/generators/
H A Dgc_with_root_parent_mismatch.phpt2 Generator GC when the yield from parent chain does not reach the root
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dinternal_parent.phpt2 Internal class as parent
/PHP-7.4/ext/phar/phar/
H A Ddirectorygraphiterator.inc29 parent::SELF_FIRST
/PHP-7.4/ext/intl/tests/
H A Dbug75090.phpt2 Bug #75090 Constants of parent IntlCalendar class not inherited
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug76300.phpt16 parent::__construct($id + 20);

Completed in 21 milliseconds

12345678910>>...18