]> granicus.if.org Git - php/commitdiff
- Add new const
authorMarcus Boerger <helly@php.net>
Fri, 16 Dec 2005 23:23:52 +0000 (23:23 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 16 Dec 2005 23:23:52 +0000 (23:23 +0000)
Zend/zend_API.h

index c22dd00bd1119a622ee7f03a555decc25d6e4062..92963eece256653c24eefe6e89314f362cee8acc 100644 (file)
@@ -210,6 +210,8 @@ ZEND_API void zend_wrong_param_count(TSRMLS_D);
 #define IS_CALLABLE_CHECK_NO_ACCESS   (1<<1)
 #define IS_CALLABLE_CHECK_IS_STATIC   (1<<2)
 
+#define IS_CALLABLE_STRICT  (IS_CALLABLE_CHECK_IS_STATIC)
+
 ZEND_API zend_bool zend_is_callable_ex(zval *callable, uint check_flags, zval *callable_name, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zval ***zobj_ptr_ptr TSRMLS_DC);
 ZEND_API zend_bool zend_is_callable(zval *callable, uint check_flags, zval *callable_name);
 ZEND_API zend_bool zend_make_callable(zval *callable, zval *callable_name TSRMLS_DC);