summaryrefslogtreecommitdiff
path: root/Zend/tests/declare_006.phpt
blob: 6d41c0d7d663bbc9121410cdd1f1cbbfa5a85b7f (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Use of non-literals in declare ticks values crashes compiler
--FILE--
<?php
declare(ticks = UNKNOWN_CONST) {
  echo 'Done';
}
--EXPECTF--
Fatal error: declare(ticks) value must be a literal in %sdeclare_006.php on line 2