--TEST-- ReflectionClass::IsInstantiable() --FILE-- IsInstantiable()); } ?> --EXPECTF-- Is C instantiable? bool(true) Is iface instantiable? bool(false) Is ifaceImpl instantiable? bool(true) Is abstractClass instantiable? bool(false) Is D instantiable? bool(true)