| /PHP_5_3/Zend/ |
| H A D | zend.h | 404 /* excpt.h on Digital Unix 4.0 defines function_table */ 405 #undef function_table macro 427 HashTable function_table; member in struct:_zend_class_entry
|
| H A D | zend_API.c | 1799 ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int type TSRMLS_DC) /* {{{ */ argument 1805 HashTable *target_function_table = function_table; 1820 target_function_table = CG(function_table); 2047 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable *function_table TSRMLS_DC) /* {{{ */ 2051 HashTable *target_function_table = function_table; 2054 target_function_table = CG(function_table); 2204 zend_register_functions(class_entry, class_entry->builtin_functions, &class_entry->function_table, MODULE_PERSISTENT TSRMLS_CC); 2321 if (zend_hash_del(CG(function_table), function_name, function_name_length+1)==FAILURE) { 2325 return zend_register_functions(NULL, disabled_function, CG(function_table), MODULE_PERSISTENT TSRMLS_CC); 2355 zend_hash_clean(&((*disabled_class)->function_table)); [all...] |
| H A D | zend_execute_API.c | 150 EG(function_table) = CG(function_table); 294 zend_hash_apply(EG(function_table), (apply_func_t) zend_cleanup_function_data_full TSRMLS_CC); 296 zend_hash_reverse_apply(EG(function_table), (apply_func_t) zend_cleanup_function_data TSRMLS_CC); 308 zend_hash_apply(EG(function_table), (apply_func_t) clean_non_persistent_function_full TSRMLS_CC); 311 zend_hash_reverse_apply(EG(function_table), (apply_func_t) clean_non_persistent_function TSRMLS_CC); 716 int call_user_function(HashTable *function_table, zval **object_pp, zval *function_name, zval *retval_ptr, zend_uint param_count, zval *params[] TSRMLS_DC) /* {{{ */ argument 731 ex_retval = call_user_function_ex(function_table, object_pp, function_name, &local_retval_ptr, param_count, params_array, 1, NULL TSRMLS_CC); 744 int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name, zval **retval_ptr_ptr, zend_uint param_count, zval **params[], int no_separation, HashTable *symbol_table TSRMLS_DC) /* {{{ */ argument 749 fci.function_table [all...] |
| H A D | zend_globals.h | 59 /* excpt.h on Digital Unix 4.0 defines function_table */ 60 #undef function_table macro 97 HashTable *function_table; /* function symbol table */ member in struct:_zend_compiler_globals 195 HashTable *function_table; /* function symbol table */ member in struct:_zend_executor_globals
|
| H A D | zend_interfaces.c | 40 HashTable *function_table; local 48 /*fci.function_table = NULL; will be read form zend_class_entry of object if needed */ 61 fci.function_table = !object_pp ? EG(function_table) : NULL; 71 function_table = &obj_ce->function_table; 73 function_table = EG(function_table); 76 if (zend_hash_find(function_table, function_name, function_name_len+1, (void **) &fcic.function_handler) == FAILURE) {
|
| H A D | zend_compile.c | 1231 if (zend_hash_add(&CG(active_class_entry)->function_table, lcname, name_len+1, &op_array, sizeof(zend_op_array), (void **) &CG(active_op_array)) == FAILURE) { 1360 zend_hash_update(CG(function_table), opline->op1.u.constant.value.str.val, opline->op1.u.constant.value.str.len, &op_array, sizeof(zend_op_array), (void **) &CG(active_op_array)); 1572 if ((zend_hash_find(CG(function_table), lcname, function_name->u.constant.value.str.len+1, (void **) &function)==FAILURE) || 2479 if (zend_hash_find(&ce->parent->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME), (void **)&function)==SUCCESS) { 2481 zend_hash_update(&ce->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME), function, sizeof(zend_function), NULL); 2489 if (!zend_hash_exists(&ce->function_table, lc_class_name, ce->name_length+1)) { 2491 if (!zend_hash_exists(&ce->function_table, lc_parent_class_name, ce->parent->name_length+1) && 2492 zend_hash_find(&ce->parent->function_table, lc_parent_class_name, ce->parent->name_length+1, (void **)&function)==SUCCESS) { 2495 zend_hash_update(&ce->function_table, lc_parent_class_name, ce->parent->name_length+1, function, sizeof(zend_function), NULL); 2876 zend_hash_merge_ex(&ce->function_table, 2952 do_bind_function(zend_op *opline, HashTable *function_table, zend_bool compile_time) argument [all...] |
| H A D | zend_API.h | 45 HashTable *function_table; member in struct:_zend_fcall_info 254 ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int type TSRMLS_DC); 255 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable *function_table TSRMLS_DC); 434 ZEND_API int call_user_function(HashTable *function_table, zval **object_pp, zval *function_name, zval *retval_ptr, zend_uint param_count, zval *params[] TSRMLS_DC); 435 ZEND_API int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name, zval **retval_ptr_ptr, zend_uint param_count, zval **params[], int no_separation, HashTable *symbol_table TSRMLS_DC);
|
| /PHP_5_3/ext/soap/ |
| H A D | soap.c | 1029 fci.function_table = &Z_OBJCE_P(getThis())->function_table; 1475 ft = &(Z_OBJCE_P(service->soap_object)->function_table); 1477 ft = &service->soap_class.ce->function_table; 1479 ft = EG(function_table); 1550 if (zend_hash_find(EG(function_table), key, key_len+1, (void**)&f) == FAILURE) { 1572 if (zend_hash_find(EG(function_table), key, key_len+1, (void**)&f) == FAILURE) { 1617 HashTable *function_table; local 1657 if (call_user_function(EG(function_table), NULL, &readfile, &readfile_ret, 1, ¶m TSRMLS_CC) == FAILURE) { 1707 zend_hash_exists(EG(function_table), "gzinflat [all...] |