3v4l.org

run code in 300+ PHP versions simultaneously
<?php function parseCss($rawText) { $matches = array(); $selections = preg_match("/\/\* customize_(.+?) \*\/(.+?)\/\* customize_\1 \*\//",$rawText,$matches); } parseCss(' #page #header #logo a { /* customize_header_logo */ color: #ffffff; /* customize_header_logo */ /* customize_header_logo_text */ font: normal bold 32px Arial; /* customize_header_logo_text */ text-decoration:none; }');

preferences:
37.3 ms | 402 KiB | 5 Q