On 29.06.2011, at 21:39, Ralph Schindler wrote:
> interface A {}
> class B implements A {}
> class C extends B {}
> var_dump(is_subclass_of('B', 'A')); // trueTypo there; that should be 'C', not 'B'. David
smime.p7s
Description: S/MIME cryptographic signature
