From 26c490f404731d053a6205719b6246502c07b449 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sat, 14 Jun 2014 16:46:27 +0200 Subject: init --- php/class.php | 25 +++++++++++++++++++++++++ php/for.php | 7 +++++++ 2 files changed, 32 insertions(+) create mode 100644 php/class.php create mode 100644 php/for.php (limited to 'php') diff --git a/php/class.php b/php/class.php new file mode 100644 index 0000000..a2d7875 --- /dev/null +++ b/php/class.php @@ -0,0 +1,25 @@ +aMemberFunc(); +$s .= " xxx"; +//$s .= $foo->anotherVar; +$s .= "\n"; +echo $s; + +$x = 2+3; +echo $x; +?> + diff --git a/php/for.php b/php/for.php new file mode 100644 index 0000000..e8f959a --- /dev/null +++ b/php/for.php @@ -0,0 +1,7 @@ + + -- cgit v1.2.3