summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-03-18 06:03:53 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-03-18 06:03:53 +0000
commit9d2edd0fd861595e73393e866b887f894f74ec9e (patch)
tree9ad9af9e357c630ddeaa6a5a00f6cc78b7399ddc
parent68f4e7c328e19283815dc59a6de405bcf244c24c (diff)
downloadphp-git-9d2edd0fd861595e73393e866b887f894f74ec9e.tar.gz
Use common.inc instead of common.php for ease of use (rm -f *.php for failed
test files)
-rw-r--r--ext/mbstring/tests/002.inc2
-rw-r--r--ext/mbstring/tests/003.inc2
-rw-r--r--ext/mbstring/tests/004.inc2
-rw-r--r--ext/mbstring/tests/005.inc2
-rw-r--r--ext/mbstring/tests/006.inc2
-rw-r--r--ext/mbstring/tests/008.inc2
-rw-r--r--ext/mbstring/tests/009.inc2
-rw-r--r--ext/mbstring/tests/010.inc2
-rw-r--r--ext/mbstring/tests/011.inc2
-rw-r--r--ext/mbstring/tests/012.inc2
-rw-r--r--ext/mbstring/tests/013.inc2
-rw-r--r--ext/mbstring/tests/014.inc2
-rw-r--r--ext/mbstring/tests/015.inc2
-rw-r--r--ext/mbstring/tests/016.inc2
-rw-r--r--ext/mbstring/tests/017.inc2
-rw-r--r--ext/mbstring/tests/018.inc2
-rw-r--r--ext/mbstring/tests/019.inc2
17 files changed, 17 insertions, 17 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 749b019990..80422d0a6c 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 efdb9f8503..2eb2f9d1c8 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 2f6ccc406f..dc50d3fcff 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 afcbae28b8..0e714e7abf 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 bea679e502..ccc88e27b6 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');