Arquivos
hhvm/hphp/system/php/reflection
Sean Cannella 2dcf721cea fix namespace bugs in ext_class/ext_reflection
- ext_* functions that call Unit::lookupClass were not correctly
handling denormalized names (ex. \FooNS\Bar), this adds a wrapper for
this pattern and calling it.
- ReflectionClass::subclassOf should be using f_is_subclass_of

Closes #827

Differential Revision: D945363
2013-08-29 11:58:37 -07:00
..