diff options
| author | Yasuo Ohgaki <yohgaki@php.net> | 2002-03-07 08:06:22 +0000 |
|---|---|---|
| committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-03-07 08:06:22 +0000 |
| commit | 00e71a8c7e49e752f6a6557e241f55dea5bfb9f9 (patch) | |
| tree | c25ee4d5ffe50a62b6be2f8304483ab8e4e8af42 /ext/mbstring/tests/008.inc | |
| parent | 2f0b13c3521bfcca0195b58a3956204aa666766e (diff) | |
| download | php-git-00e71a8c7e49e752f6a6557e241f55dea5bfb9f9.tar.gz | |
Rename common.php to common.inc for easier deletion of garbages.
e.g. "rm -f *.php"
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 5a52473dd4..035f459d6c 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.php'); +include_once('common.inc'); $str = mb_preferred_mime_name('sjis-win'); |
