Commit f3ae692
committed
ext/pdo: update pdo_set_fetch_mode_errors expect for GH-20214
The GH-20214 setFetchMode fix (#21434) now rejects
FETCH_CLASSTYPE|FETCH_PROPS_LATE when the base fetch mode is not
FETCH_CLASS. The expected output for Mode 16 in the second loop
had not been updated to reflect the stricter validation, causing
common.phpt failures across all PDO drivers after the fix merged
up to PHP-8.5.1 parent a6566e7 commit f3ae692
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
0 commit comments