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 | |
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"
-rw-r--r-- | ext/mbstring/tests/002.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/003.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/004.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/005.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/006.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/008.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/009.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/010.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/011.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/012.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/013.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/014.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/015.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/016.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/017.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/018.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/019.inc | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/019.phpt | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/common.inc (renamed from ext/mbstring/tests/common.php) | 0 |
19 files changed, 18 insertions, 18 deletions
diff --git a/ext/mbstring/tests/002.inc b/ext/mbstring/tests/002.inc index 241b78393e..6b16ca8d46 100644 --- a/ext/mbstring/tests/002.inc +++ b/ext/mbstring/tests/002.inc @@ -2,7 +2,7 @@ // TODO: //$debug = true; ini_set('include_path','.'); -include_once('common.php'); +include_once('common.inc'); // EUC-JP $r = mb_internal_encoding('EUC-JP'); diff --git a/ext/mbstring/tests/003.inc b/ext/mbstring/tests/003.inc index 944058cae3..e351085845 100644 --- a/ext/mbstring/tests/003.inc +++ b/ext/mbstring/tests/003.inc @@ -2,7 +2,7 @@ // TODO: This is not a real test.... Need to change so that it does real testing //$debug = true; ini_set('include_path','.'); -include_once('common.php'); +include_once('common.inc'); $ini = ini_get('mbstring.http_input'); diff --git a/ext/mbstring/tests/004.inc b/ext/mbstring/tests/004.inc index 271a348b58..421bb5a681 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.php'); +include_once('common.inc'); // Set HTTP output encoding to ASCII $r = mb_http_output('ASCII'); diff --git a/ext/mbstring/tests/005.inc b/ext/mbstring/tests/005.inc index 2aaaf8866d..1ffcafd011 100644 --- a/ext/mbstring/tests/005.inc +++ b/ext/mbstring/tests/005.inc @@ -1,7 +1,7 @@ <?php //$debug = true; ini_set('include_path','.'); -include_once('common.php'); +include_once('common.inc'); // Set order to "auto" diff --git a/ext/mbstring/tests/006.inc b/ext/mbstring/tests/006.inc index 7da2af0708..bc9f5f523a 100644 --- a/ext/mbstring/tests/006.inc +++ b/ext/mbstring/tests/006.inc @@ -1,7 +1,7 @@ <?php //$debug = true; ini_set('include_path','.'); -include_once('common.php'); +include_once('common.inc'); // Note: It does not return TRUE/FALSE for setting char 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'); diff --git a/ext/mbstring/tests/009.inc b/ext/mbstring/tests/009.inc index aabc8daed0..b8eef4548d 100644 --- a/ext/mbstring/tests/009.inc +++ b/ext/mbstring/tests/009.inc @@ -3,7 +3,7 @@ //$debug=true; ini_set('include_path','.'); -include_once('common.php'); +include_once('common.inc'); // restore detect_order to 'auto' mb_detect_order('auto'); diff --git a/ext/mbstring/tests/010.inc b/ext/mbstring/tests/010.inc index f4493a5482..d909508873 100644 --- a/ext/mbstring/tests/010.inc +++ b/ext/mbstring/tests/010.inc @@ -3,7 +3,7 @@ //$debug=true; ini_set('include_path','.'); -include_once('common.php'); +include_once('common.inc'); // Test string diff --git a/ext/mbstring/tests/011.inc b/ext/mbstring/tests/011.inc index ae8b75d5da..43ebf82dbe 100644 --- a/ext/mbstring/tests/011.inc +++ b/ext/mbstring/tests/011.inc @@ -3,7 +3,7 @@ //$debug=true; ini_set('include_path','.'); -include_once('common.php'); +include_once('common.inc'); // Test string diff --git a/ext/mbstring/tests/012.inc b/ext/mbstring/tests/012.inc index 18a9b6d91f..d6dad9a903 100644 --- a/ext/mbstring/tests/012.inc +++ b/ext/mbstring/tests/012.inc @@ -1,7 +1,7 @@ <?php // TODO: Add more encodings ini_set('include_path','.'); -include_once('common.php'); +include_once('common.inc'); // EUC-JP $euc_jp = '0123この文字列は日本語です。EUC-JPを使っています。日本語は面倒臭い。'; diff --git a/ext/mbstring/tests/013.inc b/ext/mbstring/tests/013.inc index ed6406687e..97da70c7dc 100644 --- a/ext/mbstring/tests/013.inc +++ b/ext/mbstring/tests/013.inc @@ -1,7 +1,7 @@ <?php // TODO: Add more encodings ini_set('include_path','.'); -include_once('common.php'); +include_once('common.inc'); // EUC-JP $euc_jp = '0123この文字列は日本語です。EUC-JPを使っています。日本語は面倒臭い。'; diff --git a/ext/mbstring/tests/014.inc b/ext/mbstring/tests/014.inc index 14e61633a3..72148ee13d 100644 --- a/ext/mbstring/tests/014.inc +++ b/ext/mbstring/tests/014.inc @@ -2,7 +2,7 @@ // TODO: Add more encoding //$debug = true; ini_set('include_path','.'); -include_once('common.php'); +include_once('common.inc'); // EUC-JP $euc_jp = '0123この文字列は日本語です。EUC-JPを使っています。日本語は面倒臭い。'; diff --git a/ext/mbstring/tests/015.inc b/ext/mbstring/tests/015.inc index ac497edef3..ca7f9dedd3 100644 --- a/ext/mbstring/tests/015.inc +++ b/ext/mbstring/tests/015.inc @@ -2,7 +2,7 @@ // TODO: Add more tests //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file ini_set('include_path','.'); -include_once('common.php'); +include_once('common.inc'); // SJIS string (BASE64 encoded) $sjis = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg=='); diff --git a/ext/mbstring/tests/016.inc b/ext/mbstring/tests/016.inc index 321bbeba83..4e3ef14d12 100644 --- a/ext/mbstring/tests/016.inc +++ b/ext/mbstring/tests/016.inc @@ -2,7 +2,7 @@ // TODO: Add more tests //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file ini_set('include_path','.'); -include_once('common.php'); +include_once('common.inc'); // SJIS string (BASE64 encoded) $sjis = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg=='); diff --git a/ext/mbstring/tests/017.inc b/ext/mbstring/tests/017.inc index c897c93b39..fd4f5b2d08 100644 --- a/ext/mbstring/tests/017.inc +++ b/ext/mbstring/tests/017.inc @@ -2,7 +2,7 @@ // TODO: Add more tests //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file ini_set('include_path','.'); -include_once('common.php'); +include_once('common.inc'); // SJIS string (BASE64 encoded) $sjis = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg=='); diff --git a/ext/mbstring/tests/018.inc b/ext/mbstring/tests/018.inc index b328a71ea1..3d9acfe383 100644 --- a/ext/mbstring/tests/018.inc +++ b/ext/mbstring/tests/018.inc @@ -2,7 +2,7 @@ // TODO: Add more encoding, strings..... //$debug = true; ini_set('include_path','.'); -include_once('common.php'); +include_once('common.inc'); // EUC-JP $euc_jp = '0123この文字列は日本語です。EUC-JPを使っています。日本語は面倒臭い。'; diff --git a/ext/mbstring/tests/019.inc b/ext/mbstring/tests/019.inc index 556d02d6aa..8de98f4778 100644 --- a/ext/mbstring/tests/019.inc +++ b/ext/mbstring/tests/019.inc @@ -3,7 +3,7 @@ //$debug=true; ini_set('include_path','.'); -include_once('common.php'); +include_once('common.inc'); // restore detect_order to 'auto' mb_detect_order('auto'); diff --git a/ext/mbstring/tests/019.phpt b/ext/mbstring/tests/019.phpt index 3c23431595..31eb4e3474 100644 --- a/ext/mbstring/tests/019.phpt +++ b/ext/mbstring/tests/019.phpt @@ -1,5 +1,5 @@ --TEST-- -strlen() +mb_strlen() --SKIPIF-- <?php include('skipif.inc'); ?> --POST-- diff --git a/ext/mbstring/tests/common.php b/ext/mbstring/tests/common.inc index d4d1d9a495..d4d1d9a495 100644 --- a/ext/mbstring/tests/common.php +++ b/ext/mbstring/tests/common.inc |