From 00e71a8c7e49e752f6a6557e241f55dea5bfb9f9 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Thu, 7 Mar 2002 08:06:22 +0000 Subject: [PATCH] Rename common.php to common.inc for easier deletion of garbages. e.g. "rm -f *.php" --- ext/mbstring/tests/002.inc | 2 +- ext/mbstring/tests/003.inc | 2 +- ext/mbstring/tests/004.inc | 2 +- ext/mbstring/tests/005.inc | 2 +- ext/mbstring/tests/006.inc | 2 +- ext/mbstring/tests/008.inc | 2 +- ext/mbstring/tests/009.inc | 2 +- ext/mbstring/tests/010.inc | 2 +- ext/mbstring/tests/011.inc | 2 +- ext/mbstring/tests/012.inc | 2 +- ext/mbstring/tests/013.inc | 2 +- ext/mbstring/tests/014.inc | 2 +- ext/mbstring/tests/015.inc | 2 +- ext/mbstring/tests/016.inc | 2 +- ext/mbstring/tests/017.inc | 2 +- ext/mbstring/tests/018.inc | 2 +- ext/mbstring/tests/019.inc | 2 +- ext/mbstring/tests/019.phpt | 2 +- ext/mbstring/tests/{common.php => common.inc} | 0 19 files changed, 18 insertions(+), 18 deletions(-) rename ext/mbstring/tests/{common.php => common.inc} (100%) 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 @@ --POST-- diff --git a/ext/mbstring/tests/common.php b/ext/mbstring/tests/common.inc similarity index 100% rename from ext/mbstring/tests/common.php rename to ext/mbstring/tests/common.inc -- 2.50.1