--TEST-- ReflectionClass::IsInstantiable() --FILE-- IsInstantiable()); } ?> --EXPECT-- Is noCtor instantiable? bool(true) Is publicCtorNew instantiable? bool(true) Is protectedCtorNew instantiable? bool(false) Is privateCtorNew instantiable? bool(false)