From 59910c5deebbd81a027012cac9369fdc35d46257 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 21 Jul 2004 11:06:59 +0000 Subject: [PATCH] Nouveau fichier --- htdocs/test.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 htdocs/test.php 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
"; + + +?>