Location:
PHPKode
>
projects
>
phc
> test/subjects/codegen/break_side_effecting.php
<?php function x () { echo "x\n"; return 7; } for ($i = 0; $i < 5; $i++) { break x (); } ?>
Web-based Email Marketing Software for sending email newsletters
Return current item:
phc