<?php
$data = ".container {
	-webkit-border-radius: !!1-10-30!!px;
	-moz-border-radius: !!1-10-30!!px;
	border-radius: !!1-10-30!!px;
	/* Internet Explorer */
	filter: alpha(opacity=!!2-80-100!!);
	/* CSS3 standard */
	opacity: 0.!!2-80-100!!;
	background-color:#ffffff;
	border: !!7-1-50!!px solid black;
	margin: !!3-3-10!!px !!4-5-30!!px !!3-3-10!!px !!4-5-30!!px;
	padding: !!5-5-15!!px;
	height: !!6-80-90!!%;";

preg_match_all("|!!(\d+)-(\d+)-(\d+)!!|siU", $data, $matches);

var_dump($mathces);



?>