ru_php/Zend/tests/oct_whitespace.phpt

9 lines
194 B
PHP

--TEST--
Octal literal followed by whitespace and another number
--FILE--
<?php
var_dump(0o0 2);
?>
--EXPECTF--
Parse error: syntax error, unexpected integer "2", expecting ")" in %s on line %d