Lines Matching refs:autoload
5 /* Prototype : proto bool trait_exists(string traitname [, bool autoload])
19 echo "Calling trait_exists() on non-existent trait with autoload explicitly enabled:\n";
21 echo "\nCalling trait_exists() on existing trait with autoload explicitly enabled:\n";
24 echo "\nCalling trait_exists() on non-existent trait with autoload explicitly enabled:\n";
26 echo "\nCalling trait_exists() on existing trait with autoload explicitly disabled:\n";
29 echo "\nCalling trait_exists() on non-existent trait with autoload unspecified:\n";
31 echo "\nCalling trait_exists() on existing trait with autoload unspecified:\n";
38 Calling trait_exists() on non-existent trait with autoload explicitly enabled:
42 Calling trait_exists() on existing trait with autoload explicitly enabled:
45 Calling trait_exists() on non-existent trait with autoload explicitly enabled:
48 Calling trait_exists() on existing trait with autoload explicitly disabled:
51 Calling trait_exists() on non-existent trait with autoload unspecified:
55 Calling trait_exists() on existing trait with autoload unspecified: