
| Path : /proc/thread-self/root/proc/thread-self/root/usr/src/php/tests/basic/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/usr/src/php/tests/basic/007.phpt |
--TEST-- Multiply 3 variables and print result --FILE-- <?php $a=2; $b=4; $c=8; $d=$a*$b*$c; echo $d?> --EXPECT-- 64