Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/spl/
H A Dspl_engine.h57 zend_fcall_info_cache fcc; in spl_instantiate_arg_n() local
75 fcc.initialized = 1; in spl_instantiate_arg_n()
76 fcc.function_handler = func; in spl_instantiate_arg_n()
77 fcc.calling_scope = EG(scope); in spl_instantiate_arg_n()
78 fcc.called_scope = pce; in spl_instantiate_arg_n()
79 fcc.object_ptr = *retval; in spl_instantiate_arg_n()
81 zend_call_function(&fci, &fcc TSRMLS_CC); in spl_instantiate_arg_n()
H A Dphp_spl.c477 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
495 …if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_STRICT, &func_name, &func_name_len, &fcc, &e… in PHP_FUNCTION()
496 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
497 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
498 obj_ptr = fcc.object_ptr; in PHP_FUNCTION()
539 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
540 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
541 obj_ptr = fcc.object_ptr; in PHP_FUNCTION()
636 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
642 …allable, NULL, IS_CALLABLE_CHECK_SYNTAX_ONLY, &func_name, &func_name_len, &fcc, &error TSRMLS_CC))… in PHP_FUNCTION()
[all …]
H A Dspl_iterators.h123 zend_fcall_info_cache fcc; member
H A Dspl_iterators.c1510 …parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Of", &zobject, ce_inner, &cfi->fci, &cfi->fcc) == FAILURE) { in spl_dual_it_construct()
1933 zend_fcall_info_cache *fcc = &intern->u.cbfilter->fcc; in SPL_METHOD() local
1954 if (zend_call_function(fci, fcc TSRMLS_CC) != SUCCESS || !result) { in SPL_METHOD()
3613 zend_fcall_info_cache fcc; member
3623 zend_fcall_info_call(&apply_info->fci, &apply_info->fcc, &retval, NULL TSRMLS_CC); in spl_iterator_func_apply()
3641 …Of|a!", &apply_info.obj, zend_ce_traversable, &apply_info.fci, &apply_info.fcc, &apply_info.args) … in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_API.c2729 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_class()
2731 fcc->called_scope = fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : fcc->calling_scope; in zend_is_callable_check_class()
2831 fcc->function_handler = fcc->calling_scope->constructor; in zend_is_callable_check_func()
2850 ((fcc->object_ptr && fcc->calling_scope->__call) || in zend_is_callable_check_func()
2868 if (fcc->object_ptr && fcc->calling_scope == ce_org) { in zend_is_callable_check_func()
2882fcc->function_handler = Z_OBJ_HT_P(fcc->object_ptr)->get_method(&fcc->object_ptr, mname, mlen, NUL… in zend_is_callable_check_func()
2901fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname, mlen TSRM… in zend_is_callable_check_func()
2995 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_func()
3060 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()
3137 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()
[all …]
H A Dzend_API.h300 …lags, char **callable_name, int *callable_name_len, zend_fcall_info_cache *fcc, char **error TSRML…
466 … *callable, uint check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, char **callable_na…
508 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval, …
/PHP-5.5/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.5/ext/sqlite3/
H A Dphp_sqlite3_structs.h51 zend_fcall_info_cache fcc; member
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1407 fcc.initialized = 1; in _reflection_export()
1923 fcc.initialized = 1; in ZEND_METHOD()
1926 fcc.called_scope = NULL; in ZEND_METHOD()
1927 fcc.object_ptr = NULL; in ZEND_METHOD()
1990 fcc.initialized = 1; in ZEND_METHOD()
1993 fcc.called_scope = NULL; in ZEND_METHOD()
1994 fcc.object_ptr = NULL; in ZEND_METHOD()
2895 fcc.initialized = 1; in ZEND_METHOD()
3004 fcc.initialized = 1; in ZEND_METHOD()
4240 fcc.initialized = 1; in ZEND_METHOD()
[all …]
/PHP-5.5/ext/libxml/
H A Dphp_libxml.h48 zend_fcall_info_cache fcc; member
H A Dlibxml.c620 retval = zend_call_function(fci, &LIBXML(entity_loader).fcc TSRMLS_CC); in _php_libxml_external_entity_loader()
1109 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
1110 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f!", &fci, &fcc) in PHP_FUNCTION()
1123 LIBXML(entity_loader).fcc = fcc; in PHP_FUNCTION()
/PHP-5.5/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()
1177 stmt->fetch.cls.fcc.object_ptr = return_value; in do_fetch()
1178 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc TSRMLS_CC) == FAILURE) { in do_fetch()
[all …]
H A Dphp_pdo_driver.h613 zend_fcall_info_cache fcc; member
620 zend_fcall_info_cache fcc; member
H A Dpdo_dbh.c462 zend_fcall_info_cache fcc; in pdo_stmt_construct() local
488 fcc.initialized = 1; in pdo_stmt_construct()
489 fcc.function_handler = dbstmt_ce->constructor; in pdo_stmt_construct()
490 fcc.calling_scope = EG(scope); in pdo_stmt_construct()
491 fcc.called_scope = Z_OBJCE_P(object); in pdo_stmt_construct()
492 fcc.object_ptr = object; in pdo_stmt_construct()
494 if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) { in pdo_stmt_construct()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c1284 zend_fcall_info_cache fcc; in php_mysqli_fetch_into_hash() local
1325 fcc.initialized = 1; in php_mysqli_fetch_into_hash()
1326 fcc.function_handler = ce->constructor; in php_mysqli_fetch_into_hash()
1327 fcc.calling_scope = EG(scope); in php_mysqli_fetch_into_hash()
1328 fcc.called_scope = Z_OBJCE_P(return_value); in php_mysqli_fetch_into_hash()
1329 fcc.object_ptr = return_value; in php_mysqli_fetch_into_hash()
1331 if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) { in php_mysqli_fetch_into_hash()
/PHP-5.5/main/streams/
H A Duserspace.c302 zend_fcall_info_cache fcc; in user_stream_create_object() local
315 fcc.initialized = 1; in user_stream_create_object()
316 fcc.function_handler = uwrap->ce->constructor; in user_stream_create_object()
317 fcc.calling_scope = EG(scope); in user_stream_create_object()
318 fcc.called_scope = Z_OBJCE_P(object); in user_stream_create_object()
319 fcc.object_ptr = object; in user_stream_create_object()
321 if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) { in user_stream_create_object()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c2163 zend_fcall_info_cache fcc; local
2204 fcc.initialized = 1;
2205 fcc.function_handler = ce->constructor;
2206 fcc.calling_scope = EG(scope);
2207 fcc.called_scope = Z_OBJCE_P(return_value);
2208 fcc.object_ptr = return_value;
2210 if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) {
/PHP-5.5/main/
H A Dphp_output.h125 zend_fcall_info_cache fcc; member
H A Doutput.c504 …if (SUCCESS == zend_fcall_info_init(output_handler, 0, &user->fci, &user->fcc, &handler_name, &err… in php_output_handler_create_user()
977 …if (SUCCESS == zend_fcall_info_call(&handler->func.user->fci, &handler->func.user->fcc, &retval, N… in php_output_handler_op()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c664 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]); in set_table_bit()
695 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]); in set_table_bit()
1530 compile_block.fcc = tables + fcc_offset; in pcre_study()
H A Dpcre_compile.c2916 const pcre_uint8 *fcc, pcre_uint32 *list) in get_chr_property_list() argument
3007 list[3] = fcc[chr]; in get_chr_property_list()
3011 list[3] = (chr < 256) ? fcc[chr] : chr; in get_chr_property_list()
3013 list[3] = fcc[chr]; in get_chr_property_list()
3244 code = get_chr_property_list(code, utf, cd->fcc, list); in compare_opcodes()
3739 end = get_chr_property_list(code, utf, cd->fcc, list); in auto_possessify()
4255 SETBIT(classbits, cd->fcc[c]); in add_to_class()
9059 cd->fcc = tables + fcc_offset; in pcre_compile2()
9604 if (cd->fcc[re->first_char] != re->first_char) in pcre_compile2()
9613 && cd->fcc[re->first_char] != re->first_char) in pcre_compile2()
[all …]
H A Dpcre_exec.c3525 foc = md->fcc[fc]; in match()
3537 foc = TABLE_GET(fc, md->fcc, fc); in match()
3690 och = TABLE_GET(ch, md->fcc, ch); in match()
3699 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, md->fcc, ch) == c)) in match()
3806 foc = TABLE_GET(fc, md->fcc, fc); in match()
6579 md->fcc = tables + fcc_offset; in pcre_exec()
6706 first_char2 = TABLE_GET(first_char, md->fcc, first_char); in pcre_exec()
6728 req_char2 = TABLE_GET(req_char, md->fcc, req_char); in pcre_exec()
H A Dpcre_internal.h2431 const pcre_uint8 *fcc; /* Points to case-flipping table */ member
2533 const pcre_uint8 *fcc; /* Points to case-flipping table */ member
/PHP-5.5/ext/phar/
H A Dutil.c1417 zend_fcall_info_cache fcc; in phar_call_openssl_signverify() local
1447 if (FAILURE == zend_fcall_info_init(openssl, 0, &fci, &fcc, NULL, NULL TSRMLS_CC)) { in phar_call_openssl_signverify()
1471 if (FAILURE == zend_call_function(&fci, &fcc TSRMLS_CC)) { in phar_call_openssl_signverify()

Completed in 167 milliseconds

12