Browse Source

Rename common.php to common.inc for easier deletion of garbages.

e.g. "rm -f *.php"
experimental/ZendEngine2
Yasuo Ohgaki 25 years ago
parent
commit
00e71a8c7e
  1. 2
      ext/mbstring/tests/002.inc
  2. 2
      ext/mbstring/tests/003.inc
  3. 2
      ext/mbstring/tests/004.inc
  4. 2
      ext/mbstring/tests/005.inc
  5. 2
      ext/mbstring/tests/006.inc
  6. 2
      ext/mbstring/tests/008.inc
  7. 2
      ext/mbstring/tests/009.inc
  8. 2
      ext/mbstring/tests/010.inc
  9. 2
      ext/mbstring/tests/011.inc
  10. 2
      ext/mbstring/tests/012.inc
  11. 2
      ext/mbstring/tests/013.inc
  12. 2
      ext/mbstring/tests/014.inc
  13. 2
      ext/mbstring/tests/015.inc
  14. 2
      ext/mbstring/tests/016.inc
  15. 2
      ext/mbstring/tests/017.inc
  16. 2
      ext/mbstring/tests/018.inc
  17. 2
      ext/mbstring/tests/019.inc
  18. 2
      ext/mbstring/tests/019.phpt
  19. 0
      ext/mbstring/tests/common.inc

2
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');

2
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');

2
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');

2
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"

2
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

2
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');

2
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');

2
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

2
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

2
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 = '0123EUC-JPを使っています';

2
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 = '0123EUC-JPを使っています';

2
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 = '0123EUC-JPを使っています';

2
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==');

2
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==');

2
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==');

2
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 = '0123EUC-JPを使っています';

2
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');

2
ext/mbstring/tests/019.phpt

@ -1,5 +1,5 @@
--TEST--
strlen()
mb_strlen()
--SKIPIF--
<?php include('skipif.inc'); ?>
--POST--

0
ext/mbstring/tests/common.php → ext/mbstring/tests/common.inc

Loading…
Cancel
Save