Home
last modified time | relevance | path

Searched refs:parent (Results 151 – 175 of 357) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/spl/tests/
H A Diterator_053.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(
/PHP-5.5/ext/soap/tests/
H A Dserver025.phpt11 parent::__construct("http://testuri.org", "Test1", $data);
17 parent::__construct("http://testuri.org", "Test2", $data);
/PHP-5.5/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.5/ext/spl/
H A Dspl_dllist.c371 zend_class_entry *parent = class_type; in spl_dllist_object_new_ex() local
407 while (parent) { in spl_dllist_object_new_ex()
408 if (parent == spl_ce_SplStack) { in spl_dllist_object_new_ex()
411 } else if (parent == spl_ce_SplQueue) { in spl_dllist_object_new_ex()
416 if (parent == spl_ce_SplDoublyLinkedList) { in spl_dllist_object_new_ex()
421 parent = parent->parent; in spl_dllist_object_new_ex()
427 if (!parent) { /* this must never happen */ in spl_dllist_object_new_ex()
432 if (intern->fptr_offset_get->common.scope == parent) { in spl_dllist_object_new_ex()
436 if (intern->fptr_offset_set->common.scope == parent) { in spl_dllist_object_new_ex()
440 if (intern->fptr_offset_has->common.scope == parent) { in spl_dllist_object_new_ex()
[all …]
/PHP-5.5/ext/intl/tests/
H A Dbug60192-getlocale.phpt12 // ommitting parent::__construct($someLocale);
H A Dbug60192-getsortkey.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.5/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-5.5/ext/spl/examples/
H A Ddirectorytree.inc23 parent::__construct(new DirectoryFilterDots($path));
H A Ddirectorygraphiterator.inc29 parent::SELF_FIRST
/PHP-5.5/ext/phar/phar/
H A Ddirectorygraphiterator.inc29 parent::SELF_FIRST
/PHP-5.5/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.5/ext/standard/tests/serialize/
H A Dbug35895.phpt15 return array_merge(array("child"), parent::__sleep());
/PHP-5.5/ext/date/tests/
H A DDateTime_extends_basic3.phpt14 return parent::format($format);

Completed in 51 milliseconds

12345678910>>...15