xref: /php-src/Zend/tests/oct_whitespace.phpt (revision 0067c3ce)
1--TEST--
2Octal literal followed by whitespace and another number
3--FILE--
4<?php
5var_dump(0o0 2);
6?>
7--EXPECTF--
8Parse error: syntax error, unexpected integer "2", expecting ")" in %s on line %d
9