mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
9 lines
119 B
PHP
9 lines
119 B
PHP
--TEST--
|
|
Bug #27443 (defined() returns wrong type)
|
|
--FILE--
|
|
<?php
|
|
echo gettype(defined('test'));
|
|
?>
|
|
--EXPECT--
|
|
boolean
|