Searched refs:zend_fcall_info (Results 1 - 25 of 36) sorted by relevance
12
| /PHP_TRUNK/Zend/ |
| H A D | zend_dtrace.c | 86 ZEND_API void dtrace_execute_internal(zend_execute_data *execute_data_ptr, zend_fcall_info *fci, int return_value_used TSRMLS_DC)
|
| H A D | zend_dtrace.h | 35 ZEND_API void (*zend_dtrace_execute_internal)(zend_execute_data *execute_data_ptr, zend_fcall_info *fci, int return_value_used TSRMLS_DC); 39 ZEND_API void dtrace_execute_internal(zend_execute_data *execute_data_ptr, zend_fcall_info *fci, int return_value_used TSRMLS_DC);
|
| H A D | zend_interfaces.c | 37 zend_fcall_info fci;
|
| H A D | zend_API.c | 622 zend_fcall_info *fci = va_arg(*va, zend_fcall_info *); 3233 ZEND_API int 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) /* {{{ */ 3253 ZEND_API void zend_fcall_info_args_clear(zend_fcall_info *fci, int free_mem) /* {{{ */ 3265 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, int *param_count, zval ****params) /* {{{ */ 3274 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, int param_count, zval ***params) /* {{{ */ 3282 ZEND_API int zend_fcall_info_args(zend_fcall_info *fci, zval *args TSRMLS_DC) /* {{{ */ 3310 ZEND_API int zend_fcall_info_argp(zend_fcall_info *fci TSRMLS_DC, int argc, zval ***argv) /* {{{ */ 3333 ZEND_API int zend_fcall_info_argv(zend_fcall_info *fci TSRMLS_DC, int argc, va_list *argv) /* {{{ */ 3358 ZEND_API int zend_fcall_info_argn(zend_fcall_info *fc [all...] |
| H A D | zend_execute_API.c | 42 ZEND_API void (*zend_execute_internal)(zend_execute_data *execute_data_ptr, zend_fcall_info *fci, int return_value_used TSRMLS_DC); 45 ZEND_API const zend_fcall_info empty_fcall_info = { 0, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0 }; 717 zend_fcall_info fci; 733 int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC) /* {{{ */ 759 case sizeof(zend_fcall_info): 1024 zend_fcall_info fcall_info;
|
| H A D | zend_API.h | 53 } zend_fcall_info; typedef in typeref:struct:_zend_fcall_info 453 ZEND_API extern const zend_fcall_info empty_fcall_info; 466 ZEND_API int 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); 468 /** Clear argumens connected with zend_fcall_info *fci 471 ZEND_API void zend_fcall_info_args_clear(zend_fcall_info *fci, int free_mem); 473 /** Save current arguments from zend_fcall_info *fci 476 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, int *param_count, zval ****params); 478 /** Free arguments connected with zend_fcall_info *fci andset back saved ones. 480 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, int param_count, zval ***params); 485 ZEND_API int zend_fcall_info_args(zend_fcall_info *fc [all...] |
| /PHP_TRUNK/ext/dom/ |
| H A D | xpath.c | 81 zend_fcall_info fci;
|
| /PHP_TRUNK/ext/pdo/ |
| H A D | pdo_dbh.c | 458 zend_fcall_info fci; 462 fci.size = sizeof(zend_fcall_info);
|
| H A D | php_pdo_driver.h | 612 zend_fcall_info fci; 619 zend_fcall_info fci;
|
| H A D | pdo_stmt.c | 745 zend_fcall_info * fci = &stmt->fetch.cls.fci; 748 fci->size = sizeof(zend_fcall_info); 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) /* {{{ */ 818 zend_fcall_info * fci = &stmt->fetch.cls.fci;
|
| /PHP_TRUNK/ext/pdo_sqlite/ |
| H A D | php_pdo_sqlite_int.h | 34 zend_fcall_info fci;
|
| /PHP_TRUNK/ext/sqlite3/ |
| H A D | php_sqlite3_structs.h | 50 zend_fcall_info fci;
|
| /PHP_TRUNK/ext/standard/ |
| H A D | basic_functions.h | 174 zend_fcall_info array_walk_fci; 176 zend_fcall_info user_compare_fci;
|
| H A D | array.c | 621 zend_fcall_info old_user_compare_fci; \ 1064 zend_fcall_info orig_array_walk_fci; 1127 zend_fcall_info orig_array_walk_fci; 1152 zend_fcall_info orig_array_walk_fci; 3031 zend_fcall_info fci1, fci2; 3033 zend_fcall_info *fci_key, *fci_data; 3449 zend_fcall_info fci1, fci2; 3451 zend_fcall_info *fci_key, *fci_data; 4142 zend_fcall_info fci; 4211 zend_fcall_info fc [all...] |
| /PHP_TRUNK/ext/xml/ |
| H A D | xml.c | 513 zend_fcall_info fci;
|
| /PHP_TRUNK/main/ |
| H A D | SAPI.c | 158 zend_fcall_info fci;
|
| H A D | php_output.h | 124 zend_fcall_info fci;
|
| /PHP_TRUNK/main/streams/ |
| H A D | userspace.c | 301 zend_fcall_info fci;
|
| /PHP_TRUNK/ext/mbstring/ |
| H A D | php_mbregex.c | 797 zend_fcall_info arg_replace_fci;
|
| /PHP_TRUNK/ext/libxml/ |
| H A D | libxml.c | 276 static void _php_libxml_destroy_fci(zend_fcall_info *fci) 563 zend_fcall_info *fci; 1081 zend_fcall_info fci;
|
| H A D | php_libxml.h | 47 zend_fcall_info fci;
|
| /PHP_TRUNK/ext/intl/converter/ |
| H A D | converter.c | 32 zend_fcall_info to_cb, from_cb; 544 zend_fcall_info *finfo,
|
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_iterators.h | 122 zend_fcall_info fci;
|
| /PHP_TRUNK/ext/reflection/ |
| H A D | php_reflection.c | 1371 zend_fcall_info fci; 1901 zend_fcall_info fci; 1961 zend_fcall_info fci; 2826 zend_fcall_info fci; 2930 zend_fcall_info fci; 4213 zend_fcall_info fci; 4320 zend_fcall_info fci;
|
| /PHP_TRUNK/ext/curl/ |
| H A D | interface.c | 1295 zend_fcall_info fci; 1356 zend_fcall_info fci; 1428 zend_fcall_info fci; 1507 zend_fcall_info fci; 1588 zend_fcall_info fci;
|
Completed in 83 milliseconds
12