summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/004.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/004.inc')
-rw-r--r--ext/mbstring/tests/004.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/tests/004.inc b/ext/mbstring/tests/004.inc
index 421bb5a681..271a348b58 100644
--- a/ext/mbstring/tests/004.inc
+++ b/ext/mbstring/tests/004.inc
@@ -2,7 +2,7 @@
//TODO: Add more encoding. Wrong paramter type test.
//$debug = true;
ini_set('include_path','.');
-include_once('common.inc');
+include_once('common.php');
// Set HTTP output encoding to ASCII
$r = mb_http_output('ASCII');