
| 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/009.phpt |
--TEST-- Subtract 3 variables and print result --FILE-- <?php $a=27; $b=7; $c=10; $d=$a-$b-$c; echo $d?> --EXPECT-- 10