wharmby Tue Jun 23 23:00:54 2009 UTC
Modified files:
/php-src/ext/pcre/tests preg_match_all_error3.phpt
Log:
Fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/preg_match_all_error3.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/pcre/tests/preg_match_all_error3.phpt
diff -u php-src/ext/pcre/tests/preg_match_all_error3.phpt:1.2
php-src/ext/pcre/tests/preg_match_all_error3.phpt:1.3
--- php-src/ext/pcre/tests/preg_match_all_error3.phpt:1.2 Wed Nov 21
18:23:02 2007
+++ php-src/ext/pcre/tests/preg_match_all_error3.phpt Tue Jun 23 23:00:54 2009
@@ -12,7 +12,7 @@
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--
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php