| Current Path : /hdd/hdd12/install/php/php-7.4.32/tests/basic/ |
| Current File : //hdd/hdd12/install/php/php-7.4.32/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