| /PHP_5_3/ext/pdo/ |
| H A D | pdo_dbh.c | 457 zend_fcall_info_cache fcc; local 483 fcc.initialized = 1; 484 fcc.function_handler = dbstmt_ce->constructor; 485 fcc.calling_scope = EG(scope); 486 fcc.called_scope = Z_OBJCE_P(object); 487 fcc.object_ptr = object; 489 if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) {
|
| H A D | pdo_stmt.c | 746 zend_fcall_info_cache * fcc = &stmt->fetch.cls.fcc; local 777 fcc->initialized = 1; 778 fcc->function_handler = ce->constructor; 779 fcc->calling_scope = EG(scope); 780 fcc->called_scope = ce; 791 static int make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_info_cache * fcc, int num_args TSRMLS_DC) /* {{{ */ argument 795 if (zend_fcall_info_init(callable, 0, fci, fcc, NULL, &is_callable_error TSRMLS_CC) == FAILURE) { 819 zend_fcall_info_cache * fcc = &stmt->fetch.cls.fcc; local [all...] |
| H A D | php_pdo_driver.h | 618 zend_fcall_info_cache fcc; member in struct:_pdo_stmt_t::__anon124::__anon125 625 zend_fcall_info_cache fcc; member in struct:_pdo_stmt_t::__anon124::__anon126
|
| /PHP_5_3/ext/pdo_sqlite/ |
| H A D | php_pdo_sqlite_int.h | 35 zend_fcall_info_cache fcc; member in struct:pdo_sqlite_fci
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 1322 zend_fcall_info_cache fcc; local 1357 fcc.initialized = 1; 1358 fcc.function_handler = ce_ptr->constructor; 1359 fcc.calling_scope = ce_ptr; 1360 fcc.called_scope = Z_OBJCE_P(reflector_ptr); 1361 fcc.object_ptr = reflector_ptr; 1363 result = zend_call_function(&fci, &fcc TSRMLS_CC); 1750 zend_fcall_info_cache fcc; local 1771 fcc.initialized = 1; 1772 fcc 1810 zend_fcall_info_cache fcc; local 2562 zend_fcall_info_cache fcc; local 2666 zend_fcall_info_cache fcc; local 3903 zend_fcall_info_cache fcc; local 3984 zend_fcall_info_cache fcc; local [all...] |
| /PHP_5_3/ext/spl/ |
| H A D | php_spl.c | 446 zend_fcall_info_cache fcc; local 464 if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_STRICT, &func_name, &func_name_len, &fcc, &error TSRMLS_CC)) { 465 alfi.ce = fcc.calling_scope; 466 alfi.func_ptr = fcc.function_handler; 467 obj_ptr = fcc.object_ptr; 508 alfi.ce = fcc.calling_scope; 509 alfi.func_ptr = fcc.function_handler; 510 obj_ptr = fcc.object_ptr; 598 zend_fcall_info_cache fcc; local 604 if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_CHECK_SYNTAX_ONLY, &func_name, &func_name_len, &fcc, [all...] |
| H A D | spl_iterators.c | 3461 zend_fcall_info_cache fcc; member in struct:__anon4 3471 zend_fcall_info_call(&apply_info->fci, &apply_info->fcc, &retval, NULL TSRMLS_CC); 3489 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Of|a!", &apply_info.obj, zend_ce_traversable, &apply_info.fci, &apply_info.fcc, &apply_info.args) == FAILURE) {
|
| /PHP_5_3/ext/sqlite/ |
| H A D | sqlite.c | 2378 zend_fcall_info_cache fcc; local 2461 fcc.initialized = 1; 2462 fcc.function_handler = ce->constructor; 2463 fcc.calling_scope = EG(scope); 2464 fcc.called_scope = Z_OBJCE_P(return_value); 2465 fcc.object_ptr = return_value; 2467 if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) {
|
| /PHP_5_3/ext/sqlite3/ |
| H A D | php_sqlite3_structs.h | 51 zend_fcall_info_cache fcc; member in struct:php_sqlite3_fci
|
| /PHP_5_3/main/streams/ |
| H A D | userspace.c | 300 zend_fcall_info_cache fcc; local 313 fcc.initialized = 1; 314 fcc.function_handler = uwrap->ce->constructor; 315 fcc.calling_scope = EG(scope); 316 fcc.called_scope = Z_OBJCE_P(us->object); 317 fcc.object_ptr = us->object; 319 if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) {
|
| /PHP_5_3/Zend/ |
| H A D | zend_API.c | 582 zend_fcall_info_cache *fcc = va_arg(*va, zend_fcall_info_cache *); local 587 fcc->initialized = 0; 591 if (zend_fcall_info_init(*arg, 0, fci, fcc, NULL, &is_callable_error TSRMLS_CC) == SUCCESS) { 2360 static int zend_is_callable_check_class(const char *name, int name_len, zend_fcall_info_cache *fcc, int *strict_class, char **error TSRMLS_DC) /* {{{ */ argument 2372 fcc->called_scope = EG(called_scope); 2373 fcc->calling_scope = EG(scope); 2374 if (!fcc->object_ptr) { 2375 fcc->object_ptr = EG(This); 2386 fcc->called_scope = EG(called_scope); 2387 fcc 2429 zend_is_callable_check_func(int check_flags, zval *callable, zend_fcall_info_cache *fcc, int strict_class, char **error TSRMLS_DC) argument 2691 zend_is_callable_ex(zval *callable, zval *object_ptr, uint check_flags, char **callable_name, int *callable_name_len, zend_fcall_info_cache *fcc, char **error TSRMLS_DC) argument 2900 zend_fcall_info_cache fcc; local 2925 zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, char **callable_name, char **error TSRMLS_DC) argument 3063 zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval_ptr_ptr, zval *args TSRMLS_DC) argument [all...] |
| /PHP_5_3/ext/pcre/pcrelib/ |
| H A D | pcre_internal.h | 2390 const pcre_uint8 *fcc; /* Points to case-flipping table */ member in struct:compile_data 2475 const pcre_uint8 *fcc; /* Points to case-flipping table */ member in struct:match_data
|
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli.c | 1265 zend_fcall_info_cache fcc; local 1306 fcc.initialized = 1; 1307 fcc.function_handler = ce->constructor; 1308 fcc.calling_scope = EG(scope); 1309 fcc.called_scope = Z_OBJCE_P(return_value); 1310 fcc.object_ptr = return_value; 1312 if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) {
|
| /PHP_5_3/ext/phar/ |
| H A D | phar_object.c | 679 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)) {
|
| H A D | util.c | 1661 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)) {
|
| /PHP_5_3/ext/mysql/ |
| H A D | php_mysql.c | 2121 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/pgsql/ |
| H A D | pgsql.c | 2529 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) {
|