Skip to content

Commit 00e71a8

Browse files
author
Yasuo Ohgaki
committed
Rename common.php to common.inc for easier deletion of garbages.
e.g. "rm -f *.php"
1 parent 2f0b13c commit 00e71a8

File tree

19 files changed

+18
-18
lines changed

19 files changed

+18
-18
lines changed

ext/mbstring/tests/002.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// TODO:
33
//$debug = true;
44
ini_set('include_path','.');
5-
include_once('common.php');
5+
include_once('common.inc');
66

77
// EUC-JP
88
$r = mb_internal_encoding('EUC-JP');

ext/mbstring/tests/003.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// TODO: This is not a real test.... Need to change so that it does real testing
33
//$debug = true;
44
ini_set('include_path','.');
5-
include_once('common.php');
5+
include_once('common.inc');
66

77
$ini = ini_get('mbstring.http_input');
88

ext/mbstring/tests/004.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//TODO: Add more encoding. Wrong paramter type test.
33
//$debug = true;
44
ini_set('include_path','.');
5-
include_once('common.php');
5+
include_once('common.inc');
66

77
// Set HTTP output encoding to ASCII
88
$r = mb_http_output('ASCII');

ext/mbstring/tests/005.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
//$debug = true;
33
ini_set('include_path','.');
4-
include_once('common.php');
4+
include_once('common.inc');
55

66

77
// Set order to "auto"

ext/mbstring/tests/006.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
//$debug = true;
33
ini_set('include_path','.');
4-
include_once('common.php');
4+
include_once('common.inc');
55

66
// Note: It does not return TRUE/FALSE for setting char
77

ext/mbstring/tests/008.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
//$debug=true;
55
ini_set('include_path','.');
6-
include_once('common.php');
6+
include_once('common.inc');
77

88

99
$str = mb_preferred_mime_name('sjis-win');

ext/mbstring/tests/009.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
//$debug=true;
55
ini_set('include_path','.');
6-
include_once('common.php');
6+
include_once('common.inc');
77

88
// restore detect_order to 'auto'
99
mb_detect_order('auto');

ext/mbstring/tests/010.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
//$debug=true;
55
ini_set('include_path','.');
6-
include_once('common.php');
6+
include_once('common.inc');
77

88

99
// Test string

ext/mbstring/tests/011.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
//$debug=true;
55
ini_set('include_path','.');
6-
include_once('common.php');
6+
include_once('common.inc');
77

88

99
// Test string

ext/mbstring/tests/012.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
// TODO: Add more encodings
33
ini_set('include_path','.');
4-
include_once('common.php');
4+
include_once('common.inc');
55

66
// EUC-JP
77
$euc_jp = '0123この文字列は日本語です。EUC-JPを使っています。日本語は面倒臭い。';

ext/mbstring/tests/013.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
// TODO: Add more encodings
33
ini_set('include_path','.');
4-
include_once('common.php');
4+
include_once('common.inc');
55

66
// EUC-JP
77
$euc_jp = '0123この文字列は日本語です。EUC-JPを使っています。日本語は面倒臭い。';

ext/mbstring/tests/014.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// TODO: Add more encoding
33
//$debug = true;
44
ini_set('include_path','.');
5-
include_once('common.php');
5+
include_once('common.inc');
66

77
// EUC-JP
88
$euc_jp = '0123この文字列は日本語です。EUC-JPを使っています。日本語は面倒臭い。';

ext/mbstring/tests/015.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// TODO: Add more tests
33
//$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
44
ini_set('include_path','.');
5-
include_once('common.php');
5+
include_once('common.inc');
66

77
// SJIS string (BASE64 encoded)
88
$sjis = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==');

ext/mbstring/tests/016.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// TODO: Add more tests
33
//$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
44
ini_set('include_path','.');
5-
include_once('common.php');
5+
include_once('common.inc');
66

77
// SJIS string (BASE64 encoded)
88
$sjis = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==');

ext/mbstring/tests/017.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// TODO: Add more tests
33
//$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
44
ini_set('include_path','.');
5-
include_once('common.php');
5+
include_once('common.inc');
66

77
// SJIS string (BASE64 encoded)
88
$sjis = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==');

ext/mbstring/tests/018.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// TODO: Add more encoding, strings.....
33
//$debug = true;
44
ini_set('include_path','.');
5-
include_once('common.php');
5+
include_once('common.inc');
66

77
// EUC-JP
88
$euc_jp = '0123この文字列は日本語です。EUC-JPを使っています。日本語は面倒臭い。';

ext/mbstring/tests/019.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
//$debug=true;
55
ini_set('include_path','.');
6-
include_once('common.php');
6+
include_once('common.inc');
77

88
// restore detect_order to 'auto'
99
mb_detect_order('auto');

ext/mbstring/tests/019.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
strlen()
2+
mb_strlen()
33
--SKIPIF--
44
<?php include('skipif.inc'); ?>
55
--POST--
File renamed without changes.

0 commit comments

Comments
 (0)