Home
last modified time | relevance | path

Searched refs:parent (Results 226 – 250 of 432) sorted by relevance

12345678910>>...18

/PHP-7.4/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 Dctor_name_clash.phpt2 ZE2 The child class can re-use the parent class name for a function member
/PHP-7.4/Zend/tests/
H A Dbug30702.phpt19 public $c6=parent::C1;
H A Dget_class_vars_003.phpt28 parent::__construct();
H A Dbug22725.phpt2 Bug #22725 (A derived class can call a parent's protected method that calls a private method)
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 Dbug44141.phpt2 Bug #44141 (private parent constructor callable through static function)
H A Dbug48215_2.phpt2 Bug #48215 - parent::method() calls __construct, case sensitive test
H A Dbug65372.phpt33 return parent::Get();
H A Dbug73987_2.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - nullabilty abs…
H A Dbug60833.phpt2 Bug #60833 (self, parent, static behave inconsistently case-sensitive)
/PHP-7.4/ext/spl/
H A Dspl_functions.c131 while (pce->parent) { in spl_add_classes()
132 pce = pce->parent; in spl_add_classes()
/PHP-7.4/ext/spl/tests/
H A Dbug69737.phpt7 return -parent::notexist($a, $b);
H A Diterator_047.phpt22 return parent::hasChildren();
29 return parent::getChildren();
/PHP-7.4/ext/date/tests/
H A Dbug62500.phpt14 parent::__construct($time_spec);
H A DDateTimeZone_extends_basic1.phpt15 return parent::getName();
/PHP-7.4/tests/lang/
H A D039.phpt14 parent::__construct($errstr, $errno);
H A D038.phpt10 parent::__construct($errstr, $errno);
/PHP-7.4/Zend/tests/assert/
H A Dexpect_010.phpt2 test stack trace is correct from failed exception in extended class (parent implementing constructo…
/PHP-7.4/ext/reflection/tests/
H A DReflectionType_001.phpt11 function pbar(parent $x): int { return 1; }
13 function pfactory(): parent { return new stdClass; }
174 string(6) "parent"
203 string(6) "parent"
/PHP-7.4/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-7.4/ext/simplexml/tests/
H A Dsxe_005.phpt25 return parent::count();
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.c33 if (command->parent) { in ZEND_EXTERN_MODULE_GLOBALS()
34 memcpy(&buffer[pos], command->parent->name, command->parent->name_len); in ZEND_EXTERN_MODULE_GLOBALS()
35 pos += command->parent->name_len; in ZEND_EXTERN_MODULE_GLOBALS()
572 …_stack_resolve(const phpdbg_command_t *commands, const phpdbg_command_t *parent, phpdbg_param_t **… in phpdbg_stack_resolve() argument
612 if (parent) { in phpdbg_stack_resolve()
613 …nd=\"%s\" subcommand=\"%s\"", "The command \"%s %s\" could not be found", parent->name, name->str); in phpdbg_stack_resolve()
617 return parent; in phpdbg_stack_resolve()
/PHP-7.4/ext/soap/tests/
H A Dserver024.phpt9 parent::__construct("http://testuri.org", "Test1", $data);
15 parent::__construct("http://testuri.org", "Test2", $data);

Completed in 27 milliseconds

12345678910>>...18