|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2017-11-06 22:08 UTC] pollita@php.net
 
-Status: Open
+Status: Wont fix
  [2017-11-06 22:08 UTC] pollita@php.net
  [2017-11-06 22:49 UTC] jmichae35 at gmail dot com
  [2018-11-21 02:24 UTC] a at b dot c dot de
  [2018-11-23 17:41 UTC] jmichae35 at gmail dot com
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 05:00:02 2025 UTC | 
Description: ------------ need structs and unions like in C/C++. an anon class comes close, but is not quite it. and it needs to have byte alignment. Expected result: ---------------- struct { ... } ... union { ... } if you can obtain it from ANSI spec