Home
last modified time | relevance | path

Searched refs:parent (Results 251 – 275 of 555) sorted by relevance

1...<<11121314151617181920>>...23

/php-src/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());
/php-src/ext/soap/tests/
H A Dserver025.phpt11 parent::__construct("http://testuri.org", "Test1", $data);
17 parent::__construct("http://testuri.org", "Test2", $data);
/php-src/Zend/tests/parameter_default_values/
H A Dinternal_declaration_error_class_const.phpt2 The default value is a class constant in the parent class method's signature.
H A Dinternal_declaration_error_const.phpt2 The default value is a constant in the parent class method's signature.
H A Dinternal_declaration_error_null.phpt2 The default value is null in the parent class method's signature.
/php-src/Zend/tests/return_types/
H A Dnever_no_variance.phpt10 throw new \Exception('parent');
/php-src/Zend/tests/
H A Dbug63816.phpt2 Bug #63816: implementation child interface and after parent cause fatal error
H A Dbug73987_3.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - return types a…
H A DselfParent_001.phpt18 var_dump(parent::myDynConst);
H A DselfParent_002.phpt18 var_dump(parent::myDynConst);
/php-src/Zend/tests/generators/
H A Dgc_with_root_parent_mismatch.phpt2 Generator GC when the yield from parent chain does not reach the root
/php-src/Zend/tests/anon/
H A D015.phpt2 static variables in methods inherited from parent class
/php-src/ext/opcache/
H A Dzend_persist.c1071 if (ce->parent) { in zend_update_parent_ce()
1073 zend_class_entry *parent = ce->parent; in zend_update_parent_ce() local
1075 if (parent->type == ZEND_USER_CLASS) { in zend_update_parent_ce()
1076 zend_class_entry *p = zend_shared_alloc_get_xlat_entry(parent); in zend_update_parent_ce()
1079 ce->parent = parent = p; in zend_update_parent_ce()
1084 i = parent->default_static_members_count - 1; in zend_update_parent_ce()
1085 while (parent && parent->default_static_members_table) { in zend_update_parent_ce()
1086 end = parent->parent ? parent->parent->default_static_members_count : 0; in zend_update_parent_ce()
1096 ZVAL_INDIRECT(p, &parent->default_static_members_table[i]); in zend_update_parent_ce()
1100 parent = parent->parent; in zend_update_parent_ce()
/php-src/ext/intl/tests/
H A Dbug60192-getlocale.phpt10 // omitting parent::__construct($someLocale);
H A Dbug60192-getsortkey.phpt10 // omitting parent::__construct($someLocale);
H A Dbug60192-compare.phpt9 // omitting parent::__construct($someLocale);
H A Dbug60192-sort.phpt10 // omitting parent::__construct($someLocale);
H A Dbug60192-sortwithsortkeys.phpt10 // omitting parent::__construct($someLocale);
/php-src/ext/phar/phar/
H A Ddirectorygraphiterator.inc29 parent::SELF_FIRST
/php-src/ext/date/tests/
H A DDateTimeImmutable_createFromMutable_exceptions.phpt23 …Time (inheriting DateTime) has not been correctly initialized by calling parent::__construct() in …
H A Dgh10152.phpt12 parent::__construct($datetime, $timezone);
/php-src/ext/opcache/tests/
H A Dpreload_error_handler.phpt17 Warning: Can't preload unlinked class B: Unknown parent A in %s on line %d
/php-src/ext/reflection/tests/
H A Dbug36434.phpt2 Reflection Bug #36434 (Properties from parent class fail to indetify their true origin)

Completed in 35 milliseconds

1...<<11121314151617181920>>...23