summaryrefslogtreecommitdiff
path: root/Zend/tests/bug43027.phpt
blob: adecf3e39a7db797649c53f7f86887992bff4bf4 (plain)
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