mirror of
https://github.com/php/php-src.git
synced 2026-04-15 12:01:07 +02:00
Add iterable to zend_get_type_by_const()
This commit is contained in:
@@ -183,6 +183,8 @@ ZEND_API char *zend_get_type_by_const(int type) /* {{{ */
|
||||
return "null";
|
||||
case IS_CALLABLE:
|
||||
return "callable";
|
||||
case IS_ITERABLE:
|
||||
return "iterable";
|
||||
case IS_ARRAY:
|
||||
return "array";
|
||||
case IS_VOID:
|
||||
|
||||
Reference in New Issue
Block a user