Initial Commit
This commit is contained in:
6
database/php/tests/parseFile/math.php
Normal file
6
database/php/tests/parseFile/math.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$nb = bcsub(1.234, 5, 4);
|
||||
if (preg_match('/^-/', $nb)) {
|
||||
echo 'minus';
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user