Searched refs:ZEND_MAP_PTR_GET (Results 1 – 11 of 11) sorted by relevance
38 # define ZEND_MAP_PTR_GET(ptr) \ macro65 # define ZEND_MAP_PTR_GET(ptr) \ macro
558 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_get_debug_info()637 ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr) : NULL; in zend_closure_get_gc()712 if (!ZEND_MAP_PTR_GET(closure->func.op_array.run_time_cache) in zend_create_closure()718 if (!ZEND_MAP_PTR_GET(func->op_array.run_time_cache) in zend_create_closure()793 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_bind_var()801 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_bind_var_ex()
289 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in shutdown_executor()306 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in shutdown_executor()
707 ZEND_MAP_PTR_GET((op_array)->run_time_cache)
465 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in destroy_op_array()
101 HashTable *static_properties_ptr = ZEND_MAP_PTR_GET(func->op_array.static_variables_ptr); in zend_duplicate_user_function()
279 ((zval*)ZEND_MAP_PTR_GET((ce)->static_members_table))
8703 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr);
47864 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr); in ZEND_BIND_STATIC_SPEC_CV_UNUSED_HANDLER()
4559 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr);4594 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr);
739 static_variables = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in _function_closure_string()1824 ht = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in ZEND_METHOD()
Completed in 201 milliseconds