php-src/ext/com_dotnet/tests
Christoph M. Becker 651e0cc187
Fix GH-8778: Integer arithmethic with large number variants fails
When casting a `variant` to `int`, we need to heed the proper `zval`
type, which is an signed 64bit integer on x64, while `VT_INT` is only
a signed 32bit integer.

Closes GH-8779.
2022-06-18 11:48:49 +02:00
..
27974.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug33386.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug34272.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug39596.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug39606.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
bug45280.phpt Remove the deprecated reflection export methods 2020-02-19 13:19:37 +01:00
bug49192.phpt Remove XFAIL section of a passing COM test 2020-04-14 17:31:06 +02:00
bug62474.phpt Fix #62474: com_event_sink crashes on certain arguments 2020-10-26 11:48:57 +01:00
bug63208.phpt Fix #63208: BSTR to PHP string conversion not binary safe 2020-06-29 19:05:02 +02:00
bug64130.phpt Fix #64130: COM obj parameters passed by reference are not updated 2020-08-26 14:50:04 +02:00
bug66322.phpt Fix #66322: COMPersistHelper::SaveToFile can save to wrong location 2020-02-06 14:59:55 +01:00
bug66431_0.phpt Run tidy 2020-09-18 14:28:32 +02:00
bug66431_1.phpt Run tidy 2020-09-18 14:28:32 +02:00
bug69939.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug72498.phpt Promote warnings to Error in COM extension 2020-09-21 14:32:00 +01:00
bug73679.phpt Clean up constructor handling in com_dotnet 2020-04-06 10:53:45 +02:00
bug77177.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
bug77578.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
bug77621.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
bug78650.phpt Fix #78650: new COM Crash 2019-10-09 14:09:02 +02:00
bug78694.phpt Fix #78694: Appending to a variant array causes segfault 2019-10-19 11:47:00 +02:00
bug79242.phpt Fix #79242: COM error constants don't match com_exception codes 2020-02-07 18:04:14 +01:00
bug79247.phpt Move test to its folder 2020-04-16 11:56:21 +02:00
bug79248.phpt Fix #79248: Traversing empty VT_ARRAY throws com_exception 2020-02-08 17:05:29 +01:00
bug79299.phpt Fix #79299: com_print_typeinfo prints duplicate variables 2020-02-23 23:31:36 +01:00
bug79332.phpt Add missing 'skip' to bug79332.phpt skip message 2020-03-26 23:14:10 +01:00
gh8778.phpt Fix GH-8778: Integer arithmethic with large number variants fails 2022-06-18 11:48:49 +02:00
variants.phpt Strip trailing line breaks and periods from Windows error messages 2020-11-12 16:42:28 +01:00
variants_x64.phpt Strip trailing line breaks and periods from Windows error messages 2020-11-12 16:42:28 +01:00