<?php $o=new C1();/*this is OK, because C1 does not implement anything, it can be declared anywhere.*/ $o=new C2();/*this is NOT ok, because C2 implements something, it must be declared before being used.*/ class C1 /*implements nothing*/ { } class C2 implements Countable{ function count(){} }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`