<?php $tag = '[person name="Jackson" family="Smith"]'; var_export(preg_match_all('~(?:\G|\[\w+) (\w+)="(\w+)"~', $tag, $out) ? array_combine($out[1], $out[2]) : []);
You have javascript disabled. You will not be able to edit any code.