summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2017-04-29 16:09:08 +0100
committerAndrea Faulds <ajf@ajf.me>2017-04-29 16:09:08 +0100
commit44156b3114246ba91b54472e0040fe7b3d983bd5 (patch)
treec6f926d89b1fed23e3e789675acb6dac0324bacf /Zend/zend_compile.h
parent753ae9b7db364fe8c087faf08cc564e54f4fe574 (diff)
downloadphp-git-44156b3114246ba91b54472e0040fe7b3d983bd5.tar.gz
Drop ZEND_API from zend_assert_valid_class_name
This is a convenience function for internal use and shouldn't have been exported.
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 370a57a1d7..44035a67ff 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -827,7 +827,7 @@ int zendlex(zend_parser_stack_elem *elem);
int zend_add_literal(zend_op_array *op_array, zval *zv);
-ZEND_API void zend_assert_valid_class_name(const zend_string *const_name);
+void zend_assert_valid_class_name(const zend_string *const_name);
/* BEGIN: OPCODES */