php-src/tests/lang/bug27443.phpt
2004-03-01 08:07:25 +00:00

9 lines
119 B
PHP

--TEST--
Bug #27443 (defined() returns wrong type)
--FILE--
<?php
echo gettype(defined('test'));
?>
--EXPECT--
boolean