Home
last modified time | relevance | path

Searched refs:ZEND_MAP_PTR_SET (Results 1 – 14 of 14) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_map_ptr.h40 # define ZEND_MAP_PTR_SET(ptr, val) do { \ macro
69 # define ZEND_MAP_PTR_SET(ptr, val) do { \ macro
H A Dzend_closures.c173 ZEND_MAP_PTR_SET(my_function.op_array.run_time_cache, ptr); in ZEND_METHOD()
729 ZEND_MAP_PTR_SET(func->op_array.run_time_cache, ptr); in zend_create_closure()
730 ZEND_MAP_PTR_SET(closure->func.op_array.run_time_cache, ptr); in zend_create_closure()
737 ZEND_MAP_PTR_SET(closure->func.op_array.run_time_cache, ptr); in zend_create_closure()
H A Dzend_execute_API.c292 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in shutdown_executor()
309 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in shutdown_executor()
H A Dzend_opcode.c195 ZEND_MAP_PTR_SET(ce->static_members_table, NULL); in zend_cleanup_internal_class_data()
H A Dzend_object_handlers.c1360ZEND_MAP_PTR_SET(class_type->static_members_table, emalloc(sizeof(zval) * class_type->default_stat… in zend_class_init_statics()
H A Dzend_execute.c3678 ZEND_MAP_PTR_SET(op_array->run_time_cache, run_time_cache); in init_func_run_time_cache_i()
3742 ZEND_MAP_PTR_SET(op_array->run_time_cache, ptr); in i_init_code_execute_data()
H A Dzend_inheritance.c104 ZEND_MAP_PTR_SET(new_function->op_array.static_variables_ptr, static_properties_ptr); in zend_duplicate_user_function()
H A Dzend_compile.c1045 ZEND_MAP_PTR_SET(op_array->run_time_cache, NULL); in function_add_ref()
1341 ZEND_MAP_PTR_SET(op_array->run_time_cache, ptr); in zend_do_delayed_early_binding()
6925 ZEND_MAP_PTR_SET(op_array->run_time_cache, NULL); in zend_compile_func_decl()
H A Dzend_vm_def.h8707 ZEND_MAP_PTR_SET(EX(func)->op_array.static_variables_ptr, ht);
8713 ZEND_MAP_PTR_SET(EX(func)->op_array.static_variables_ptr, ht);
H A Dzend_vm_execute.h47868 ZEND_MAP_PTR_SET(EX(func)->op_array.static_variables_ptr, ht); in ZEND_BIND_STATIC_SPEC_CV_UNUSED_HANDLER()
47874 ZEND_MAP_PTR_SET(EX(func)->op_array.static_variables_ptr, ht); in ZEND_BIND_STATIC_SPEC_CV_UNUSED_HANDLER()
/PHP-8.0/ext/opcache/
H A Dzend_persist.c641 ZEND_MAP_PTR_SET(op_array->run_time_cache, NULL); in zend_persist_op_array()
710 ZEND_MAP_PTR_SET(op_array->run_time_cache, NULL); in zend_persist_class_method()
H A DZendAccelerator.c4563 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL);
4599 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL);
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c42 ZEND_MAP_PTR_SET(op_array->run_time_cache, run_time_cache); in _zend_jit_init_func_run_time_cache()
54 ZEND_MAP_PTR_SET(op_array->run_time_cache, run_time_cache); in zend_jit_init_func_run_time_cache_helper()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c1828 ZEND_MAP_PTR_SET(fptr->op_array.static_variables_ptr, ht); in ZEND_METHOD()

Completed in 296 milliseconds