]> granicus.if.org Git - php/commitdiff
Rename common.php to common.inc for easier deletion of garbages.
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 7 Mar 2002 08:06:22 +0000 (08:06 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 7 Mar 2002 08:06:22 +0000 (08:06 +0000)
e.g. "rm -f *.php"

19 files changed:
ext/mbstring/tests/002.inc
ext/mbstring/tests/003.inc
ext/mbstring/tests/004.inc
ext/mbstring/tests/005.inc
ext/mbstring/tests/006.inc
ext/mbstring/tests/008.inc
ext/mbstring/tests/009.inc
ext/mbstring/tests/010.inc
ext/mbstring/tests/011.inc
ext/mbstring/tests/012.inc
ext/mbstring/tests/013.inc
ext/mbstring/tests/014.inc
ext/mbstring/tests/015.inc
ext/mbstring/tests/016.inc
ext/mbstring/tests/017.inc
ext/mbstring/tests/018.inc
ext/mbstring/tests/019.inc
ext/mbstring/tests/019.phpt
ext/mbstring/tests/common.inc [moved from ext/mbstring/tests/common.php with 100% similarity]

index 241b78393e66c23bbf46703101b87e787cc34eb9..6b16ca8d46d2880b6be842800c3952a8adec05da 100644 (file)
@@ -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');
index 944058cae3727bcbca77e4f0cb1c0a10ec0d4691..e3510858451630042a343c915e01b09f4a273c8a 100644 (file)
@@ -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');
 
index 271a348b584ee520e99e40e6eede19f3cd2ea409..421bb5a681568a97ff436756c3356109ba817077 100644 (file)
@@ -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');
index 2aaaf8866d730f9d19ade56d6b99374daa83abaa..1ffcafd011e0d7167da9716ad5c6fefea9158a5b 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 //$debug = true;
 ini_set('include_path','.');
-include_once('common.php');
+include_once('common.inc');
 
 
 // Set order to "auto"
index 7da2af07080b042f07451d343ef7c387c3bd0e33..bc9f5f523ad12a2d4aabe9edd6c16773d7009c8a 100644 (file)
@@ -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
 
index 5a52473dd4e185c937f1fdbfb5d7421388925690..035f459d6c5fb65f2fc6417624deda0104afd06c 100644 (file)
@@ -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');
index aabc8daed036fa4f301651ad90975a275e4937a5..b8eef4548de96297e2d0ca119bd11a74b91a812a 100644 (file)
@@ -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');
index f4493a54821b08f50f6966c7991a264b96979921..d9095088735408d4e4b124830d40167ef2c0fa7c 100644 (file)
@@ -3,7 +3,7 @@
 
 //$debug=true;
 ini_set('include_path','.');
-include_once('common.php');
+include_once('common.inc');
 
 
 // Test string
index ae8b75d5da2b690d7d64bfda99c62595f464a2ad..43ebf82dbec7a33aad9692720f092f22afd631fd 100644 (file)
@@ -3,7 +3,7 @@
 
 //$debug=true;
 ini_set('include_path','.');
-include_once('common.php');
+include_once('common.inc');
 
 
 // Test string
index 18a9b6d91fca905d734d78f68312250a096f7561..d6dad9a90371fcbcc6df2a401545a695db13d38f 100644 (file)
@@ -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¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£ÆüËܸì¤ÏÌÌÅݽ­¤¤¡£';
index ed6406687e8f11fed1e0a044560cc13c512bca9e..97da70c7dc2befe81cbe6e2d9558ecb7cefaaf04 100644 (file)
@@ -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¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£ÆüËܸì¤ÏÌÌÅݽ­¤¤¡£';
index 14e61633a30309d8dbcceac8d105d6d80098fe02..72148ee13dc163a62d08d355fbcd529003601dc9 100644 (file)
@@ -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¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£ÆüËܸì¤ÏÌÌÅݽ­¤¤¡£';
index ac497edef39748ece674811c071168d247ea1d47..ca7f9dedd3fb120f9e30e36ae16f7dcb829d7854 100644 (file)
@@ -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==');
index 321bbeba836f900ef33794396e1cf45099e0b2b4..4e3ef14d12ba78b6e89cd57b675562f44be9af48 100644 (file)
@@ -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==');
index c897c93b3973e44ae894cd476376e19f66c73af8..fd4f5b2d08a3e2401e2b40af2a262635a8e69828 100644 (file)
@@ -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==');
index b328a71ea1a1ba8ce95b523f5238f067da76a8da..3d9acfe383bd405c00ba8b9da36bc930a44b8f45 100644 (file)
@@ -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¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£ÆüËܸì¤ÏÌÌÅݽ­¤¤¡£';
index 556d02d6aaaf606cf091129c97afba6d2207fcb3..8de98f47784b2fdafdb4c6ad626f3bb8fe81e3c1 100644 (file)
@@ -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');
index 3c23431595cdfb52ae39a6deb8e05a1910324901..31eb4e3474f5aad4a1bd7be1f1969de6cf976647 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-strlen()
+mb_strlen()
 --SKIPIF--
 <?php include('skipif.inc'); ?>
 --POST--