summaryrefslogtreecommitdiff
path: root/tests/basic/bug71273.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/bug71273.phpt')
-rw-r--r--tests/basic/bug71273.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/basic/bug71273.phpt b/tests/basic/bug71273.phpt
index 3a2ff244f4..7634d432d0 100644
--- a/tests/basic/bug71273.phpt
+++ b/tests/basic/bug71273.phpt
@@ -2,12 +2,12 @@
Bug #71273 A wrong ext directory setup in php.ini leads to crash
--FILE--
<?php
- /* NOTE this file is required to be encoded in iso-8859-1 */
+ /* NOTE this file is required to be encoded in iso-8859-1 */
- $cmd = getenv('TEST_PHP_EXECUTABLE') . " -n -d html_errors=on -d extension_dir=a/é/w -d extension=php_kartoffelbrei.dll -v 2>&1";
- $out = shell_exec($cmd);
+ $cmd = getenv('TEST_PHP_EXECUTABLE') . " -n -d html_errors=on -d extension_dir=a/é/w -d extension=php_kartoffelbrei.dll -v 2>&1";
+ $out = shell_exec($cmd);
- var_dump(preg_match(",.+a[\\/].+[\\/]w.php_kartoffelbrei.dll.+,s", $out));
+ var_dump(preg_match(",.+a[\\/].+[\\/]w.php_kartoffelbrei.dll.+,s", $out));
?>
--EXPECT--
int(1)