added php cli samples

This commit is contained in:
Dominik Tobschall
2012-12-02 12:59:54 +01:00
parent d92d208a45
commit b1684037d6
4 changed files with 27836 additions and 27824 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/php
<?php
echo "PHP\n";

4
samples/PHP/php.script! Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env php
<?php
echo "PHP\n";