<?php interface Foo {} $x = class_exists('Foo'); $y = interface_exists('Foo'); var_dump($x); var_dump($y);
You have javascript disabled. You will not be able to edit any code.