// TODO:
//$debug = true;
ini_set('include_path','.');
-include_once('common.php');
+include_once('common.inc');
// EUC-JP
$r = mb_internal_encoding('EUC-JP');
// 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');
//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');
<?php
//$debug = true;
ini_set('include_path','.');
-include_once('common.php');
+include_once('common.inc');
// Set order to "auto"
<?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
//$debug=true;
ini_set('include_path','.');
-include_once('common.php');
+include_once('common.inc');
$str = mb_preferred_mime_name('sjis-win');
//$debug=true;
ini_set('include_path','.');
-include_once('common.php');
+include_once('common.inc');
// restore detect_order to 'auto'
mb_detect_order('auto');
//$debug=true;
ini_set('include_path','.');
-include_once('common.php');
+include_once('common.inc');
// Test string
//$debug=true;
ini_set('include_path','.');
-include_once('common.php');
+include_once('common.inc');
// Test string
<?php
// TODO: Add more encodings
ini_set('include_path','.');
-include_once('common.php');
+include_once('common.inc');
// EUC-JP
$euc_jp = '0123¤³¤Îʸ»úÎó¤ÏÆüËܸì¤Ç¤¹¡£EUC-JP¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£ÆüËܸì¤ÏÌÌÅݽ¤¤¡£';
<?php
// TODO: Add more encodings
ini_set('include_path','.');
-include_once('common.php');
+include_once('common.inc');
// EUC-JP
$euc_jp = '0123¤³¤Îʸ»úÎó¤ÏÆüËܸì¤Ç¤¹¡£EUC-JP¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£ÆüËܸì¤ÏÌÌÅݽ¤¤¡£';
// 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¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£ÆüËܸì¤ÏÌÌÅݽ¤¤¡£';
// 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==');
// 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==');
// 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==');
// 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¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£ÆüËܸì¤ÏÌÌÅݽ¤¤¡£';
//$debug=true;
ini_set('include_path','.');
-include_once('common.php');
+include_once('common.inc');
// restore detect_order to 'auto'
mb_detect_order('auto');