Nouveau fichier
This commit is contained in:
parent
16e3bd6960
commit
59910c5dee
24
htdocs/test.php
Normal file
24
htdocs/test.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
$t = 1.23;
|
||||
|
||||
print "(t=1.23) $t<br>";
|
||||
|
||||
$t = $t * 2 ;
|
||||
|
||||
print "t=t*2 $t<br>";
|
||||
|
||||
|
||||
|
||||
$t = "1,23";
|
||||
|
||||
print "(t=1,23) $t<br>";
|
||||
|
||||
$t = $t * 2 ;
|
||||
|
||||
print "t=t*2 $t<br>";
|
||||
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user