/php-src/ext/standard/ |
H A D | type.c | 433 retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, NULL); in PHP_FUNCTION() 436 retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, NULL); in PHP_FUNCTION()
|
/php-src/ext/dom/ |
H A D | xpath_callbacks.c | 197 if (!zend_is_callable_ex(entry, NULL, 0, NULL, fcc, &error)) { in php_dom_xpath_callback_ns_update_method_handler() 242 if (!zend_is_callable_ex(&tmp, NULL, 0, NULL, fcc, &error)) { in php_dom_xpath_callback_ns_update_method_handler()
|
/php-src/ext/spl/ |
H A D | php_spl.c | 533 …zend_is_callable_ex(&fci.function_name, NULL, IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL, &fcc, NULL); in PHP_FUNCTION() 596 zend_is_callable_ex(&fci.function_name, NULL, 0, NULL, &fcc, NULL); in PHP_FUNCTION()
|
/php-src/ext/com_dotnet/ |
H A D | com_wrapper.c | 263 …} else if (wFlags & DISPATCH_METHOD && zend_is_callable_ex(name, Z_OBJ(disp->object), 0, NULL, &fc… in disp_invokeex()
|
/php-src/ext/curl/ |
H A D | multi.c | 484 …if (UNEXPECTED(!zend_is_callable_ex(zvalue, /* object */ NULL, /* check_flags */ 0, /* callable_na… in _php_curl_multi_setopt()
|
H A D | interface.c | 1625 …if (UNEXPECTED(!zend_is_callable_ex(callable, /* object */ NULL, /* check_flags */ 0, /* callable_… in php_curl_set_callable_handler()
|
/php-src/Zend/ |
H A D | zend_execute_API.c | 831 if (!zend_is_callable_ex(&fci->function_name, fci->object, 0, NULL, fci_cache, &error)) { in zend_call_function() 1134 …if (!zend_is_callable_ex(&fci.function_name, fci.object, IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL, … in zend_call_method_if_exists()
|
H A D | zend_closures.c | 335 if (!zend_is_callable_ex(callable, NULL, 0, NULL, &fcc, error)) { in zend_create_closure_from_callable()
|
H A D | zend_API.c | 4270 ZEND_API bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, zend_s… in zend_is_callable_ex() function 4287 return zend_is_callable_ex(callable, NULL, check_flags, callable_name, NULL, NULL); in zend_is_callable() 4295 …if (zend_is_callable_ex(callable, NULL, IS_CALLABLE_SUPPRESS_DEPRECATIONS, callable_name, &fcc, NU… in zend_make_callable() 4311 if (!zend_is_callable_ex(callable, NULL, check_flags, callable_name, fcc, error)) { in zend_fcall_info_init()
|
H A D | zend_API.h | 420 ZEND_API bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, zend_s…
|
H A D | zend_vm_def.h | 3919 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
|
H A D | zend_vm_execute.h | 7424 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) { in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER() 9998 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) { in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER() 12490 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) { in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
|
/php-src/main/streams/ |
H A D | userspace.c | 936 …if (zend_is_callable_ex(&func_name, Z_OBJ(us->object), IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL, NU… in php_userstreamop_set_option()
|
/php-src/ext/pcntl/ |
H A D | pcntl.c | 801 if (!zend_is_callable_ex(handle, NULL, 0, NULL, NULL, NULL)) { in PHP_FUNCTION()
|
/php-src/ext/pcre/ |
H A D | php_pcre.c | 2458 if (!zend_is_callable_ex(replace, NULL, 0, NULL, &fcc, NULL)) { in PHP_FUNCTION()
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 5088 zend_is_callable_ex(&fci.function_name, NULL, 0, NULL, &fcc, NULL); in reflection_class_new_lazy()
|
/php-src/ext/ffi/ |
H A D | ffi.c | 1008 if (!zend_is_callable_ex(value, NULL, 0, NULL, &fcc, &error)) { in zend_ffi_create_callback()
|