Lines Matching refs:autoload
8 echo "In autoload($traitName)\n";
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:
33 In autoload(C)
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:
46 In autoload(E)
49 Calling trait_exists() on existing trait with autoload unspecified: