Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dtype.c367 retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, &error); in PHP_FUNCTION()
371 retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, &error); in PHP_FUNCTION()
/PHP-7.3/ext/spl/
H A Dphp_spl.c516 if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_STRICT, &func_name, &fcc, &error)) { in PHP_FUNCTION()
687 …if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_CHECK_SYNTAX_ONLY, &func_name, &fcc, &error)… in PHP_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_closures.c265 if (!zend_is_callable_ex(callable, NULL, 0, NULL, &fcc, error)) { in zend_create_closure_from_callable()
H A Dzend_API.c3463 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, z… in zend_is_callable_ex() function
3474 return zend_is_callable_ex(callable, NULL, check_flags, callable_name, NULL, NULL); in zend_is_callable()
3482 if (zend_is_callable_ex(callable, NULL, IS_CALLABLE_STRICT, callable_name, &fcc, NULL)) { in zend_make_callable()
3506 if (!zend_is_callable_ex(callable, NULL, check_flags, callable_name, fcc, error)) { in zend_fcall_info_init()
H A Dzend_execute_API.c651 …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.h310 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, z…
H A Dzend_vm_def.h3386 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
H A Dzend_vm_execute.h5353 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
7535 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
10628 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c2364 if (!zend_is_callable_ex(replace, NULL, 0, NULL, &fcc, NULL)) { in PHP_FUNCTION()
2416 if (!zend_is_callable_ex(replace, NULL, 0, NULL, &fcc, NULL)) { in PHP_FUNCTION()
/PHP-7.3/ext/pcntl/
H A Dpcntl.c1047 if (!zend_is_callable_ex(handle, NULL, 0, NULL, NULL, &error)) { in PHP_FUNCTION()
/PHP-7.3/main/streams/
H A Duserspace.c988 if (zend_is_callable_ex(&func_name, in php_userstreamop_set_option()

Completed in 196 milliseconds