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

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

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