<?php Interface A { public function test(); } class B implements A { public function test() { return $something; } } $someBclass = new B(); if ($someBclass instanceOf A) echo 'instanceOf', PHP_EOL;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`