]> granicus.if.org Git - php/commitdiff
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
authorSVN Migration <svn@php.net>
Mon, 1 Mar 2004 08:07:26 +0000 (08:07 +0000)
committerSVN Migration <svn@php.net>
Mon, 1 Mar 2004 08:07:26 +0000 (08:07 +0000)
tests/lang/bug27443.phpt [new file with mode: 0644]

diff --git a/tests/lang/bug27443.phpt b/tests/lang/bug27443.phpt
new file mode 100644 (file)
index 0000000..4097943
--- /dev/null
@@ -0,0 +1,8 @@
+--TEST--
+Bug #27443 (defined() returns wrong type)
+--FILE--
+<?php
+echo gettype(defined('test'));
+?>
+--EXPECT--
+boolean