summaryrefslogtreecommitdiff
path: root/Zend/tests/type_declarations/scalar_strict_declaration_placement_008.phpt
blob: 87a09af96c2275d465b6fe8eae0237a86994e7b7 (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