php-src/tests/lang/bug27443.phpt

9 lines
119 B
Plaintext
Raw Normal View History

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