Home
last modified time | relevance | path

Searched refs:zend_is_callable_ex (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/standard/
H A Dtype.c433 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 Dxpath_callbacks.c197 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 Dphp_spl.c533zend_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 Dcom_wrapper.c263 …} 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 Dmulti.c484 …if (UNEXPECTED(!zend_is_callable_ex(zvalue, /* object */ NULL, /* check_flags */ 0, /* callable_na… in _php_curl_multi_setopt()
H A Dinterface.c1625 …if (UNEXPECTED(!zend_is_callable_ex(callable, /* object */ NULL, /* check_flags */ 0, /* callable_… in php_curl_set_callable_handler()
/php-src/Zend/
H A Dzend_execute_API.c831 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 Dzend_closures.c335 if (!zend_is_callable_ex(callable, NULL, 0, NULL, &fcc, error)) { in zend_create_closure_from_callable()
H A Dzend_API.c4270 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 Dzend_API.h420 ZEND_API bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, zend_s…
H A Dzend_vm_def.h3919 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
H A Dzend_vm_execute.h7424 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 Duserspace.c936 …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 Dpcntl.c801 if (!zend_is_callable_ex(handle, NULL, 0, NULL, NULL, NULL)) { in PHP_FUNCTION()
/php-src/ext/pcre/
H A Dphp_pcre.c2458 if (!zend_is_callable_ex(replace, NULL, 0, NULL, &fcc, NULL)) { in PHP_FUNCTION()
/php-src/ext/reflection/
H A Dphp_reflection.c5088 zend_is_callable_ex(&fci.function_name, NULL, 0, NULL, &fcc, NULL); in reflection_class_new_lazy()
/php-src/ext/ffi/
H A Dffi.c1008 if (!zend_is_callable_ex(value, NULL, 0, NULL, &fcc, &error)) { in zend_ffi_create_callback()

Completed in 319 milliseconds