php-src/Zend/tests/bug78454_2.phpt
Ilija Tovilo f39b5c4c25
Close PHP tags in tests
Closes GH-12422
2023-10-18 17:34:10 +02:00

9 lines
178 B
PHP

--TEST--
Invalid consecutive numeric separators after binary literal
--FILE--
<?php
0b0__1
?>
--EXPECTF--
Parse error: syntax error, unexpected identifier "__1" in %s on line %d