summaryrefslogtreecommitdiff
path: root/Zend/tests/array_unpack/unpack_invalid_type_compile_time.phpt
blob: 19297430a5d6d4470704c6d74b975144c33e7f27 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Unpacking non-array/Traversable detected at compile-time
--FILE--
<?php

var_dump([...42]);

?>
--EXPECTF--
Fatal error: Only arrays and Traversables can be unpacked in %s on line %d