Lines Matching refs:trait
11 trait MyTrait {}
13 echo "Calling trait_exists() on non-existent trait with autoload explicitly enabled:\n";
15 echo "\nCalling trait_exists() on existing trait with autoload explicitly enabled:\n";
18 echo "\nCalling trait_exists() on non-existent trait with autoload explicitly enabled:\n";
20 echo "\nCalling trait_exists() on existing trait with autoload explicitly disabled:\n";
23 echo "\nCalling trait_exists() on non-existent trait with autoload unspecified:\n";
25 echo "\nCalling trait_exists() on existing trait with autoload unspecified:\n";
32 Calling trait_exists() on non-existent trait with autoload explicitly enabled:
36 Calling trait_exists() on existing trait with autoload explicitly enabled:
39 Calling trait_exists() on non-existent trait with autoload explicitly enabled:
42 Calling trait_exists() on existing trait with autoload explicitly disabled:
45 Calling trait_exists() on non-existent trait with autoload unspecified:
49 Calling trait_exists() on existing trait with autoload unspecified: