1 2 3 4 5 6 7 8
--TEST-- Bug #27443 (defined() returns wrong type) --FILE-- <?php echo gettype(defined('test')); ?> --EXPECT-- boolean