Home
last modified time | relevance | path

Searched refs:function_table (Results 26 – 50 of 83) sorted by relevance

1234

/php-src/Zend/
H A Dzend_execute_API.c147 EG(function_table) = CG(function_table); in init_executor()
191 EG(persistent_functions_count) = EG(function_table)->nNumUsed; in init_executor()
308 ZEND_HASH_MAP_REVERSE_FOREACH_VAL(EG(function_table), zv) { in zend_shutdown_executor_values()
363 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) { in zend_shutdown_executor_values()
434 zend_hash_discard(EG(function_table), EG(persistent_functions_count)); in shutdown_executor()
440 zend_hash_reverse_apply(EG(function_table), clean_non_persistent_function_full); in shutdown_executor()
443 ZEND_HASH_MAP_REVERSE_FOREACH_STR_KEY_VAL(EG(function_table), key, zv) { in shutdown_executor()
H A Dzend_API.c2860 HashTable *target_function_table = function_table; in zend_register_functions()
2872 target_function_table = CG(function_table); in zend_register_functions()
3146 HashTable *target_function_table = function_table; in zend_unregister_functions()
3151 target_function_table = CG(function_table); in zend_unregister_functions()
3544 zend_hash_str_del(CG(function_table), function_name, function_name_length); in zend_disable_function()
3578 zend_hash_rehash(CG(function_table)); in zend_disable_functions()
3634 ZEND_HASH_MAP_FOREACH_PTR(&disabled_class->function_table, fn) { in zend_disable_class()
3640 zend_hash_clean(&disabled_class->function_table); in zend_disable_class()
3854 ftable = &fcc->calling_scope->function_table; in zend_is_callable_check_func()
3869 ftable = &ce_org->function_table; in zend_is_callable_check_func()
[all …]
H A Dzend_builtin_functions.c865 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in ZEND_FUNCTION()
907 func = zend_hash_find_ptr(&ce->function_table, lcname); in ZEND_FUNCTION()
1127 exists = zend_hash_exists(EG(function_table), lcname); in ZEND_FUNCTION()
1387 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(EG(function_table), key, func) { in ZEND_FUNCTION()
2143 ZEND_HASH_MAP_FOREACH_PTR(CG(function_table), zif) { in ZEND_FUNCTION()
H A Dzend_opcode.c402 zend_hash_destroy(&ce->function_table); in destroy_zend_class()
469 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, fn) { in destroy_zend_class()
482 zend_hash_destroy(&ce->function_table); in destroy_zend_class()
H A Dzend.h163 HashTable function_table; member
/php-src/ext/opcache/
H A Dzend_accelerator_module.c435 …if ((old_function = zend_hash_str_find_ptr(CG(function_table), "file_exists", sizeof("file_exists"…
439 …if ((old_function = zend_hash_str_find_ptr(CG(function_table), "is_file", sizeof("is_file")-1)) !=…
443 …if ((old_function = zend_hash_str_find_ptr(CG(function_table), "is_readable", sizeof("is_readable"…
717 if (zend_hash_num_elements(&ZCSG(preload_script)->script.function_table)) {
721 ZEND_HASH_MAP_FOREACH_PTR(&ZCSG(preload_script)->script.function_table, op_array) {
H A Dzend_file_cache.c726 …zend_file_cache_serialize_hash(&ce->function_table, script, info, buf, zend_file_cache_serialize_f…
946 …zend_file_cache_serialize_hash(&new_script->script.function_table, script, info, buf, zend_file_ca…
1569 zend_file_cache_unserialize_hash(&ce->function_table,
1764 zend_file_cache_unserialize_hash(&script->script.function_table,
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c379 …, type, (int) ZSTR_LEN(ce->name), ZSTR_VAL(ce->name), zend_hash_num_elements(&ce->function_table)); in phpdbg_print_class_name()
434 ZEND_HASH_MAP_FOREACH_PTR(EG(function_table), zf) { in PHPDBG_INFO()
H A Dphpdbg_utils.c187 func = zend_hash_find_ptr(&ce->function_table, lfname); in phpdbg_get_function()
190 func = zend_hash_find_ptr(EG(function_table), lfname); in phpdbg_get_function()
H A Dphpdbg_bp.c574 HashTable *func_table = EG(function_table); in phpdbg_resolve_opline_break()
610 func_table = &ce->function_table; in phpdbg_resolve_opline_break()
1566 HashTable *function_table; in phpdbg_print_breakpoints() local
1570 ZEND_HASH_MAP_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], function_table) { in phpdbg_print_breakpoints()
1573 ZEND_HASH_MAP_FOREACH_PTR(function_table, brake) { in phpdbg_print_breakpoints()
H A Dphpdbg.c538 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(EG(function_table), name, func) { in PHP_FUNCTION()
555 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, func) { in PHP_FUNCTION()
1014 zend_hash_num_elements(EG(function_table)), in phpdbg_welcome()
/php-src/ext/zend_test/
H A Dtest_arginfo.h537 …bute_arg0_0 = zend_add_parameter_attribute(zend_hash_str_find_ptr(CG(function_table), "zend_test_p… in register_test_symbols()
738 …zend_add_function_attribute(zend_hash_str_find_ptr(&class_entry->function_table, "testmethod", siz… in register_class_ZendAttributeTest()
871 … = zend_add_parameter_attribute(zend_hash_str_find_ptr(&class_entry->function_table, "no_override"… in register_class_ZendTestClassWithMethodWithParameterAttribute()
879 … = zend_add_parameter_attribute(zend_hash_str_find_ptr(&class_entry->function_table, "override", s… in register_class_ZendTestClassWithMethodWithParameterAttribute()
898 … = zend_add_parameter_attribute(zend_hash_str_find_ptr(&class_entry->function_table, "override", s… in register_class_ZendTestChildClassWithMethodWithParameterAttribute()
H A Dobserver.c309 if ((func = zend_hash_find_ptr(EG(function_table), funcname))) { in ZEND_INI_MH()
332 if ((func = zend_hash_find_ptr(EG(function_table), funcname))) { in ZEND_INI_MH()
/php-src/ext/mysqli/
H A Dmysqli_arginfo.h1171 …zend_add_parameter_attribute(zend_hash_str_find_ptr(CG(function_table), "mysqli_change_user", size… in register_mysqli_symbols()
1173 …zend_add_parameter_attribute(zend_hash_str_find_ptr(CG(function_table), "mysqli_connect", sizeof("… in register_mysqli_symbols()
1175 …zend_add_parameter_attribute(zend_hash_str_find_ptr(CG(function_table), "mysqli_real_connect", siz… in register_mysqli_symbols()
1329 …zend_add_parameter_attribute(zend_hash_str_find_ptr(&class_entry->function_table, "__construct", s… in register_class_mysqli()
1331 …zend_add_parameter_attribute(zend_hash_str_find_ptr(&class_entry->function_table, "change_user", s… in register_class_mysqli()
1333 …zend_add_parameter_attribute(zend_hash_str_find_ptr(&class_entry->function_table, "connect", sizeo… in register_class_mysqli()
1335 …zend_add_parameter_attribute(zend_hash_str_find_ptr(&class_entry->function_table, "real_connect", … in register_class_mysqli()
/php-src/ext/readline/
H A Dreadline_cli.c561 …rator_func(lc_text, textlen, &cli_completion_state, ce ? &ce->function_table : EG(function_table)); in cli_completion_generator()
/php-src/ext/odbc/
H A Dodbc_arginfo.h496 …zend_add_parameter_attribute(zend_hash_str_find_ptr(CG(function_table), "odbc_connect", sizeof("od… in register_odbc_symbols()
498 …zend_add_parameter_attribute(zend_hash_str_find_ptr(CG(function_table), "odbc_pconnect", sizeof("o… in register_odbc_symbols()
/php-src/ext/spl/
H A Dspl_iterators.c607 …intern->beginIteration = zend_hash_str_find_ptr(&intern->ce->function_table, "beginiteration", siz… in spl_recursive_it_it_construct()
611 …intern->endIteration = zend_hash_str_find_ptr(&intern->ce->function_table, "enditeration", sizeof(… in spl_recursive_it_it_construct()
615 …intern->callHasChildren = zend_hash_str_find_ptr(&intern->ce->function_table, "callhaschildren", s… in spl_recursive_it_it_construct()
619 …intern->callGetChildren = zend_hash_str_find_ptr(&intern->ce->function_table, "callgetchildren", s… in spl_recursive_it_it_construct()
623 …intern->beginChildren = zend_hash_str_find_ptr(&intern->ce->function_table, "beginchildren", sizeo… in spl_recursive_it_it_construct()
627 …intern->endChildren = zend_hash_str_find_ptr(&intern->ce->function_table, "endchildren", sizeof("e… in spl_recursive_it_it_construct()
631 …intern->nextElement = zend_hash_str_find_ptr(&intern->ce->function_table, "nextelement", sizeof("n… in spl_recursive_it_it_construct()
938 if ((function_handler = zend_hash_find_ptr(&Z_OBJCE_P(zobj)->function_table, method)) == NULL) { in spl_recursive_it_get_method()
1280 if ((function_handler = zend_hash_find_ptr(&intern->inner.ce->function_table, method)) == NULL) { in spl_dual_it_get_method()
H A Dspl_heap.c455 …intern->fptr_cmp = zend_hash_str_find_ptr(&class_type->function_table, "compare", sizeof("compare"… in spl_heap_object_new_ex()
460 intern->fptr_count = zend_hash_find_ptr(&class_type->function_table, ZSTR_KNOWN(ZEND_STR_COUNT)); in spl_heap_object_new_ex()
/php-src/ext/soap/
H A Dphp_http.c397 if (call_user_function(CG(function_table), (zval*)NULL, &func, &retval, n, params) == SUCCESS && in make_http_soap_request()
1282 zend_hash_str_exists(EG(function_table), "gzinflate", sizeof("gzinflate")-1)) { in make_http_soap_request()
1286 zend_hash_str_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")-1)) { in make_http_soap_request()
1299 if (call_user_function(CG(function_table), (zval*)NULL, &func, &retval, 1, params) == SUCCESS && in make_http_soap_request()
/php-src/sapi/embed/
H A DREADME.md24 zend_hash_num_elements(EG(function_table))
/php-src/ext/reflection/
H A Dphp_reflection.c427 count = zend_hash_num_elements(&ce->function_table); in _class_string()
431 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in _class_string()
445 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in _class_string()
497 count = zend_hash_num_elements(&ce->function_table) - count_static_funcs; in _class_string()
503 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in _class_string()
1108 ZEND_HASH_MAP_FOREACH_PTR(CG(function_table), fptr) { in _extension_string()
2435 fptr = zend_hash_find_ptr(EG(function_table), lcname); in ZEND_METHOD()
4537 } else if ((mptr = zend_hash_find_ptr(&ce->function_table, lc_name)) != NULL) { in ZEND_METHOD()
4584 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in ZEND_METHOD()
5309 if (zend_hash_exists(&trait->function_table, lcname)) { in ZEND_METHOD()
[all …]
/php-src/ext/ftp/
H A Dftp_arginfo.h295 …zend_add_parameter_attribute(zend_hash_str_find_ptr(CG(function_table), "ftp_login", sizeof("ftp_l… in register_ftp_symbols()
/php-src/ext/random/
H A Drandomizer.c49 generate_method = zend_hash_find_ptr(&engine_object->ce->function_table, mname); in randomizer_common_init()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c1153 …memcpy(&xmlreader_open_fn, zend_hash_str_find_ptr(&xmlreader_class_entry->function_table, "open", … in PHP_MINIT_FUNCTION()
1155 …memcpy(&xmlreader_xml_fn, zend_hash_str_find_ptr(&xmlreader_class_entry->function_table, "xml", si… in PHP_MINIT_FUNCTION()
/php-src/ext/pdo/
H A Dpdo_dbh_arginfo.h565 …zend_add_parameter_attribute(zend_hash_str_find_ptr(&class_entry->function_table, "__construct", s… in register_class_PDO()
567 …zend_add_parameter_attribute(zend_hash_str_find_ptr(&class_entry->function_table, "connect", sizeo… in register_class_PDO()

Completed in 173 milliseconds

1234