Searched refs:ZEND_MAP_PTR_GET (Results 1 – 11 of 11) sorted by relevance
38 # define ZEND_MAP_PTR_GET(ptr) \ macro60 # define ZEND_MAP_PTR_GET(ptr) \ macro
545 ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_get_debug_info()609 ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr) : NULL; in zend_closure_get_gc()714 if (!ZEND_MAP_PTR_GET(closure->func.op_array.run_time_cache) in zend_create_closure()720 if (!ZEND_MAP_PTR_GET(func->op_array.run_time_cache) in zend_create_closure()795 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_bind_var()803 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_bind_var_ex()
288 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in shutdown_executor()307 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in shutdown_executor()
698 ZEND_MAP_PTR_GET((op_array)->run_time_cache)
425 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in destroy_op_array()
82 if (ZEND_MAP_PTR_GET(func->op_array.static_variables_ptr)) { in zend_duplicate_user_function()84 new_function->op_array.static_variables = ZEND_MAP_PTR_GET(func->op_array.static_variables_ptr); in zend_duplicate_user_function()
233 ((zval*)ZEND_MAP_PTR_GET((ce)->static_members_table))
8433 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr);
46587 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr); in ZEND_BIND_STATIC_SPEC_CV_UNUSED_HANDLER()
4445 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in accel_preload()4480 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in accel_preload()
703 static_variables = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in _function_closure_string()1792 ht = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in ZEND_METHOD()
Completed in 197 milliseconds