Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dtype.c382 retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, &error); in PHP_FUNCTION()
385 retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, &error); in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dphp_spl.c520 if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_STRICT, &func_name, &fcc, &error)) { in PHP_FUNCTION()
691 …if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_CHECK_SYNTAX_ONLY, &func_name, &fcc, &error)… in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_closures.c287 if (!zend_is_callable_ex(callable, NULL, 0, NULL, &fcc, error)) { in zend_create_closure_from_callable()
H A Dzend_API.c3462 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, z… in zend_is_callable_ex() function
3473 return zend_is_callable_ex(callable, NULL, check_flags, callable_name, NULL, NULL); in zend_is_callable()
3481 if (zend_is_callable_ex(callable, NULL, IS_CALLABLE_STRICT, callable_name, &fcc, NULL)) { in zend_make_callable()
3497 if (!zend_is_callable_ex(callable, NULL, check_flags, callable_name, fcc, error)) { in zend_fcall_info_init()
H A Dzend_execute_API.c700 …if (!zend_is_callable_ex(&fci->function_name, fci->object, IS_CALLABLE_CHECK_SILENT, NULL, fci_cac… in zend_call_function()
H A Dzend_API.h309 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, z…
H A Dzend_vm_def.h3853 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
H A Dzend_vm_execute.h6017 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) { in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
8288 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) { in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
10749 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) { in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2407 if (!zend_is_callable_ex(replace, NULL, 0, NULL, &fcc, NULL)) { in PHP_FUNCTION()
2459 if (!zend_is_callable_ex(replace, NULL, 0, NULL, &fcc, NULL)) { in PHP_FUNCTION()
/PHP-7.4/ext/pcntl/
H A Dpcntl.c1108 if (!zend_is_callable_ex(handle, NULL, 0, NULL, NULL, &error)) { in PHP_FUNCTION()
/PHP-7.4/main/streams/
H A Duserspace.c1004 if (zend_is_callable_ex(&func_name, in php_userstreamop_set_option()
/PHP-7.4/ext/ffi/
H A Dffi.c914 if (!zend_is_callable_ex(value, NULL, 0, NULL, &fcc, &error)) { in zend_ffi_create_callback()

Completed in 189 milliseconds