fork download
  1. <?php
  2. $data = ".container {
  3. -webkit-border-radius: !!1-10-30!!px;
  4. -moz-border-radius: !!1-10-30!!px;
  5. border-radius: !!1-10-30!!px;
  6. /* Internet Explorer */
  7. filter: alpha(opacity=!!2-80-100!!);
  8. /* CSS3 standard */
  9. opacity: 0.!!2-80-100!!;
  10. background-color:#ffffff;
  11. border: !!7-1-50!!px solid black;
  12. margin: !!3-3-10!!px !!4-5-30!!px !!3-3-10!!px !!4-5-30!!px;
  13. padding: !!5-5-15!!px;
  14. height: !!6-80-90!!%;";
  15.  
  16. preg_match_all("|!!(\d+)-(\d+)-(\d+)!!|siU", $data, $matches);
  17.  
  18. var_dump($mathces);
  19.  
  20.  
  21.  
  22. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
NULL