summaryrefslogtreecommitdiff
path: root/Zend/tests/oct_whitespace.phpt
blob: cb0bf4ad7a3f94850ad7f9ce516333644b51cdac (plain)
1
2
3
4
5
6
7
8
--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