]> granicus.if.org Git - php/commitdiff
Updated func info
authorDmitry Stogov <dmitry@zend.com>
Thu, 18 May 2017 16:24:30 +0000 (19:24 +0300)
committerDmitry Stogov <dmitry@zend.com>
Thu, 18 May 2017 16:24:30 +0000 (19:24 +0300)
ext/opcache/Optimizer/zend_func_info.c

index 574a544647eae7820ad1a02a44cd77db3ca3148d..d9fc42bf806a482a6ad895d5affa6a7f0891eae9 100644 (file)
@@ -341,7 +341,7 @@ static const func_info_t func_infos[] = {
 #ifdef HAVE_STRFMON
        F1("money_format",                 MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
 #endif
-       F1("substr",                       MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
+       FN("substr",                       MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
        FN("substr_replace",               MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_STRING),
        F1("quotemeta",                    MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
        F1("ucfirst",                      MAY_BE_NULL | MAY_BE_STRING),
@@ -544,9 +544,9 @@ static const func_info_t func_infos[] = {
        F1("show_source",                  MAY_BE_FALSE | MAY_BE_STRING),
        F1("highlight_string",             MAY_BE_FALSE | MAY_BE_TRUE | MAY_BE_STRING),
        F1("php_strip_whitespace",         MAY_BE_FALSE | MAY_BE_STRING),
-       F1("ini_get",                      MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
+       FN("ini_get",                      MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
        F1("ini_get_all",                  MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_NULL | MAY_BE_ARRAY_OF_STRING | MAY_BE_ARRAY_OF_ARRAY),
-       F1("ini_set",                      MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
+       FN("ini_set",                      MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
        F1("ini_alter",                    MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
        F0("ini_restore",                  MAY_BE_NULL),
        F1("get_include_path",             MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),