<?php // Intentional parse error. Testing that the sniff is *not* triggered in this case. for ($i = 0; $i == 100) { echo 'foo'; }
info at phpclasses dot org