php-8.0.30-src/tests/lang/bug27443.phpt

9 lines
119 B
PHP

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