<?php $x = 10; $k1 = 1.5; $k2 = '1,5'; print ($x * $k1) . PHP_EOL; print ($x * $k2) . PHP_EOL;
You have javascript disabled. You will not be able to edit any code.