Home
last modified time | relevance | path

Searched refs:parent (Results 126 – 150 of 312) sorted by relevance

12345678910>>...13

/PHP-5.3/ext/soap/tests/
H A Dserver025.phpt11 parent::__construct("http://testuri.org", "Test1", $data);
17 parent::__construct("http://testuri.org", "Test2", $data);
/PHP-5.3/ext/spl/
H A Dspl_functions.c115 while (pce->parent) { in spl_add_classes()
116 pce = pce->parent; in spl_add_classes()
/PHP-5.3/ext/simplexml/tests/
H A D036.phpt10 return parent::count();
H A Dbug40451.phpt23 Warning: SimpleXMLElement::addAttribute(): Unable to locate parent Element in %s on line %d
/PHP-5.3/ext/spl/tests/
H A Dbug41691.phpt8 parent::__construct($this, $flags);
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 Diterator_048.phpt19 return $this->hasChildren() || parent::accept();
H A Dbug34548.phpt15 parent::offsetSet($index, $value);
/PHP-5.3/ext/spl/examples/
H A Ddirectorytree.inc23 parent::__construct(new DirectoryFilterDots($path));
H A Ddirectorygraphiterator.inc29 parent::SELF_FIRST
/PHP-5.3/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)
H A Dbug51905.phpt12 public function x($x = 1, $y = array(self::X), $z = parent::Y) {}
/PHP-5.3/ext/intl/tests/
H A Dbug60192-getsortkey.phpt12 // ommitting parent::__construct($someLocale);
H A Dbug60192-getlocale.phpt12 // ommitting parent::__construct($someLocale);
H A Dbug60192-compare.phpt11 // ommitting parent::__construct($someLocale);
H A Dbug60192-sort.phpt12 // ommitting parent::__construct($someLocale);
H A Dbug60192-sortwithsortkeys.phpt12 // ommitting parent::__construct($someLocale);
/PHP-5.3/ext/phar/phar/
H A Ddirectorygraphiterator.inc29 parent::SELF_FIRST
/PHP-5.3/Zend/tests/
H A Dbug48215_2.phpt2 Bug #48215 - parent::method() calls __construct, case sensitive test
H A Dbug44141.phpt2 Bug #44141 (private parent constructor callable through static function)
H A DselfParent_001.phpt18 var_dump(parent::myDynConst);
H A DselfParent_002.phpt18 var_dump(parent::myDynConst);
/PHP-5.3/ext/standard/tests/serialize/
H A Dbug35895.phpt15 return array_merge(array("child"), parent::__sleep());

Completed in 23 milliseconds

12345678910>>...13