diff options
| author | jvoisin | 2017-12-05 17:25:29 +0100 |
|---|---|---|
| committer | GitHub | 2017-12-05 17:25:29 +0100 |
| commit | 529a13648fd9e0c6fa9cfdff877e62ed19185b6c (patch) | |
| tree | 991034201397c2d5c7c65adab9ed94a51825477a /src/tests/disabled_functions_ret_val_dump.phpt | |
| parent | 9537313b88047d40a4b6f297605d1e0db972b1c0 (diff) | |
Dump environnement variables (#83)
Apparently, PHP thinks that it's a great idea to type environnement variables,
because why not.
Diffstat (limited to 'src/tests/disabled_functions_ret_val_dump.phpt')
| -rw-r--r-- | src/tests/disabled_functions_ret_val_dump.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/disabled_functions_ret_val_dump.phpt b/src/tests/disabled_functions_ret_val_dump.phpt index 63c5667..c08334b 100644 --- a/src/tests/disabled_functions_ret_val_dump.phpt +++ b/src/tests/disabled_functions_ret_val_dump.phpt | |||
| @@ -4,6 +4,8 @@ Disable functions ret val - dump | |||
| 4 | <?php if (!extension_loaded("snuffleupagus")) die "skip"; ?> | 4 | <?php if (!extension_loaded("snuffleupagus")) die "skip"; ?> |
| 5 | --INI-- | 5 | --INI-- |
| 6 | sp.configuration_file={PWD}/config/disabled_functions_retval_dump.ini | 6 | sp.configuration_file={PWD}/config/disabled_functions_retval_dump.ini |
| 7 | --ENV-- | ||
| 8 | DOCUMENT_ROOT=a | ||
| 7 | --POST-- | 9 | --POST-- |
| 8 | post_a=data_post_a&post_b=data_post_b | 10 | post_a=data_post_a&post_b=data_post_b |
| 9 | --GET-- | 11 | --GET-- |
