<?php // a neg variable expression $x = -456; for ($i = 0; $i < 10; $i++) { var_dump ($i); break $x; } ?>