Lines Matching refs:zval_ptr_dtor

267 			zval_ptr_dtor(arg);  in parse_arg_object_to_string()
299 zval_ptr_dtor(&z); in parse_arg_object_to_string()
1030 zval_ptr_dtor(&member); in zend_merge_property()
1586 zval_ptr_dtor(&tmp); /* write_property will add 1 to refcount */ in add_property_long_ex()
1587 zval_ptr_dtor(&z_key); in add_property_long_ex()
1604 zval_ptr_dtor(&tmp); /* write_property will add 1 to refcount */ in add_property_bool_ex()
1605 zval_ptr_dtor(&z_key); in add_property_bool_ex()
1622 zval_ptr_dtor(&tmp); /* write_property will add 1 to refcount */ in add_property_null_ex()
1623 zval_ptr_dtor(&z_key); in add_property_null_ex()
1640 zval_ptr_dtor(&tmp); /* write_property will add 1 to refcount */ in add_property_resource_ex()
1641 zval_ptr_dtor(&z_key); in add_property_resource_ex()
1658 zval_ptr_dtor(&tmp); /* write_property will add 1 to refcount */ in add_property_double_ex()
1659 zval_ptr_dtor(&z_key); in add_property_double_ex()
1676 zval_ptr_dtor(&tmp); /* write_property will add 1 to refcount */ in add_property_string_ex()
1677 zval_ptr_dtor(&z_key); in add_property_string_ex()
1694 zval_ptr_dtor(&tmp); /* write_property will add 1 to refcount */ in add_property_stringl_ex()
1695 zval_ptr_dtor(&z_key); in add_property_stringl_ex()
1708 zval_ptr_dtor(&z_key); in add_property_zval_ex()
3389 zval_ptr_dtor(&retval); in zend_fcall_info_call()
3427 zval_ptr_dtor(&ce->default_static_members_table[property_info.offset]); in zend_declare_property_ex()
3441 zval_ptr_dtor(&ce->default_properties_table[property_info.offset]); in zend_declare_property_ex()
3718 zval_ptr_dtor(&property); in zend_update_property()
3825 zval_ptr_dtor(&garbage); in zend_update_static_property()
3923 zval_ptr_dtor(&property); in zend_read_property()
3959 zval_ptr_dtor(&EG(user_error_handler)); in zend_replace_error_handling()
3974 zval_ptr_dtor(&EG(user_error_handler)); in zend_restore_error_handling()
3978 zval_ptr_dtor(&saved->user_handler); in zend_restore_error_handling()