Home
last modified time | relevance | path

Searched refs:trait (Results 201 – 225 of 231) sorted by relevance

12345678910

/PHP-7.3/Zend/
H A Dzend_inheritance.c1100 } else if (ce->traits[i] == trait) { in zend_do_implement_trait()
1381 if (ce->traits[i] == trait) { in zend_check_trait_usage()
1400 zend_class_entry *trait; in zend_traits_init_trait_structures() local
1413 if (!trait) { in zend_traits_init_trait_structures()
1416 zend_check_trait_usage(ce, trait); in zend_traits_init_trait_structures()
1424 ZSTR_VAL(trait->name), in zend_traits_init_trait_structures()
1454 if (trait == exclude_ce) { in zend_traits_init_trait_structures()
1459 ZSTR_VAL(trait->name), in zend_traits_init_trait_structures()
1460 ZSTR_VAL(trait->name)); in zend_traits_init_trait_structures()
1481 if (!trait) { in zend_traits_init_trait_structures()
[all …]
/PHP-7.3/Zend/tests/
H A Dbug64239_4.phpt15 trait T2 {
H A Dbug64239_3.phpt15 trait T2 {
H A Dbug53748.phpt6 trait Singleton {
H A Dbug60536_005.phpt10 trait THello1 {
H A Dbug60536_002.phpt10 trait THello1 {
H A Dconstant_expressions_classes.phpt18 'trE' => 'trait trE { public static function getHW() { return parent::HW; } }',
/PHP-7.3/Zend/tests/traits/bugs/
H A Dalias01.phpt5 trait T1 {
H A Doverridding-conflicting-property-initializer.phpt8 trait foo
/PHP-7.3/Zend/tests/traits/
H A Dlanguage008b.phpt7 trait HelloWorld {
H A Dinheritance003.phpt21 trait SayWorld {
H A Dproperty005.phpt10 trait THello1 {
H A Dproperty007.phpt10 trait THello1 {
H A Dproperty008.phpt17 trait AHelloProperty {
H A Dproperty009.phpt17 trait AHelloProperty {
H A Dbug55554b.phpt6 trait TConstructor {
/PHP-7.3/ext/reflection/tests/
H A Dtraits005.phpt5 trait T1 { function m1() { } function m2() { } }
/PHP-7.3/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt11 var $trait = 'trait';
91 echo $obj->trait, PHP_EOL;
172 trait
H A Dsemi_reserved_004.phpt11 static $trait = 'trait';
89 echo Obj::$trait, PHP_EOL;
168 trait
H A Dsemi_reserved_001.phpt11 function trait(){ echo __METHOD__, PHP_EOL; }
90 $obj->trait();
168 Obj::trait
H A Dsemi_reserved_002.phpt11 static function trait(){ echo __METHOD__, PHP_EOL; }
88 Obj::trait();
166 Obj::trait
H A Dsemi_reserved_005.phpt10 const TRAIT = 'trait';
163 trait
/PHP-7.3/ext/standard/tests/class_object/
H A Dtrait_exists_error_001.phpt6 * Description: Checks if the trait exists
H A Dtrait_exists_variation_001.phpt6 * Description: Checks if the trait exists
H A Dtrait_exists_variation_002.phpt6 * Description: Checks if the trait exists

Completed in 28 milliseconds

12345678910