summaryrefslogtreecommitdiffhomepage
path: root/test/php/ini_precision/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/php/ini_precision/index.php')
-rw-r--r--test/php/ini_precision/index.php4
1 files changed, 4 insertions, 0 deletions
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 @@
+<?php
+header('X-File: ' . php_ini_loaded_file());
+header('X-Precision: ' . ini_get('precision'));
+?>