summaryrefslogtreecommitdiff
path: root/tests/basic/008.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/008.phpt')
-rw-r--r--tests/basic/008.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/basic/008.phpt b/tests/basic/008.phpt
index 927bf0e509..511aef0df4 100644
--- a/tests/basic/008.phpt
+++ b/tests/basic/008.phpt
@@ -1,7 +1,5 @@
--TEST--
Divide 3 variables and print result
---POST--
---GET--
--FILE--
<?php $a=27; $b=3; $c=3; $d=$a/$b/$c; echo $d?>
--EXPECT--