fork(1) download
  1. <?php
  2.  
  3. if( preg_match('/[\x00-\xFF][\x00-\xFF][\x00-\xFF]/', 'tex') ) {
  4. echo "found something\n";
  5. }
  6. echo '[\x00-\xFF][\x00-\xFF][\x00-\xFF]';
  7. // Uncommenting the line below will prevent correct program run
  8. //echo "[\x00-\xFF][\x00-\xFF][\x00-\xFF]";
Success #stdin #stdout 0.02s 52480KB
stdin
Standard input is empty
stdout
found something
[\x00-\xFF][\x00-\xFF][\x00-\xFF]