Home
last modified time | relevance | path

Searched defs:function_table (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/Zend/Optimizer/
H A Dzend_optimizer.h89 HashTable function_table; member
/PHP-8.3/Zend/
H A Dzend_globals.h93 HashTable *function_table; /* function symbol table */ member
182 HashTable *function_table; /* function symbol table */ member
H A Dzend.h163 HashTable function_table; member
H A Dzend_API.c2798 …(zend_class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int typ… in zend_register_functions()
3063 …ster_functions(const zend_function_entry *functions, int count, HashTable *function_table) /* {{{ … in zend_unregister_functions()
H A Dzend_API.h680 #define call_user_function(function_table, object, function_name, retval_ptr, param_count, params) \ argument
683 #define call_user_function_named(function_table, object, function_name, retval_ptr, param_count, pa… argument
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_bp.c1566 HashTable *function_table; in phpdbg_print_breakpoints() local
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c4312 void zend_jit_check_funcs(HashTable *function_table, bool is_method) { in zend_jit_check_funcs()
/PHP-8.3/ext/soap/
H A Dsoap.c1158 HashTable *function_table; local

Completed in 82 milliseconds