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.
2 parents 98a071e + c7387ab commit 4a5bda6Copy full SHA for 4a5bda6
ext/opcache/Optimizer/zend_func_info.c
@@ -418,7 +418,7 @@ static const func_info_t func_infos[] = {
418
F1("strftime", MAY_BE_FALSE | MAY_BE_STRING),
419
F1("gmstrftime", MAY_BE_FALSE | MAY_BE_STRING),
420
F1("localtime", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_LONG),
421
- F1("getdate", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_LONG | MAY_BE_ARRAY_OF_STRING),
+ F1("getdate", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_LONG | MAY_BE_ARRAY_OF_STRING),
422
F1("date_create", MAY_BE_FALSE | MAY_BE_OBJECT),
423
F1("date_create_immutable", MAY_BE_FALSE | MAY_BE_OBJECT),
424
F1("date_create_from_format", MAY_BE_FALSE | MAY_BE_OBJECT),
0 commit comments