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