|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2019-10-22 08:53 UTC] cmb@php.net
-Assigned To:
+Assigned To: cmb
[2019-10-22 09:40 UTC] cmb@php.net
[2019-10-22 09:40 UTC] cmb@php.net
-Status: Assigned
+Status: Closed
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Description: ------------ The current name mangling for __stdcall and __fastcall functions yields wrong results for parameter types whose size is smaller than sizeof(size_t). For instance, void __fastcall foo(char a1) will be looked up as @foo@1 on 32bit, but is actually @foo@4.