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