3v4l.org

run code in 300+ PHP versions simultaneously
<?php function parseCss($rawText) { $selections = preg_match($rawText,"/\/\* customize_(.+?) \*\/(.+?)\/\* customize_\1 \*\//"); print_r($selections); } 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:
68.3 ms | 402 KiB | 5 Q