aboutsummaryrefslogtreecommitdiff
path: root/Examples/php/variables/runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/php/variables/runme.php')
-rw-r--r--Examples/php/variables/runme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/php/variables/runme.php b/Examples/php/variables/runme.php
index bbfeb610b..14f27f389 100644
--- a/Examples/php/variables/runme.php
+++ b/Examples/php/variables/runme.php
@@ -26,10 +26,10 @@
echo "pt = ".pt_get(), point_print(pt_get()) , "\n";
/* Try to set the values of some global variables */
-$a = "42.14";
+ $a = "42.14";
ivar_set($a);
-echo "a = $a\n";
+ echo "a = $a\n";
svar_set(-31000);
lvar_set(65537);
uivar_set(123456);