Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.5/ext/reflection/tests/
H A Dbug51905.phpt12 public function x($x = 1, $y = array(self::X), $z = parent::Y) {}
/PHP-5.5/ext/date/tests/
H A Dbug62852_var2.phpt15 parent::__wakeup();
H A Dbug62852_var3.phpt15 parent::__wakeup();
H A Dbug62500.phpt14 parent::__construct($time_spec);
H A DDateTimeZone_extends_basic1.phpt15 return parent::getName();
/PHP-5.5/ext/dom/tests/
H A DDOMAttr_ownerElement_error_001.phpt2 Read $ownerElement with null parent.
/PHP-5.5/ext/spl/tests/
H A Dbug34548.phpt15 parent::offsetSet($index, $value);
H A Diterator_047.phpt22 return parent::hasChildren();
29 return parent::getChildren();
/PHP-5.5/Zend/tests/
H A Dbug30702.phpt19 public $c6=parent::C1;
H A Dget_class_vars_003.phpt28 parent::__construct();
H A Dbug32290.phpt64 return call_user_func_array(array("parent", "doSomethingParent"), array($i));
72 return call_user_func_array(array($this, "parent::doSomethingParentThis"), array($i));
H A Dbug36006.phpt21 parent::__destruct(); /* segfault here */
H A Dbug42211.phpt2 Bug #42211 (property_exists() fails to find protected properties from a parent class)
H A Dbug43332_1.phpt2 Bug #43332.1 (self and parent as type hint in namespace)
H A Dbug65372.phpt33 return parent::Get();
H A Dbug60833.phpt2 Bug #60833 (self, parent, static behave inconsistently case-sensitive)
/PHP-5.5/tests/classes/
H A Dprivate_members_serialization.phpt2 Verifies that it is possible to return private member names of parent classes in __sleep
H A Dabstract.phpt17 parent::show();
/PHP-5.5/ext/soap/tests/
H A Dserver024.phpt9 parent::__construct("http://testuri.org", "Test1", $data);
15 parent::__construct("http://testuri.org", "Test2", $data);
/PHP-5.5/ext/spl/
H A Dspl_functions.c127 while (pce->parent) { in spl_add_classes()
128 pce = pce->parent; in spl_add_classes()
/PHP-5.5/tests/lang/
H A D039.phpt14 parent::__construct($errstr, $errno);
H A D038.phpt10 parent::__construct($errstr, $errno);
/PHP-5.5/ext/simplexml/tests/
H A Dsxe_005.phpt25 return parent::count();
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_parent_class_variation_001.phpt6 * Description: Retrieves the parent class name for object or class or current scope.
/PHP-5.5/ext/pdo/tests/
H A Dpdo_030.phpt41 parent::execute();
55 return parent::query($sql);

Completed in 21 milliseconds

12345678910>>...15