| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2014-11-03 09:41 UTC] requinix@php.net
 
-Status: Open
+Status: Feedback
  [2014-11-03 09:41 UTC] requinix@php.net
  [2014-12-30 10:42 UTC] php-bugs at lists dot php dot net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 09:00:01 2025 UTC | 
Description: ------------ In my project i try to generate some string with a la of special char ... when my code crash randomly i try use var_dump ... and var_dump crash O_o !!!! Test script: --------------- var_dump("<?"); or str_shuffle("<?"); Expected result: ---------------- var_dump(); -------------- string(2) "<?" str_shuffle(); -------------- <? or ?> Actual result: -------------- var_dump(); -------------- string(2) " str_shuffle(); -------------- no output