source:
index.php
Last change on this file was 1, checked in by , 15 years ago | |
---|---|
File size: 210 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | include_once(dirname(__FILE__).'/Application/Application.php'); |
4 | |
5 | $Application = new Application(); |
6 | $Application->Run(); |
7 | |
8 | $Var = array(10, 1.2, 'dsd', 123 => NULL); |
9 | echo(serialize($Var)); |
10 | ?> |
Note:
See TracBrowser
for help on using the repository browser.