]> granicus.if.org Git - php/commitdiff
Fix test
authorandy wharmby <wharmby@php.net>
Tue, 23 Jun 2009 23:00:54 +0000 (23:00 +0000)
committerandy wharmby <wharmby@php.net>
Tue, 23 Jun 2009 23:00:54 +0000 (23:00 +0000)
ext/pcre/tests/preg_match_all_error3.phpt

index b8b2ea211bef1d53eb32965b2a77dc894db71670..547ff03e44e17164c0bd7927552bf7e542409e7e 100644 (file)
@@ -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--