|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull Requests
Pull requests: 
 HistoryAllCommentsChangesGit/SVN commits              [2017-12-30 13:31 UTC] iripvanwinkle at gmail dot com
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 04:00:01 2025 UTC | 
Description: ------------ I include common schema, and this schema use only for included in other schemas. When I call SoapClient::__getTypes it return types with missing properties. Expected result: ---------------- struct User { int Amount; string CurrencyCode; } Actual result: -------------- struct User { }