summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-08-02 04:40:45 +0000
committerFelipe Pena <felipe@php.net>2008-08-02 04:40:45 +0000
commit611ecc5111784936a306a98c10b9d74a2ab7d1eb (patch)
treeee2167dd90a0cc3e98896e94dfc4b95b541efc0a /Zend/zend_API.h
parentdd3d9fc455b699cbeccb466f162e9fbbcc9df724 (diff)
downloadphp-git-611ecc5111784936a306a98c10b9d74a2ab7d1eb.tar.gz
- Added parameter TSRMLS_DC in zend_is_callable()
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index 34b1c2c692..598d348d38 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -285,7 +285,7 @@ ZEND_API void zend_wrong_param_count(TSRMLS_D);
#define IS_CALLABLE_STRICT (IS_CALLABLE_CHECK_IS_STATIC)
ZEND_API zend_bool zend_is_callable_ex(zval *callable, zval **object_pp, uint check_flags, zval *callable_name, zend_fcall_info_cache *fcc, char **error TSRMLS_DC);
-ZEND_API zend_bool zend_is_callable(zval *callable, uint check_flags, zval *callable_name);
+ZEND_API zend_bool zend_is_callable(zval *callable, uint check_flags, zval *callable_name TSRMLS_DC);
ZEND_API zend_bool zend_make_callable(zval *callable, zval *callable_name TSRMLS_DC);
ZEND_API const char *zend_get_module_version(const char *module_name);
ZEND_API int zend_get_module_started(char *module_name);