test_defined

Run Settings
LanguagePHP
Language Version
Run Command
<?php /* Note the use of quotes, this is important. This example is checking * if the string 'TEST' is the name of a constant named TEST */ if (defined('TEST')) { echo TEST; } ?>
Editor Settings
Theme
Key bindings
Full width
Lines