Home
last modified time | relevance | path

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

12345678910>>...23

/php-src/Zend/tests/attributes/override/
H A Dgh12189_5.phpt2 #[Override] attribute in trait does not check for parent class implementations (Variant with abstra…
H A D010.phpt19 Fatal error: C::p() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D011.phpt19 Fatal error: C::p() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D020.phpt21 Fatal error: I@anonymous::c() has #[\Override] attribute, but no matching parent method exists in %…
/php-src/ext/date/tests/
H A Dbug55407.phpt10 return new DateTime(parent::createFromFormat($format, $time, $timezone));
H A DDateTimeInterval_inherited_serialization.phpt13 parent::__construct($duration);
H A DDateTimeZone_inherited_serialization.phpt13 parent::__construct($timezone);
H A DDateTime_inherited_serialization.phpt14 parent::__construct($datetime, $timezone);
H A DDateTimeImmutable_inherited_serialization.phpt14 parent::__construct($datetime, $timezone);
/php-src/ext/phar/tests/
H A Dphar_oo_008.phpt36 return parent::fgetcsv(',', '"');
69 return implode('|', parent::fgetcsv(',', '"'));
/php-src/ext/spl/tests/
H A Diterator_052.phpt14 parent::__construct($it, $re, $mode, $flags);
29 $ret = parent::accept();
H A Dbug64023.phpt15 // Does not work - outputs parent::__toString()
/php-src/ext/reflection/tests/
H A D023.phpt2 ReflectionClass::getDefaultProperties (filtering parent privates)
/php-src/Zend/tests/return_types/
H A Dinheritance004.phpt12 public static function test() : parent {
/php-src/Zend/tests/traits/
H A Dbug65576b.phpt10 parent::__construct();
/php-src/Zend/tests/
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 Dctor_promotion_untyped_default.phpt15 // Missing parent::__construct() call,
H A Dbug48899.phpt2 Bug #48899 (is_callable returns true even if method does not exist in parent class)
/php-src/ext/simplexml/tests/
H A D036.phpt10 return parent::count();
/php-src/Zend/
H A Dzend_interfaces.c308 if (!class_type->parent || class_type->parent->get_iterator != class_type->get_iterator) { in zend_implement_aggregate()
354 if (!class_type->parent || class_type->parent->get_iterator != class_type->get_iterator) { in zend_implement_iterator()
462 if (class_type->parent in zend_implement_serializable()
463 && (class_type->parent->serialize || class_type->parent->unserialize) in zend_implement_serializable()
464 && !zend_class_implements_interface(class_type->parent, zend_ce_serializable)) { in zend_implement_serializable()
/php-src/ext/opcache/tests/
H A Dpreload_prop_info_table.phpt2 Preloading of the property info table with internal parent
/php-src/Zend/tests/parameter_default_values/
H A Dinternal_declaration_error_false.phpt2 The default value is false in the parent class method's signature.
/php-src/ext/intl/tests/
H A Dbug75090.phpt2 Bug #75090 Constants of parent IntlCalendar class not inherited
/php-src/Zend/tests/closures/
H A Dclosure_from_callable_error.phpt130 echo 'Subclass cannot closure over parent private instance method'."\n";
180 echo 'Access private instance method of parent object through "self::" to parent method'."\n";
207 Subclass cannot closure over parent private instance method
211 Access private instance method of parent object through "self::" to parent method

Completed in 31 milliseconds

12345678910>>...23