summaryrefslogtreecommitdiff
path: root/tests/lang/bug27443.phpt
blob: 409794331b381625bbc083c0034d35ac25a7b11b (plain)
1
2
3
4
5
6
7
8
--TEST--
Bug #27443 (defined() returns wrong type)
--FILE--
<?php
echo gettype(defined('test'));
?>
--EXPECT--
boolean