| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2000-10-16 15:31 UTC] hoglabogla at hotmail dot com
  [2000-10-23 05:21 UTC] stas@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 11:00:01 2025 UTC | 
$mask= "anything"; $mask= preg_replace("/\\/", "/a/", $mask); if( $mask ) echo "Empty? Hu? PHP-Bug?"; else echo "OK"; The preg_replace kills $mask, witch it shouldn't, i guess