diff options
| author | Rui Hirokawa <hirokawa@php.net> | 2002-03-16 07:33:21 +0000 |
|---|---|---|
| committer | Rui Hirokawa <hirokawa@php.net> | 2002-03-16 07:33:21 +0000 |
| commit | 9a735efbcebbabe30859a75eda588bc79a42f60c (patch) | |
| tree | 67d8969267307df4d7a51d666cc27bd3fe3fbc79 /ext/mbstring/tests/008.inc | |
| parent | fe976659fdaba79f3ddd6537a1a2c1cb9027070c (diff) | |
| download | php-git-9a735efbcebbabe30859a75eda588bc79a42f60c.tar.gz | |
fixed some errors of mbstring in regression tests.
Diffstat (limited to 'ext/mbstring/tests/008.inc')
| -rw-r--r-- | ext/mbstring/tests/008.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/tests/008.inc b/ext/mbstring/tests/008.inc index 035f459d6c..5a52473dd4 100644 --- a/ext/mbstring/tests/008.inc +++ b/ext/mbstring/tests/008.inc @@ -3,7 +3,7 @@ //$debug=true; ini_set('include_path','.'); -include_once('common.inc'); +include_once('common.php'); $str = mb_preferred_mime_name('sjis-win'); |
