1--TEST--
2Invalid use: adjacent underscores
3--FILE--
4<?php
510__0;
6?>
7--EXPECTF--
8Parse error: syntax error, unexpected identifier "__0" in %s on line %d
9