noalyss Version-9
All Data Structures Namespaces Files Functions Variables Typedefs Pages
return.php
Go to the documentation of this file.
1<?php
2 echo 1;
3 echo 2;
4 return;
5 echo 3;
6?>