DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / formatting / wrapping / for01.php
123456789
<?php for ($index = 0; $index < count($array); $index++) { echo $index; } ?>