Skip to content

Commit 2097237

Browse files
authored
1 parent 959ea5f commit 2097237

12 files changed

+336
-238
lines changed

Zend/Optimizer/zend_func_infos.h

-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ static const func_info_t func_infos[] = {
7777
F1("date_sunrise", MAY_BE_STRING|MAY_BE_LONG|MAY_BE_DOUBLE|MAY_BE_FALSE),
7878
F1("date_sunset", MAY_BE_STRING|MAY_BE_LONG|MAY_BE_DOUBLE|MAY_BE_FALSE),
7979
F1("date_sun_info", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_STRING|MAY_BE_ARRAY_OF_FALSE|MAY_BE_ARRAY_OF_TRUE|MAY_BE_ARRAY_OF_LONG),
80-
FN("dba_popen", MAY_BE_RESOURCE|MAY_BE_FALSE),
81-
FN("dba_open", MAY_BE_RESOURCE|MAY_BE_FALSE),
8280
FN("dba_key_split", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_LONG|MAY_BE_ARRAY_OF_STRING|MAY_BE_FALSE),
8381
F1("dba_handlers", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_LONG|MAY_BE_ARRAY_KEY_STRING|MAY_BE_ARRAY_OF_STRING),
8482
FN("dba_list", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_LONG|MAY_BE_ARRAY_OF_STRING),

0 commit comments

Comments
 (0)