Home
last modified time | relevance | path

Searched refs:OBJ_RELEASE (Results 1 – 25 of 27) sorted by relevance

12

/php-src/Zend/
H A Dzend_objects_API.h45 #define OBJ_RELEASE(obj) zend_object_release(obj) macro
H A Dzend_objects.c204 OBJ_RELEASE(object); in zend_objects_destroy_object()
302 OBJ_RELEASE(new_object); in zend_objects_clone_members()
H A Dzend_exceptions.c107 OBJ_RELEASE(add_previous); in zend_exception_set_previous()
121 OBJ_RELEASE(add_previous); in zend_exception_set_previous()
187 OBJ_RELEASE(exception); in zend_throw_exception_internal()
236 OBJ_RELEASE(EG(prev_exception)); in zend_clear_exception()
245 OBJ_RELEASE(exception); in zend_clear_exception()
964 OBJ_RELEASE(ex); in zend_exception_error()
H A Dzend_object_handlers.c873 OBJ_RELEASE(zobj); in zend_std_read_property()
882 OBJ_RELEASE(zobj); in zend_std_read_property()
914 OBJ_RELEASE(zobj); in zend_std_read_property()
1115 OBJ_RELEASE(zobj); in zend_std_write_property()
1135 OBJ_RELEASE(zobj); in zend_std_write_property()
1229 OBJ_RELEASE(object); in zend_std_read_dimension()
1244 OBJ_RELEASE(object); in zend_std_read_dimension()
1275 OBJ_RELEASE(object); in zend_std_write_dimension()
1302 OBJ_RELEASE(object); in zend_std_has_dimension()
1537 OBJ_RELEASE(object); in zend_std_unset_dimension()
[all …]
H A Dzend_generators.c152 OBJ_RELEASE(Z_OBJ(execute_data->This)); in zend_generator_close()
277 OBJ_RELEASE(&parent->std); in zend_generator_dtor_storage()
347 OBJ_RELEASE(Z_OBJ_P(fast_call)); in zend_generator_dtor_storage()
365 OBJ_RELEASE(ZEND_CLOSURE_OBJECT(generator->func)); in zend_generator_free_storage()
629 OBJ_RELEASE(&new_root_parent->std); in zend_generator_update_current()
642 OBJ_RELEASE(&new_root_parent->std); in zend_generator_update_current()
H A Dzend_execute.c2269 OBJ_RELEASE(object); in zend_post_incdec_overloaded_property()
2282 OBJ_RELEASE(object); in zend_post_incdec_overloaded_property()
2298 OBJ_RELEASE(object); in zend_pre_incdec_overloaded_property()
2315 OBJ_RELEASE(object); in zend_pre_incdec_overloaded_property()
2330 OBJ_RELEASE(object); in zend_assign_op_overloaded_property()
2346 OBJ_RELEASE(object); in zend_assign_op_overloaded_property()
4693 OBJ_RELEASE(Z_OBJ(call->This)); in cleanup_unfinished_calls()
4749 OBJ_RELEASE(obj); in cleanup_live_vars()
5202 OBJ_RELEASE(&iter->std); in zend_fe_reset_iterator()
5215 OBJ_RELEASE(&iter->std); in zend_fe_reset_iterator()
[all …]
H A Dzend_vm_def.h2934 OBJ_RELEASE(Z_OBJ(execute_data->This)); in ZEND_VM_HOT_HELPER()
2936 OBJ_RELEASE(ZEND_CLOSURE_OBJECT(EX(func))); in ZEND_VM_HOT_HELPER()
2968 OBJ_RELEASE(Z_OBJ(execute_data->This)); in ZEND_VM_HOT_HELPER()
2970 OBJ_RELEASE(ZEND_CLOSURE_OBJECT(EX(func))); in ZEND_VM_HOT_HELPER()
4349 OBJ_RELEASE(Z_OBJ(call->This));
4787 OBJ_RELEASE(exception);
8074 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_VM_HELPER()
8486 OBJ_RELEASE(&iter->std);
8537 OBJ_RELEASE(Z_OBJ_P(fast_call));
8983 OBJ_RELEASE(object);
[all …]
H A Dzend.c1902 OBJ_RELEASE(EG(exception)); in zend_user_exception_handler()
1905 OBJ_RELEASE(old_exception); in zend_user_exception_handler()
H A Dzend_execute_API.c1048 OBJ_RELEASE(Z_OBJ(call->This)); in zend_call_function()
H A Dzend_API.h796 OBJ_RELEASE(fcc->object); in zend_fcc_dtor()
801 OBJ_RELEASE(fcc->closure); in zend_fcc_dtor()
H A Dzend_API.c737 OBJ_RELEASE(zobj); in zend_parse_arg_number_or_str_slow()
762 OBJ_RELEASE(zobj); in zend_parse_arg_str_weak()
H A Dzend_vm_execute.h1958 OBJ_RELEASE(Z_OBJ(call->This)); in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER()
2076 OBJ_RELEASE(Z_OBJ(call->This)); in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER()
2195 OBJ_RELEASE(Z_OBJ(call->This)); in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER()
3387 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3569 OBJ_RELEASE(object); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3713 OBJ_RELEASE(object); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
5034 OBJ_RELEASE(exception); in ZEND_CATCH_SPEC_CONST_HANDLER()
5849 OBJ_RELEASE(&iter->std); in ZEND_YIELD_FROM_SPEC_CONST_HANDLER()
15425 OBJ_RELEASE(&iter->std); in ZEND_YIELD_FROM_SPEC_TMPVAR_HANDLER()
38267 OBJ_RELEASE(Z_OBJ(call->This)); in ZEND_CALLABLE_CONVERT_SPEC_UNUSED_UNUSED_HANDLER()
[all …]
/php-src/ext/zend_test/
H A Dfiber.c205 OBJ_RELEASE(&fiber->target->std); in zend_test_fiber_object_free()
338 OBJ_RELEASE(&fiber->target->std); in ZEND_METHOD()
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c59 OBJ_RELEASE(Z_OBJ(execute_data->This)); in zend_jit_leave_nested_func_helper()
61 OBJ_RELEASE(ZEND_CLOSURE_OBJECT(EX(func))); in zend_jit_leave_nested_func_helper()
102 OBJ_RELEASE(ZEND_CLOSURE_OBJECT(EX(func))); in zend_jit_leave_top_func_helper()
188 OBJ_RELEASE(Z_OBJ(call->This)); in zend_jit_deprecated_helper()
H A Dzend_jit_helpers.c2693 OBJ_RELEASE(object); in _zend_jit_assign_op_overloaded_property()
2709 OBJ_RELEASE(object); in _zend_jit_assign_op_overloaded_property()
3002 OBJ_RELEASE(zobj); in zend_jit_pre_inc_obj_helper()
3015 OBJ_RELEASE(zobj); in zend_jit_pre_inc_obj_helper()
3072 OBJ_RELEASE(zobj); in zend_jit_pre_dec_obj_helper()
3085 OBJ_RELEASE(zobj); in zend_jit_pre_dec_obj_helper()
3137 OBJ_RELEASE(zobj); in zend_jit_post_inc_obj_helper()
3146 OBJ_RELEASE(zobj); in zend_jit_post_inc_obj_helper()
3198 OBJ_RELEASE(zobj); in zend_jit_post_dec_obj_helper()
3207 OBJ_RELEASE(zobj); in zend_jit_post_dec_obj_helper()
/php-src/ext/random/
H A Drandomizer.c83 OBJ_RELEASE(Z_OBJ_P(&engine)); in PHP_METHOD()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c736 OBJ_RELEASE(EG(prev_exception)); in phpdbg_handle_exception()
739 OBJ_RELEASE(ex); in phpdbg_handle_exception()
982 OBJ_RELEASE(ex); in PHPDBG_COMMAND()
/php-src/ext/com_dotnet/
H A Dcom_saproxy.c368 OBJ_RELEASE(&proxy->obj->zo); in saproxy_free_storage()
/php-src/ext/xml/
H A Dxml.c384 OBJ_RELEASE(parser->object); in xml_parser_free_obj()
1156 OBJ_RELEASE(parser->object); in PHP_FUNCTION()
/php-src/ext/standard/
H A Dvar.c1226 OBJ_RELEASE(Z_OBJ(tmp)); in php_var_serialize_intern()
1232 OBJ_RELEASE(Z_OBJ(tmp)); in php_var_serialize_intern()
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp1080 OBJ_RELEASE(date_obj); in PHP_FUNCTION()
/php-src/ext/curl/
H A Dinterface.c2278 OBJ_RELEASE(&ch->share->std); in _php_curl_setopt()
2862 OBJ_RELEASE(&ch->share->std); in curl_free_obj()
/php-src/ext/pdo/
H A Dpdo_stmt.c2459 OBJ_RELEASE(&row->stmt->std); in pdo_row_free_storage()
/php-src/ext/ffi/
H A Dffi.c926 OBJ_RELEASE(ZEND_CLOSURE_OBJECT(callback_data->fcc.function_handler)); in zend_ffi_callback_hash_dtor()
1865 OBJ_RELEASE(&cdata1->std); in zend_ffi_cdata_do_operation()
1901 OBJ_RELEASE(&cdata1->std); in zend_ffi_cdata_do_operation()
/php-src/ext/dom/
H A Dphp_dom.c1543 OBJ_RELEASE(&intern->parent_intern->std); in dom_object_namespace_node_free_storage()

Completed in 369 milliseconds

12