Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dtype.c424 retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, &error); in PHP_FUNCTION()
428 retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, &error); in PHP_FUNCTION()
/PHP-7.1/ext/spl/
H A Dphp_spl.c470 if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_STRICT, &func_name, &fcc, &error)) { in PHP_FUNCTION()
642 …if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_CHECK_SYNTAX_ONLY, &func_name, &fcc, &error)… in PHP_FUNCTION()
/PHP-7.1/Zend/
H A Dzend_closures.c268 if (!zend_is_callable_ex(callable, NULL, 0, NULL, &fcc, error)) { in zend_create_closure_from_callable()
H A Dzend_API.c3187 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint check_flags, zend_… in zend_is_callable_ex() function
3391 return zend_is_callable_ex(callable, NULL, check_flags, callable_name, NULL, NULL); in zend_is_callable()
3399 if (zend_is_callable_ex(callable, NULL, IS_CALLABLE_STRICT, callable_name, &fcc, NULL)) { in zend_make_callable()
3423 if (!zend_is_callable_ex(callable, NULL, check_flags, callable_name, fcc, error)) { in zend_fcall_info_init()
H A Dzend_execute_API.c732 …if (!zend_is_callable_ex(&fci->function_name, fci->object, IS_CALLABLE_CHECK_SILENT, &callable_nam… in zend_call_function()
H A Dzend_API.h315 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint check_flags, zend_…
H A Dzend_vm_def.h3503 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
H A Dzend_vm_execute.h5631 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
9568 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
11547 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
/PHP-7.1/main/streams/
H A Duserspace.c995 if (zend_is_callable_ex(&func_name, in php_userstreamop_set_option()

Completed in 177 milliseconds