diff options
Diffstat (limited to 'ext/mbstring/tests/006.inc')
-rw-r--r-- | ext/mbstring/tests/006.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/mbstring/tests/006.inc b/ext/mbstring/tests/006.inc index bc9f5f523a..749b019990 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.inc'); +include_once('common.php'); // Note: It does not return TRUE/FALSE for setting char @@ -28,6 +28,5 @@ print mb_substitute_character() . "\n"; print "== INVALID PARAMETER ==\n"; $r = mb_substitute_character('BAD_NAME'); ($r === FALSE) ? print "OK_BAD_NAME\n" : print("NG_BAD_NAME: ".gettype($r)." $r\n"); -print mb_substitute_character() . "\n"; ?> |