3v4l.org

run code in 500+ PHP versions simultaneously
<?php $re = '/\G(\w+\h*==\h*"[^"]*")(?:\h+(?:OR|AND)\h+|$)/'; $str = 'pageType == "static" OR pageType == "item" AND pageRef == "index"'; preg_match_all($re, $str, $matches); print_r($matches[1]);

preferences:
78.43 ms | 1268 KiB | 5 Q