![]() ![]() | ![]() |
1.1 ! misho 1: --TEST-- ! 2: Bug #44827 (define() allows :: in constant names) ! 3: --FILE-- ! 4: <?php ! 5: define('foo::bar', 1); ! 6: define('::', 1); ! 7: ?> ! 8: --EXPECTF-- ! 9: Warning: Class constants cannot be defined or redefined in %sbug44827.php on line %d ! 10: ! 11: Warning: Class constants cannot be defined or redefined in %sbug44827.php on line %d