Tests: added tests for "precision" option in php.ini.

This commit is contained in:
Andrey Zelenkov
2018-06-07 21:13:55 +03:00
parent 0f0fb35620
commit 2b39ed5dfb
4 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?php
header('X-File: ' . php_ini_loaded_file());
header('X-Precision: ' . ini_get('precision'));
?>

View File

@@ -0,0 +1 @@
precision = 4