Searched defs:function_table (Results 1 – 9 of 9) sorted by relevance
/PHP-7.3/ext/opcache/Optimizer/ |
H A D | zend_optimizer.h | 87 HashTable function_table; member
|
/PHP-7.3/Zend/ |
H A D | zend_globals.h | 79 HashTable *function_table; /* function symbol table */ member 149 HashTable *function_table; /* function symbol table */ member
|
H A D | zend.h | 122 HashTable function_table; member
|
H A D | zend_API.c | 2158 …(zend_class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int typ… in zend_register_functions() 2500 …ster_functions(const zend_function_entry *functions, int count, HashTable *function_table) /* {{{ … in zend_unregister_functions() 4277 HashTable *function_table; in zend_resolve_method_name() local
|
H A D | zend_API.h | 471 #define call_user_function(function_table, object, function_name, retval_ptr, param_count, params) \ argument 473 #define call_user_function_ex(function_table, object, function_name, retval_ptr, param_count, param… argument
|
H A D | zend_compile.c | 1036 …_function(const zend_op_array *op_array, const zend_op *opline, HashTable *function_table, zend_bo… in do_bind_function()
|
/PHP-7.3/ext/opcache/ |
H A D | ZendAccelerator.h | 193 HashTable function_table; member
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 1575 HashTable *function_table; in phpdbg_print_breakpoints() local
|
/PHP-7.3/ext/soap/ |
H A D | soap.c | 1494 HashTable *function_table; local
|
Completed in 100 milliseconds