wharmby Tue Jun 23 23:00:57 2009 UTC
Modified files: (Branch: PHP_5_2)
/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.1.2.1&r2=1.1.2.2&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.1.2.1
php-src/ext/pcre/tests/preg_match_all_error3.phpt:1.1.2.2
--- php-src/ext/pcre/tests/preg_match_all_error3.phpt:1.1.2.1 Wed Nov 21
18:21:18 2007
+++ php-src/ext/pcre/tests/preg_match_all_error3.phpt Tue Jun 23 23:00:57 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