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