Home
last modified time | relevance | path

Searched defs:static_variables (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_closures.c609 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_get_debug_info() local
891 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_bind_var() local
899 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_bind_var_ex() local
H A Dzend_compile.h465 HashTable *static_variables; member
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c747 HashTable *static_variables; in _function_closure_string() local
1754 HashTable *static_variables = ZEND_MAP_PTR_GET(ops->static_variables_ptr); in ZEND_METHOD() local

Completed in 40 milliseconds