--TEST-- Test preg_split() function : error conditions - wrong arg types --FILE-- --EXPECTF-- *** Testing preg_split() : error conditions *** Arg value is: Array Warning: preg_split() expects parameter 2 to be string, array given in %spreg_split_error2.php on line %d bool(false) Warning: preg_split() expects parameter 2 to be string, object given in %spreg_split_error2.php on line %d bool(false) Done