Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_map_ptr.h40 # define ZEND_MAP_PTR_SET(ptr, val) do { \ macro
64 # define ZEND_MAP_PTR_SET(ptr, val) do { \ macro
H A Dzend_closures.c170 ZEND_MAP_PTR_SET(my_function.op_array.run_time_cache, ptr); in ZEND_METHOD()
731 ZEND_MAP_PTR_SET(func->op_array.run_time_cache, ptr); in zend_create_closure()
732 ZEND_MAP_PTR_SET(closure->func.op_array.run_time_cache, ptr); in zend_create_closure()
739 ZEND_MAP_PTR_SET(closure->func.op_array.run_time_cache, ptr); in zend_create_closure()
H A Dzend_execute_API.c293 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in shutdown_executor()
312 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in shutdown_executor()
H A Dzend_opcode.c175 ZEND_MAP_PTR_SET(ce->static_members_table, NULL); in zend_cleanup_internal_class_data()
H A Dzend_object_handlers.c1485ZEND_MAP_PTR_SET(class_type->static_members_table, emalloc(sizeof(zval) * class_type->default_stat… in zend_class_init_statics()
H A Dzend_execute.c3639 ZEND_MAP_PTR_SET(op_array->run_time_cache, run_time_cache); in init_func_run_time_cache_i()
3703 ZEND_MAP_PTR_SET(op_array->run_time_cache, ptr); in i_init_code_execute_data()
H A Dzend_compile.c1011 ZEND_MAP_PTR_SET(op_array->run_time_cache, NULL); in function_add_ref()
1181 ZEND_MAP_PTR_SET(op_array->run_time_cache, ptr); in zend_do_delayed_early_binding()
5998 ZEND_MAP_PTR_SET(op_array->run_time_cache, NULL); in zend_compile_func_decl()
H A Dzend_vm_def.h8437 ZEND_MAP_PTR_SET(EX(func)->op_array.static_variables_ptr, ht);
8443 ZEND_MAP_PTR_SET(EX(func)->op_array.static_variables_ptr, ht);
H A Dzend_vm_execute.h46591 ZEND_MAP_PTR_SET(EX(func)->op_array.static_variables_ptr, ht); in ZEND_BIND_STATIC_SPEC_CV_UNUSED_HANDLER()
46597 ZEND_MAP_PTR_SET(EX(func)->op_array.static_variables_ptr, ht); in ZEND_BIND_STATIC_SPEC_CV_UNUSED_HANDLER()
/PHP-7.4/ext/opcache/
H A Dzend_persist.c556 ZEND_MAP_PTR_SET(op_array->run_time_cache, NULL); in zend_persist_op_array()
617 ZEND_MAP_PTR_SET(op_array->run_time_cache, NULL); in zend_persist_class_method()
H A DZendAccelerator.c4449 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in accel_preload()
4485 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in accel_preload()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1796 ZEND_MAP_PTR_SET(fptr->op_array.static_variables_ptr, ht); in ZEND_METHOD()

Completed in 273 milliseconds