1 2 3 4 5 6 7 8 9 10
--TEST-- Bug #43027 (Declare cause fatal error) --FILE-- <?php declare(ticks=1); namespace test; echo "ok\n"; ?> --EXPECTF-- ok