From 2b39ed5dfb56fa01e38ee8540973f4eb42a1ff82 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Thu, 7 Jun 2018 21:13:55 +0300 Subject: Tests: added tests for "precision" option in php.ini. --- test/php/ini_precision/index.php | 4 ++++ test/php/ini_precision/php.ini | 1 + 2 files changed, 5 insertions(+) create mode 100644 test/php/ini_precision/index.php create mode 100644 test/php/ini_precision/php.ini (limited to 'test/php') diff --git a/test/php/ini_precision/index.php b/test/php/ini_precision/index.php new file mode 100644 index 00000000..3b733e5c --- /dev/null +++ b/test/php/ini_precision/index.php @@ -0,0 +1,4 @@ + diff --git a/test/php/ini_precision/php.ini b/test/php/ini_precision/php.ini new file mode 100644 index 00000000..51dbdede --- /dev/null +++ b/test/php/ini_precision/php.ini @@ -0,0 +1 @@ +precision = 4 -- cgit