<?php class foo { const foo = BAZ; } try { class_exists(foo); } catch (Error $e) { print 'hello'; }
You have javascript disabled. You will not be able to edit any code.