diff options
Diffstat (limited to 'test.php')
-rw-r--r-- | test.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,4 +8,5 @@ require "vendor/autoload.php"; $e = new \NXP\MathExecutor(); -print $e->execute("1 + 2 * (2 - (4+10))^2");
\ No newline at end of file +$r = $e->execute("1 + 2 * (2 - (4+10))^2"); +var_dump($r); |