Searched defs:function_table (Results 1 – 8 of 8) sorted by relevance
/php-src/Zend/Optimizer/ |
H A D | zend_optimizer.h | 89 HashTable function_table; member
|
/php-src/Zend/ |
H A D | zend_globals.h | 95 HashTable *function_table; /* function symbol table */ member 187 HashTable *function_table; /* function symbol table */ member
|
H A D | zend.h | 163 HashTable function_table; member
|
H A D | zend_API.c | 2922 …(zend_class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int typ… in zend_register_functions() 3215 …ster_functions(const zend_function_entry *functions, int count, HashTable *function_table) /* {{{ … in zend_unregister_functions()
|
H A D | zend_API.h | 687 #define call_user_function(function_table, object, function_name, retval_ptr, param_count, params) \ argument 690 #define call_user_function_named(function_table, object, function_name, retval_ptr, param_count, pa… argument
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 1566 HashTable *function_table; in phpdbg_print_breakpoints() local
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit.c | 3061 void zend_jit_check_funcs(HashTable *function_table, bool is_method) { in zend_jit_check_funcs()
|
/php-src/ext/soap/ |
H A D | soap.c | 1271 HashTable *function_table; in PHP_METHOD() local
|
Completed in 58 milliseconds