Searched defs:callable (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/dom/ |
H A D | xpath.c | 85 char *callable = NULL; in dom_xpath_ext_function_php() local
|
/PHP-5.4/Zend/ |
H A D | zend_API.c | 2680 static int zend_is_callable_check_func(int check_flags, zval *callable, zend_fcall_info_cache *fcc,… in zend_is_callable_check_func() 2700 if (Z_STRVAL_P(callable)[0] == '\\') { in zend_is_callable_check_func() local 2941 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zval *object_ptr, uint check_flags, char **c… in zend_is_callable_ex() 3142 ZEND_API zend_bool zend_is_callable(zval *callable, uint check_flags, char **callable_name TSRMLS_D… in zend_is_callable() 3148 ZEND_API zend_bool zend_make_callable(zval *callable, char **callable_name TSRMLS_DC) /* {{{ */ in zend_make_callable() 3175 ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcal… in zend_fcall_info_init()
|
/PHP-5.4/ext/xsl/ |
H A D | xsltprocessor.c | 193 char *callable = NULL; in xsl_ext_function_php() local
|
/PHP-5.4/ext/pdo/ |
H A D | pdo_stmt.c | 791 static int make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_inf… in make_callable_ex()
|
Completed in 38 milliseconds