summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2016-04-30 20:46:52 +0200
committerBob Weinand <bobwei9@hotmail.com>2016-04-30 20:46:52 +0200
commitf59de7ea368da55f1f21ca82810febb3cdec06f0 (patch)
treece1ce38ea7f3cdc34191f2cf77cc40b9841572b9 /Zend/zend_execute.c
parent0615c59a4fef83e0d90384c5f5664e72874c680c (diff)
downloadphp-git-f59de7ea368da55f1f21ca82810febb3cdec06f0.tar.gz
Export zend_pass_function to allow comparisons against it
Diffstat (limited to 'Zend/zend_execute.c')
-rw-r--r--Zend/zend_execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c
index 017def1585..8213164d24 100644
--- a/Zend/zend_execute.c
+++ b/Zend/zend_execute.c
@@ -75,7 +75,7 @@ static ZEND_FUNCTION(pass)
{
}
-static const zend_internal_function zend_pass_function = {
+ZEND_API const zend_internal_function zend_pass_function = {
ZEND_INTERNAL_FUNCTION, /* type */
{0, 0, 0}, /* arg_flags */
0, /* fn_flags */