File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1461,6 +1461,17 @@ static const func_info_t func_infos[] = {
1461
1461
F0 ("imagesetinterpolation" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE ),
1462
1462
F1 ("imageresolution" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_LONG ),
1463
1463
1464
+ /* ext/spl */
1465
+ F1 ("class_implements" , MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_STRING ),
1466
+ F1 ("class_parents" , MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_STRING ),
1467
+ F1 ("class_uses" , MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_STRING ),
1468
+ F0 ("iterator_apply" , MAY_BE_NULL | MAY_BE_LONG ),
1469
+ F0 ("iterator_count" , MAY_BE_FALSE | MAY_BE_LONG ),
1470
+ F1 ("iterator_to_array" , MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_REF | MAY_BE_ARRAY_OF_ANY ),
1471
+ F1 ("spl_classes" , MAY_BE_NULL | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_STRING ),
1472
+ F1 ("spl_object_hash" , MAY_BE_NULL | MAY_BE_STRING ),
1473
+ F0 ("spl_object_id" , MAY_BE_NULL | MAY_BE_LONG ),
1474
+
1464
1475
};
1465
1476
1466
1477
static HashTable func_info ;
You can’t perform that action at this time.
0 commit comments