From: andy wharmby Date: Tue, 23 Jun 2009 23:00:57 +0000 (+0000) Subject: Fix test X-Git-Tag: php-5.2.11RC1~239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=960ac2b4b0e3171efb7f83b062de5d26096ed222;p=php Fix test --- diff --git a/ext/pcre/tests/preg_match_all_error3.phpt b/ext/pcre/tests/preg_match_all_error3.phpt index b8b2ea211b..547ff03e44 100644 --- a/ext/pcre/tests/preg_match_all_error3.phpt +++ b/ext/pcre/tests/preg_match_all_error3.phpt @@ -12,7 +12,7 @@ Test preg_match_all() function : error conditions echo "*** Testing preg_match_all() : error conditions ***\n"; $regex = '/[a-z]/'; $subject = 'string'; -var_dump(preg_match_all($regex, $subject, test)); +var_dump(preg_match_all($regex, $subject, 'test')); echo "Done"; ?> --EXPECTF--