Tests: more php.ini options tests.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
<?php
|
||||
if(isset($_GET['precision'])) {
|
||||
ini_set('precision', $_GET['precision']);
|
||||
}
|
||||
|
||||
header('X-File: ' . php_ini_loaded_file());
|
||||
header('X-Precision: ' . ini_get('precision'));
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user