Fix test - remove bogus variation

This commit is contained in:
andy wharmby 2009-06-09 20:18:29 +00:00
parent 251b711eac
commit 6b6c38043b

View File

@ -105,9 +105,6 @@ $inputs = array(
// unset data
'unset var' => @$unset_var,
// resource variable
'resource' => $fp
);
// loop through each element of the array for substchar
@ -232,8 +229,5 @@ bool(false)
--unset var--
Error: 2 - mb_substitute_character(): Unknown character., %s(%d)
bool(false)
--resource--
bool(true)
===DONE===