diff --git a/htdocs/test.php b/htdocs/test.php
new file mode 100644
index 00000000000..bec292edd2b
--- /dev/null
+++ b/htdocs/test.php
@@ -0,0 +1,24 @@
+";
+
+$t = $t * 2 ;
+
+print "t=t*2 $t
";
+
+
+
+$t = "1,23";
+
+print "(t=1,23) $t
";
+
+$t = $t * 2 ;
+
+print "t=t*2 $t
";
+
+
+?>