diff options
Diffstat (limited to 'Zend/zend_compile.c')
-rw-r--r-- | Zend/zend_compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 2295b55e39..5a705c1947 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -1225,7 +1225,7 @@ zend_string *zend_type_to_string_resolved(zend_type type, zend_class_entry *scop return str; } -zend_string *zend_type_to_string(zend_type type) { +ZEND_API zend_string *zend_type_to_string(zend_type type) { return zend_type_to_string_resolved(type, NULL); } |