noalyss Version-9
return.php
Go to the documentation of this file.
1<?php
2 echo 1;
3 echo 2;
4 return;
5 echo 3;
6?>