1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

update min_error and max_error testcases to take into account bug fix for bug#43125

This commit is contained in:
Robert Nicholson
2007-11-01 08:42:49 +00:00
parent eb5bd09cff
commit a174f1331d
3 changed files with 15 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>php5.3.ext.standard.tests</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
+2 -2
View File
@@ -20,13 +20,13 @@ var_dump(max(new stdclass));
*** Testing Error Conditions ***
Warning: max(): At%seast one %s on line %d
Warning: max(): At least one %s on line %d
NULL
Warning: Wrong parameter count for max() in %s on line %d
NULL
Warning: max(): Array must contain at%seast one element in %s on line %d
Warning: max(): Array must contain at least one element in %s on line %d
bool(false)
Warning: Wrong parameter count for max() in %s on line %d
+2 -2
View File
@@ -20,13 +20,13 @@ var_dump(min(new stdclass));
*** Testing Error Conditions ***
Warning: min(): At%seast one %s on line %d
Warning: min(): At least one %s on line %d
NULL
Warning: Wrong parameter count for min() in %s on line %d
NULL
Warning: min(): Array must contain at%seast one element in %s on line %d
Warning: min(): Array must contain at least one element in %s on line %d
bool(false)
Warning: Wrong parameter count for min() in %s on line %d