diff options
Diffstat (limited to 'ext/standard/tests/general_functions/dl-full-path-not-supported.phpt')
| -rw-r--r-- | ext/standard/tests/general_functions/dl-full-path-not-supported.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/general_functions/dl-full-path-not-supported.phpt b/ext/standard/tests/general_functions/dl-full-path-not-supported.phpt index 746162c7bf..aaf7d042e5 100644 --- a/ext/standard/tests/general_functions/dl-full-path-not-supported.phpt +++ b/ext/standard/tests/general_functions/dl-full-path-not-supported.phpt @@ -7,7 +7,7 @@ User Group: PHP-WVL & PHPGent #PHPTestFest <?php $enabled_sapi = array('cgi-fcgi', 'cli', 'embed', 'fpm'); if (!in_array(php_sapi_name(), $enabled_sapi)) { - die('skip dl() is not enabled for ' . php_sapi_name()); + die('skip dl() is not enabled for ' . php_sapi_name()); } ?> --INI-- |
