1 2 3 4 5 6 7 8 9 10 11 12 | <?php if ( preg_match_all( '~(?(DEFINE)(?<content>\w+))(?><(?&content)>|\[(?&content)\]|\((?&content)\))~', '<123> [234] (45) 6 (<78>)', $m ) ) print_r($m); ?> |
PD9waHAKCmlmICgKICBwcmVnX21hdGNoX2FsbCgKICAgICd+KD8oREVGSU5FKSg/PGNvbnRlbnQ+XHcrKSkoPz48KD8mY29udGVudCk+fFxbKD8mY29udGVudClcXXxcKCg/JmNvbnRlbnQpXCkpficsCiAgICAnPDEyMz4gWzIzNF0gKDQ1KSA2ICg8Nzg+KScsCiAgICAkbQogICkKKQpwcmludF9yKCRtKTsKCj8+
-
upload with new input
-
result: Success time: 0.02s memory: 13064 kB returned value: 0
Array ( [0] => Array ( [0] => <123> [1] => [234] [2] => (45) [3] => <78> ) [content] => Array ( [0] => [1] => [2] => [3] => ) [1] => Array ( [0] => [1] => [2] => [3] => ) )


