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 611af05 commit 58a88ccCopy full SHA for 58a88cc
Zend/tests/arginfo_zpp_mismatch.inc
@@ -29,6 +29,9 @@ function skipFunction($function): bool {
29
|| $function === 'posix_setrlimit'
30
|| $function === 'sapi_windows_generate_ctrl_event'
31
|| $function === 'imagegrabscreen'
32
+ // PHP-8.1 only
33
+ || $function === 'dcgettext'
34
+ || $function === 'dcngettext'
35
) {
36
return true;
37
}
0 commit comments