| /PHP_5_3/ext/com_dotnet/ |
| H A D | com_wrapper.c | 301 if (SUCCESS == call_user_function_ex(EG(function_table), &disp->object, *name, 506 zend_hash_internal_pointer_reset_ex(&Z_OBJCE_P(disp->object)->function_table, &pos); 508 zend_hash_get_current_key_ex(&Z_OBJCE_P(disp->object)->function_table,
|
| /PHP_5_3/ext/filter/ |
| H A D | callback_filter.c | 39 status = call_user_function_ex(EG(function_table), NULL, option_array, &retval_ptr, 1, args, 0, NULL TSRMLS_CC);
|
| /PHP_5_3/ext/pdo_sqlite/ |
| H A D | sqlite_driver.c | 329 fc->fci.function_table = EG(function_table); 493 collation->fc.fci.function_table = EG(function_table);
|
| /PHP_5_3/ext/readline/ |
| H A D | readline.c | 470 if (call_user_function(CG(function_table), NULL, _readline_completion, &_readline_array, 3, params TSRMLS_CC) == SUCCESS) { 540 call_user_function(CG(function_table), NULL, _prepped_callback, &dummy, 1, params TSRMLS_CC);
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 470 if (&ce->function_table) { 472 count = zend_hash_num_elements(&ce->function_table); 477 zend_hash_internal_pointer_reset_ex(&ce->function_table, &pos); 479 while (zend_hash_get_current_data_ex(&ce->function_table, (void **) &mptr, &pos) == SUCCESS) { 485 zend_hash_move_forward_ex(&ce->function_table, &pos); 495 zend_hash_internal_pointer_reset_ex(&ce->function_table, &pos); 497 while (zend_hash_get_current_data_ex(&ce->function_table, (void **) &mptr, &pos) == SUCCESS) { 504 zend_hash_move_forward_ex(&ce->function_table, &pos); 569 if (&ce->function_table) { 570 count = zend_hash_num_elements(&ce->function_table) [all...] |
| /PHP_5_3/ext/session/ |
| H A D | mod_user.c | 53 if (call_user_function(EG(function_table), NULL, func, retval, argc, argv TSRMLS_CC) == FAILURE) {
|
| /PHP_5_3/ext/spl/ |
| H A D | php_spl.c | 554 zend_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &spl_func_ptr); 580 zend_hash_find(EG(function_table), "spl_autoload_call", sizeof("spl_autoload_call"), (void **) &EG(autoload_func)); 582 zend_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &EG(autoload_func)); 652 zend_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &spl_func_ptr); 677 if (zend_hash_find(EG(function_table), ZEND_AUTOLOAD_FUNC_NAME, sizeof(ZEND_AUTOLOAD_FUNC_NAME), (void **) &fptr) == SUCCESS) { 685 zend_hash_find(EG(function_table), "spl_autoload_call", sizeof("spl_autoload_call"), (void **) &fptr);
|
| H A D | spl_fixedarray.c | 253 zend_hash_find(&class_type->function_table, "rewind", sizeof("rewind"), (void **) &class_type->iterator_funcs.zf_rewind); 254 zend_hash_find(&class_type->function_table, "valid", sizeof("valid"), (void **) &class_type->iterator_funcs.zf_valid); 255 zend_hash_find(&class_type->function_table, "key", sizeof("key"), (void **) &class_type->iterator_funcs.zf_key); 256 zend_hash_find(&class_type->function_table, "current", sizeof("current"), (void **) &class_type->iterator_funcs.zf_current); 257 zend_hash_find(&class_type->function_table, "next", sizeof("next"), (void **) &class_type->iterator_funcs.zf_next); 276 zend_hash_find(&class_type->function_table, "offsetget", sizeof("offsetget"), (void **) &intern->fptr_offset_get); 280 zend_hash_find(&class_type->function_table, "offsetset", sizeof("offsetset"), (void **) &intern->fptr_offset_set); 284 zend_hash_find(&class_type->function_table, "offsetexists", sizeof("offsetexists"), (void **) &intern->fptr_offset_has); 288 zend_hash_find(&class_type->function_table, "offsetunset", sizeof("offsetunset"), (void **) &intern->fptr_offset_del); 292 zend_hash_find(&class_type->function_table, "coun [all...] |
| H A D | spl_array.c | 228 zend_hash_find(&class_type->function_table, "offsetget", sizeof("offsetget"), (void **) &intern->fptr_offset_get); 232 zend_hash_find(&class_type->function_table, "offsetset", sizeof("offsetset"), (void **) &intern->fptr_offset_set); 236 zend_hash_find(&class_type->function_table, "offsetexists", sizeof("offsetexists"), (void **) &intern->fptr_offset_has); 240 zend_hash_find(&class_type->function_table, "offsetunset", sizeof("offsetunset"), (void **) &intern->fptr_offset_del); 244 zend_hash_find(&class_type->function_table, "count", sizeof("count"), (void **) &intern->fptr_count); 248 zend_hash_find(&class_type->function_table, "serialize", sizeof("serialize"), (void **) &intern->fptr_serialize); 252 zend_hash_find(&class_type->function_table, "unserialize", sizeof("unserialize"), (void **) &intern->fptr_unserialize); 261 zend_hash_find(&class_type->function_table, "rewind", sizeof("rewind"), (void **) &class_type->iterator_funcs.zf_rewind); 262 zend_hash_find(&class_type->function_table, "valid", sizeof("valid"), (void **) &class_type->iterator_funcs.zf_valid); 263 zend_hash_find(&class_type->function_table, "ke [all...] |
| H A D | spl_dllist.c | 431 zend_hash_find(&class_type->function_table, "offsetget", sizeof("offsetget"), (void **) &intern->fptr_offset_get); 435 zend_hash_find(&class_type->function_table, "offsetset", sizeof("offsetset"), (void **) &intern->fptr_offset_set); 439 zend_hash_find(&class_type->function_table, "offsetexists", sizeof("offsetexists"), (void **) &intern->fptr_offset_has); 443 zend_hash_find(&class_type->function_table, "offsetunset", sizeof("offsetunset"), (void **) &intern->fptr_offset_del); 447 zend_hash_find(&class_type->function_table, "count", sizeof("count"), (void **) &intern->fptr_count);
|
| /PHP_5_3/ext/standard/ |
| H A D | assert.c | 217 call_user_function(CG(function_table), NULL, ASSERTG(callback), retval, 3, args TSRMLS_CC);
|
| H A D | var_unserializer.re | 381 zend_hash_exists(&Z_OBJCE_PP(rval)->function_table, "__wakeup", sizeof("__wakeup"))) { 384 call_user_function_ex(CG(function_table), rval, &fname, &retval_ptr, 0, 0, 1, NULL TSRMLS_CC); 675 if (call_user_function_ex(CG(function_table), NULL, user_func, &retval_ptr, 1, args, 0, NULL TSRMLS_CC) != SUCCESS) {
|
| /PHP_5_3/sapi/apache_hooks/ |
| H A D | sapi_apache.c | 106 call_user_function_ex(EG(function_table), &class, method, ret, 0, NULL, 0, NULL TSRMLS_CC);
|
| /PHP_5_3/sapi/cli/ |
| H A D | php_cli_readline.c | 399 retval = cli_completion_generator_func(lc_text, textlen, &cli_completion_state, pce ? &(*pce)->function_table : EG(function_table) TSRMLS_CC);
|
| /PHP_5_3/sapi/milter/ |
| H A D | php_milter.c | 156 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 0, NULL TSRMLS_CC); 227 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 1, param TSRMLS_CC); 261 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 1, param TSRMLS_CC); 301 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 1, param TSRMLS_CC); 341 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 1, param TSRMLS_CC); 380 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 2, param TSRMLS_CC); 412 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 0, NULL TSRMLS_CC); 446 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 1, param TSRMLS_CC); 477 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 0, NULL TSRMLS_CC); 506 status = call_user_function(CG(function_table), NUL [all...] |
| /PHP_5_3/Zend/ |
| H A D | zend.c | 39 # define GLOBAL_FUNCTION_TABLE CG(function_table) 492 compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable)); 493 zend_hash_init_ex(compiler_globals->function_table, 100, NULL, ZEND_FUNCTION_DTOR, 1, 0); 494 zend_hash_copy(compiler_globals->function_table, global_function_table, NULL, &tmp_func, sizeof(zend_function)); 519 if (compiler_globals->function_table != GLOBAL_FUNCTION_TABLE) { 520 zend_hash_destroy(compiler_globals->function_table); 521 free(compiler_globals->function_table); 679 compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable)); 682 *compiler_globals->function_table = *GLOBAL_FUNCTION_TABLE; 732 *GLOBAL_FUNCTION_TABLE = *compiler_globals->function_table; [all...] |
| 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_opcode.c | 161 zend_hash_apply(&(*pce)->function_table, (apply_func_t) zend_cleanup_function_data_full TSRMLS_CC); 191 zend_hash_destroy(&ce->function_table); 206 zend_hash_destroy(&ce->function_table); 423 zend_hash_apply(&class_entry->function_table, (apply_func_t) pass_two TSRMLS_CC);
|
| H A D | zend_object_handlers.c | 774 if (zend_hash_find(&ce->function_table, function_name_strval, function_name_strlen+1, (void **) &fbc)==SUCCESS 859 if (zend_hash_find(&zobj->ce->function_table, lc_method_name, method_len+1, (void **)&fbc) == FAILURE) { 894 if (zend_hash_find(&EG(scope)->function_table, lc_method_name, method_len+1, (void **) &priv_fbc)==SUCCESS 1000 if (!fbc && zend_hash_find(&ce->function_table, lc_function_name, function_name_strlen+1, (void **) &fbc)==FAILURE) { 1353 if (zend_hash_find(&ce->function_table, ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME), (void**)fptr_ptr) == FAILURE) {
|
| 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);
|
| H A D | zend_builtin_functions.c | 1027 zend_hash_internal_pointer_reset_ex(&ce->function_table, &pos); 1029 while (zend_hash_get_current_data_ex(&ce->function_table, (void **) &mptr, &pos) == SUCCESS) { 1044 zend_hash_get_current_key_ex(&ce->function_table, &key, &key_len, &num_index, 0, &pos) != HASH_KEY_IS_STRING || 1052 zend_hash_move_forward_ex(&ce->function_table, &pos); 1083 if (zend_hash_exists(&ce->function_table, lcname, method_len+1)) { 1275 retval = (zend_hash_find(EG(function_table), name, name_len+1, (void **)&func) == SUCCESS); 1644 zend_hash_apply_with_arguments(EG(function_table) TSRMLS_CC, (apply_func_args_t) copy_function_name, 2, internal, user); 1723 if (zend_hash_find(EG(function_table), LAMBDA_TEMP_FUNCNAME, sizeof(LAMBDA_TEMP_FUNCNAME), (void **) &func)==FAILURE) { 1735 } while (zend_hash_add(EG(function_table), function_name, function_name_length+1, &new_function, sizeof(zend_function), NULL)==FAILURE); 1736 zend_hash_del(EG(function_table), LAMBDA_TEMP_FUNCNAM [all...] |
| /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...] |