From 778791534f48f38fbf1ae27d7a98b0022a825a0e Mon Sep 17 00:00:00 2001 From: Pete Date: Thu, 5 Dec 2013 05:56:59 -0600 Subject: [PATCH] fixed missing ; --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 9c368f7..e99fc5e 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@ $x=1; $y=2; -$z=$x+$y +$z=$x+$y; echo $z; ?>