Tests: added tests for "precision" option in php.ini.
This commit is contained in:
4
test/php/ini_precision/index.php
Normal file
4
test/php/ini_precision/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
header('X-File: ' . php_ini_loaded_file());
|
||||
header('X-Precision: ' . ini_get('precision'));
|
||||
?>
|
||||
1
test/php/ini_precision/php.ini
Normal file
1
test/php/ini_precision/php.ini
Normal file
@@ -0,0 +1 @@
|
||||
precision = 4
|
||||
Reference in New Issue
Block a user