summaryrefslogtreecommitdiff
path: root/Zend/tests/type_declarations/scalar_strict_declaration_placement_008.phpt
blob: b5ddc9f0d35aae79a9d967d9cae070a4fd223482 (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Test strict declaration block declaration 008
--FILE--
<?php
declare(strict_types=1) {
	var_dump(strlen("abc"));
}

?>
--EXPECTF--
Fatal error: strict_types declaration must not use block mode in %s on line %d