0) { foreach ($args as $instance) { if ($member instanceof $instance) { // We're continuing to the next member on the outer loop. // @see http://php.net/continue continue 2; } } return FALSE; } elseif (!is_object($member)) { return FALSE; } } return TRUE; } return FALSE; } }