We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b493c51 commit 5ea6c29Copy full SHA for 5ea6c29
test_old/run.php
@@ -119,6 +119,8 @@ function showHelp($error) {
119
| Zend.tests.grammar.regression_010
120
# not worth emulating on old PHP versions
121
| Zend.tests.type_declarations.intersection_types.parsing_comment
122
+# comments in property fetch syntax, not emulated on old PHP versions
123
+| Zend.tests.gh14961
124
)\.phpt$~x', $file)) {
125
return null;
126
}
0 commit comments