Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dtype.c388 retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, NULL, &error TSRMLS_CC); in PHP_FUNCTION()
392 retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, NULL, &error TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.5/ext/spl/
H A Dphp_spl.c495 …if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_STRICT, &func_name, &func_name_len, &fcc, &e… in PHP_FUNCTION()
642 …if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_CHECK_SYNTAX_ONLY, &func_name, &func_name_le… in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_API.c3004 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zval *object_ptr, uint check_flags, char **c… in zend_is_callable_ex() function
3207 return zend_is_callable_ex(callable, NULL, check_flags, callable_name, NULL, NULL, NULL TSRMLS_CC); in zend_is_callable()
3215 …if (zend_is_callable_ex(callable, NULL, IS_CALLABLE_STRICT, callable_name, NULL, &fcc, NULL TSRMLS… in zend_make_callable()
3240 if (!zend_is_callable_ex(callable, NULL, check_flags, callable_name, NULL, fcc, error TSRMLS_CC)) { in zend_fcall_info_init()
H A Dzend_API.h300 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zval *object_ptr, uint check_flags, char **c…
H A Dzend_execute_API.c781 …if (!zend_is_callable_ex(fci->function_name, fci->object_ptr, IS_CALLABLE_CHECK_SILENT, &callable_… in zend_call_function()
/PHP-5.5/main/streams/
H A Duserspace.c1041 if (zend_is_callable_ex(&func_name, us->object, IS_CALLABLE_CHECK_SILENT, in php_userstreamop_set_option()

Completed in 45 milliseconds