Searched defs:fcc (Results 1 – 17 of 17) sorted by relevance
/PHP-5.3/ext/spl/ |
H A D | php_spl.c | 446 zend_fcall_info_cache fcc; in PHP_FUNCTION() local 598 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
|
H A D | spl_iterators.c | 3463 zend_fcall_info_cache fcc; member
|
/PHP-5.3/ext/pdo_sqlite/ |
H A D | php_pdo_sqlite_int.h | 35 zend_fcall_info_cache fcc; member
|
/PHP-5.3/ext/sqlite3/ |
H A D | php_sqlite3_structs.h | 51 zend_fcall_info_cache fcc; member
|
/PHP-5.3/ext/pdo/ |
H A D | pdo_stmt.c | 746 zend_fcall_info_cache * fcc = &stmt->fetch.cls.fcc; in do_fetch_class_prepare() local 791 …le_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_info_cache * fcc, int nu… in make_callable_ex() 819 zend_fcall_info_cache * fcc = &stmt->fetch.cls.fcc; in do_fetch_func_prepare() local
|
H A D | php_pdo_driver.h | 618 zend_fcall_info_cache fcc; member 625 zend_fcall_info_cache fcc; member
|
H A D | pdo_dbh.c | 457 zend_fcall_info_cache fcc; in pdo_stmt_construct() local
|
/PHP-5.3/Zend/ |
H A D | zend_API.c | 582 zend_fcall_info_cache *fcc = va_arg(*va, zend_fcall_info_cache *); in zend_parse_arg_impl() local 2360 static int zend_is_callable_check_class(const char *name, int name_len, zend_fcall_info_cache *fcc,… in zend_is_callable_check_class() 2429 static int zend_is_callable_check_func(int check_flags, zval *callable, zend_fcall_info_cache *fcc,… in zend_is_callable_check_func() 2691 …int check_flags, char **callable_name, int *callable_name_len, zend_fcall_info_cache *fcc, char **… in zend_is_callable_ex() 2900 zend_fcall_info_cache fcc; in zend_make_callable() local 2925 …o_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, char **… in zend_fcall_info_init() 3063 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval_p… in zend_fcall_info_call()
|
/PHP-5.3/ext/reflection/ |
H A D | php_reflection.c | 1322 zend_fcall_info_cache fcc; in _reflection_export() local 1750 zend_fcall_info_cache fcc; in ZEND_METHOD() local 1810 zend_fcall_info_cache fcc; in ZEND_METHOD() local 2562 zend_fcall_info_cache fcc; in ZEND_METHOD() local 2666 zend_fcall_info_cache fcc; in ZEND_METHOD() local 3903 zend_fcall_info_cache fcc; in ZEND_METHOD() local 3984 zend_fcall_info_cache fcc; in ZEND_METHOD() local
|
/PHP-5.3/ext/mysqli/ |
H A D | mysqli.c | 1265 zend_fcall_info_cache fcc; in php_mysqli_fetch_into_hash() local
|
/PHP-5.3/ext/phar/ |
H A D | util.c | 1661 zend_fcall_info_cache fcc; local
|
H A D | phar_object.c | 679 zend_fcall_info_cache fcc; local
|
/PHP-5.3/main/streams/ |
H A D | userspace.c | 300 zend_fcall_info_cache fcc; in user_wrapper_opener() local
|
/PHP-5.3/ext/mysql/ |
H A D | php_mysql.c | 2121 zend_fcall_info_cache fcc; local
|
/PHP-5.3/ext/sqlite/ |
H A D | sqlite.c | 2378 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_internal.h | 2390 const pcre_uint8 *fcc; /* Points to case-flipping table */ member 2475 const pcre_uint8 *fcc; /* Points to case-flipping table */ member
|
/PHP-5.3/ext/pgsql/ |
H A D | pgsql.c | 2529 zend_fcall_info_cache fcc; local
|
Completed in 150 milliseconds