Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dtype.c420 retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, NULL); in PHP_FUNCTION()
423 retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, NULL); in PHP_FUNCTION()
/PHP-8.3/ext/spl/
H A Dphp_spl.c539zend_is_callable_ex(&fci.function_name, NULL, IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL, &fcc, NULL); in PHP_FUNCTION()
602 zend_is_callable_ex(&fci.function_name, NULL, 0, NULL, &fcc, NULL); in PHP_FUNCTION()
H A Dspl_iterators.c1446zend_is_callable_ex(&fci.function_name, NULL, IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL, &intern->u.… in spl_dual_it_construct()
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.c961zend_is_callable_ex(&fci.function_name, NULL, IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL, &fcc, NULL); in PHP_METHOD()
1012zend_is_callable_ex(&step_fci.function_name, NULL, IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL, &step_… in PHP_METHOD()
1019zend_is_callable_ex(&fini_fci.function_name, NULL, IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL, &fini_… in PHP_METHOD()
1065zend_is_callable_ex(&fci.function_name, NULL, IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL, &fcc, NULL); in PHP_METHOD()
1333zend_is_callable_ex(&fci.function_name, NULL, IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL, &fcc, NULL); in PHP_METHOD()
/PHP-8.3/Zend/
H A Dzend_execute_API.c789 if (!zend_is_callable_ex(&fci->function_name, fci->object, 0, NULL, fci_cache, &error)) { in zend_call_function()
1088 …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.c4098 ZEND_API bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, zend_s… in zend_is_callable_ex() function
4115 return zend_is_callable_ex(callable, NULL, check_flags, callable_name, NULL, NULL); in zend_is_callable()
4123 …if (zend_is_callable_ex(callable, NULL, IS_CALLABLE_SUPPRESS_DEPRECATIONS, callable_name, &fcc, NU… in zend_make_callable()
4139 if (!zend_is_callable_ex(callable, NULL, check_flags, callable_name, fcc, error)) { in zend_fcall_info_init()
H A Dzend_API.h415 ZEND_API bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, zend_s…
H A Dzend_vm_def.h3851 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
H A Dzend_vm_execute.h7077 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) { in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
9597 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) { in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
11984 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) { in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
/PHP-8.3/ext/pcntl/
H A Dpcntl.c657 if (!zend_is_callable_ex(handle, NULL, 0, NULL, NULL, &error)) { in PHP_FUNCTION()
/PHP-8.3/ext/libxml/
H A Dlibxml.c1226zend_is_callable_ex(&fci.function_name, NULL, IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL, &fcc, NULL); in PHP_FUNCTION()
/PHP-8.3/main/streams/
H A Duserspace.c937 …if (zend_is_callable_ex(&func_name, Z_OBJ(us->object), IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL, NU… in php_userstreamop_set_option()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c2405 if (!zend_is_callable_ex(replace, NULL, 0, NULL, &fcc, NULL)) { in PHP_FUNCTION()
/PHP-8.3/ext/ffi/
H A Dffi.c1007 if (!zend_is_callable_ex(value, NULL, 0, NULL, &fcc, &error)) { in zend_ffi_create_callback()

Completed in 232 milliseconds