| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2004-07-14 15:45 UTC] php at hristov dot com
  [2004-09-10 05:36 UTC] curt@php.net
  [2004-09-18 20:57 UTC] vrana@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 07:00:01 2025 UTC | 
Description: ------------ No description needed. Reproduce code: --------------- var_dump((int) new stdClass()); Expected result: ---------------- 0 Actual result: -------------- object(stdClass)#2 (0) { }