Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/php/tests/parseFile/math.php
Daniel Waggner 76a7ae65df PUUUUUSH
2023-05-17 14:44:01 -07:00

6 lines
85 B
PHP

<?php
$nb = bcsub(1.234, 5, 4);
if (preg_match('/^-/', $nb)) {
echo 'minus';
}
?>