Annotation of embedaddon/php/tests/basic/008.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Divide 3 variables and print result
                      3: --FILE--
                      4: <?php $a=27; $b=3; $c=3; $d=$a/$b/$c; echo $d?>
                      5: --EXPECT--
                      6: 3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>