Arquivos
hhvm/hphp/test/vm/autoload6.php.exp
T
andrewparoski 34ba5330d5 Fix bug involving autoload with interfaces and traits
This fixes an old bug with autoloading interfaces and traits where the
runtime erroneously continued to call autoload handlers even though the
requested interface/trait had already been loaded.

This also rips out some dead autoload helpers and removes the 'declared'
parameter from invokeHandler() since it is null for all callsites.
2013-03-08 17:52:30 -08:00

4 linhas
51 B
Plaintext

my_autoload_func1 I
my_autoload_func2 I
bool(true)