| 
        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 GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 12: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 { }