summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_075.phpt
blob: 0156e99eb4e837dd607eec9edb40863e76b98006 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
075: Redefining compile-time constants
--FILE--
<?php
namespace foo;
const NULL = 1;

echo NULL;
--EXPECTF--
Fatal error: Cannot redeclare constant 'NULL' in %sns_075.php on line %d