Home
last modified time | relevance | path

Searched refs:fcc (Results 1 – 23 of 23) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_API.c2415 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_class()
2417 fcc->called_scope = fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : fcc->calling_scope; in zend_is_callable_check_class()
2516 fcc->function_handler = fcc->calling_scope->constructor; in zend_is_callable_check_func()
2553 if (fcc->object_ptr && fcc->calling_scope == ce_org) { in zend_is_callable_check_func()
2569fcc->function_handler = Z_OBJ_HT_P(fcc->object_ptr)->get_method(&fcc->object_ptr, mname, mlen TSRM… in zend_is_callable_check_func()
2588fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname, mlen TSRM… in zend_is_callable_check_func()
2682 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_func()
2703 if (fcc == NULL) { in zend_is_callable_ex()
2747 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()
2824 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()
[all …]
H A Dzend_API.h287 …lags, char **callable_name, int *callable_name_len, zend_fcall_info_cache *fcc, char **error TSRML…
450 … *callable, uint check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, char **callable_na…
492 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval, …
/PHP-5.3/ext/spl/
H A Dphp_spl.c446 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
464 …if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_STRICT, &func_name, &func_name_len, &fcc, &e… in PHP_FUNCTION()
465 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
466 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
467 obj_ptr = fcc.object_ptr; in PHP_FUNCTION()
508 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
509 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
510 obj_ptr = fcc.object_ptr; in PHP_FUNCTION()
598 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
604 …allable, NULL, IS_CALLABLE_CHECK_SYNTAX_ONLY, &func_name, &func_name_len, &fcc, &error TSRMLS_CC))… in PHP_FUNCTION()
[all …]
H A Dspl_iterators.c3463 zend_fcall_info_cache fcc; member
3473 zend_fcall_info_call(&apply_info->fci, &apply_info->fcc, &retval, NULL TSRMLS_CC); in spl_iterator_func_apply()
3491 …Of|a!", &apply_info.obj, zend_ce_traversable, &apply_info.fci, &apply_info.fcc, &apply_info.args) … in PHP_FUNCTION()
/PHP-5.3/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h35 zend_fcall_info_cache fcc; member
H A Dsqlite_driver.c387 if ((ret = zend_call_function(&fc->fci, &fc->fcc TSRMLS_CC)) == FAILURE) { in do_callback()
509 if ((ret = zend_call_function(&collation->fc.fci, &collation->fc.fcc TSRMLS_CC)) == FAILURE) { in php_sqlite3_collation_callback()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c1357 fcc.initialized = 1; in _reflection_export()
1771 fcc.initialized = 1; in ZEND_METHOD()
1774 fcc.called_scope = NULL; in ZEND_METHOD()
1775 fcc.object_ptr = NULL; in ZEND_METHOD()
1838 fcc.initialized = 1; in ZEND_METHOD()
1841 fcc.called_scope = NULL; in ZEND_METHOD()
1842 fcc.object_ptr = NULL; in ZEND_METHOD()
2630 fcc.initialized = 1; in ZEND_METHOD()
2739 fcc.initialized = 1; in ZEND_METHOD()
3929 fcc.initialized = 1; in ZEND_METHOD()
[all …]
/PHP-5.3/ext/sqlite3/
H A Dphp_sqlite3_structs.h51 zend_fcall_info_cache fcc; member
H A Dsqlite3.c754 if ((ret = zend_call_function(&fc->fci, &fc->fcc TSRMLS_CC)) == FAILURE) {
883 if ((ret = zend_call_function(&collation->fci.fci, &collation->fci.fcc TSRMLS_CC)) == FAILURE) {
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c746 zend_fcall_info_cache * fcc = &stmt->fetch.cls.fcc; in do_fetch_class_prepare() local
777 fcc->initialized = 1; in do_fetch_class_prepare()
778 fcc->function_handler = ce->constructor; in do_fetch_class_prepare()
779 fcc->calling_scope = EG(scope); in do_fetch_class_prepare()
780 fcc->called_scope = ce; in do_fetch_class_prepare()
819 zend_fcall_info_cache * fcc = &stmt->fetch.cls.fcc; in do_fetch_func_prepare() local
979 stmt->fetch.cls.fcc.object_ptr = return_value; in do_fetch()
980 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc TSRMLS_CC) == FAILURE) { in do_fetch()
1179 stmt->fetch.cls.fcc.object_ptr = return_value; in do_fetch()
1180 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc TSRMLS_CC) == FAILURE) { in do_fetch()
[all …]
H A Dphp_pdo_driver.h618 zend_fcall_info_cache fcc; member
625 zend_fcall_info_cache fcc; member
H A Dpdo_dbh.c457 zend_fcall_info_cache fcc; in pdo_stmt_construct() local
483 fcc.initialized = 1; in pdo_stmt_construct()
484 fcc.function_handler = dbstmt_ce->constructor; in pdo_stmt_construct()
485 fcc.calling_scope = EG(scope); in pdo_stmt_construct()
486 fcc.called_scope = Z_OBJCE_P(object); in pdo_stmt_construct()
487 fcc.object_ptr = object; in pdo_stmt_construct()
489 if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) { in pdo_stmt_construct()
/PHP-5.3/main/streams/
H A Duserspace.c300 zend_fcall_info_cache fcc; in user_wrapper_opener() local
313 fcc.initialized = 1; in user_wrapper_opener()
314 fcc.function_handler = uwrap->ce->constructor; in user_wrapper_opener()
315 fcc.calling_scope = EG(scope); in user_wrapper_opener()
316 fcc.called_scope = Z_OBJCE_P(us->object); in user_wrapper_opener()
317 fcc.object_ptr = us->object; in user_wrapper_opener()
319 if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) { in user_wrapper_opener()
/PHP-5.3/ext/mysqli/
H A Dmysqli.c1265 zend_fcall_info_cache fcc; in php_mysqli_fetch_into_hash() local
1306 fcc.initialized = 1; in php_mysqli_fetch_into_hash()
1307 fcc.function_handler = ce->constructor; in php_mysqli_fetch_into_hash()
1308 fcc.calling_scope = EG(scope); in php_mysqli_fetch_into_hash()
1309 fcc.called_scope = Z_OBJCE_P(return_value); in php_mysqli_fetch_into_hash()
1310 fcc.object_ptr = return_value; in php_mysqli_fetch_into_hash()
1312 if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) { in php_mysqli_fetch_into_hash()
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c580 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]); in set_table_bit()
611 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]); in set_table_bit()
1406 compile_block.fcc = tables + fcc_offset; in pcre_study()
H A Dpcre_compile.c3184 if (next < 128) othercase = cd->fcc[next]; else in check_auto_possessive()
3194 return (c != TABLE_GET(next, cd->fcc, next)); /* Not UTF */ in check_auto_possessive()
3205 if (next < 128) othercase = cd->fcc[next]; else in check_auto_possessive()
3215 return (c == TABLE_GET(next, cd->fcc, next)); /* Not UTF */ in check_auto_possessive()
3497 SETBIT(classbits, cd->fcc[c]); in add_to_class()
7831 cd->fcc = tables + fcc_offset; in pcre_compile2()
8272 if (cd->fcc[re->first_char] != re->first_char) in pcre_compile2()
8281 && cd->fcc[re->first_char] != re->first_char) in pcre_compile2()
8314 if (cd->fcc[re->req_char] != re->req_char) in pcre_compile2()
8322 if (MAX_255(re->req_char) && cd->fcc[re->req_char] != re->req_char) in pcre_compile2()
H A Dpcre_exec.c3425 foc = md->fcc[fc]; in match()
3437 foc = TABLE_GET(fc, md->fcc, fc); in match()
3595 och = TABLE_GET(ch, md->fcc, ch); in match()
3604 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, md->fcc, ch) == c)) in match()
3711 foc = TABLE_GET(fc, md->fcc, fc); in match()
6452 md->fcc = tables + fcc_offset; in pcre_exec()
6580 first_char2 = TABLE_GET(first_char, md->fcc, first_char); in pcre_exec()
6602 req_char2 = TABLE_GET(req_char, md->fcc, req_char); in pcre_exec()
H A Dpcre_internal.h2390 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/mysql/
H A Dphp_mysql.c2121 zend_fcall_info_cache fcc; local
2162 fcc.initialized = 1;
2163 fcc.function_handler = ce->constructor;
2164 fcc.calling_scope = EG(scope);
2165 fcc.called_scope = Z_OBJCE_P(return_value);
2166 fcc.object_ptr = return_value;
2168 if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) {
/PHP-5.3/ext/sqlite/
H A Dsqlite.c2378 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
2461 fcc.initialized = 1; in PHP_FUNCTION()
2462 fcc.function_handler = ce->constructor; in PHP_FUNCTION()
2463 fcc.calling_scope = EG(scope); in PHP_FUNCTION()
2464 fcc.called_scope = Z_OBJCE_P(return_value); in PHP_FUNCTION()
2465 fcc.object_ptr = return_value; in PHP_FUNCTION()
2467 if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) { in PHP_FUNCTION()
/PHP-5.3/ext/phar/
H A Dutil.c1661 zend_fcall_info_cache fcc; local
1696 if (FAILURE == zend_fcall_info_init(openssl, &fci, &fcc TSRMLS_CC)) {
1698 if (FAILURE == zend_fcall_info_init(openssl, 0, &fci, &fcc, NULL, NULL TSRMLS_CC)) {
1730 if (FAILURE == zend_call_function(&fci, &fcc TSRMLS_CC)) {
H A Dphar_object.c679 zend_fcall_info_cache fcc; local
687 if (FAILURE == zend_fcall_info_init(rewrite, &fci, &fcc TSRMLS_CC)) {
689 if (FAILURE == zend_fcall_info_init(rewrite, 0, &fci, &fcc, NULL, NULL TSRMLS_CC)) {
709 if (FAILURE == zend_call_function(&fci, &fcc TSRMLS_CC)) {
/PHP-5.3/ext/pgsql/
H A Dpgsql.c2529 zend_fcall_info_cache fcc; local
2570 fcc.initialized = 1;
2571 fcc.function_handler = ce->constructor;
2572 fcc.calling_scope = EG(scope);
2573 fcc.called_scope = Z_OBJCE_P(return_value);
2574 fcc.object_ptr = return_value;
2576 if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) {

Completed in 234 milliseconds