3v4l.org

run code in 300+ PHP versions simultaneously
<?php preg_match_all('/&lt;p&gt;\s.([a-zA-Z0-9- ]+)&lt;\/p&gt;/i', '&lt;p&gt; Picanto&lt;/p&gt; &lt;p&gt; Rio&lt;/p&gt; &lt;p&gt; ceed new&lt;/p&gt; &lt;p&gt; ceed sw new&lt;/p&gt; &lt;p&gt; pro ceed new&lt;/p&gt; &lt;p&gt; cerato&lt;/p&gt; &lt;p&gt; cerato KOUP&lt;/p&gt;', $result); echo '<pre>'.print_r($result[0], true).'</pre>';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nC6tP
function name:  (null)
number of ops:  14
compiled vars:  !0 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'preg_match_all'
          1        SEND_VAL                                                 '%2F%26lt%3Bp%26gt%3B%5Cs.%28%5Ba-zA-Z0-9-+%5D%2B%29%26lt%3B%5C%2Fp%26gt%3B%2Fi'
          2        SEND_VAL                                                 '%26lt%3Bp%26gt%3B+Picanto%26lt%3B%2Fp%26gt%3B+%26lt%3Bp%26gt%3B+Rio%26lt%3B%2Fp%26gt%3B+%26lt%3Bp%26gt%3B+ceed+new%26lt%3B%2Fp%26gt%3B+%26lt%3Bp%26gt%3B+ceed+sw+new%26lt%3B%2Fp%26gt%3B+%26lt%3Bp%26gt%3B+pro+ceed+new%26lt%3B%2Fp%26gt%3B+%26lt%3Bp%26gt%3B+cerato%26lt%3B%2Fp%26gt%3B+%26lt%3Bp%26gt%3B+cerato+KOUP%26lt%3B%2Fp%26gt%3B'
          3        SEND_REF                                                 !0
          4        DO_ICALL                                                 
    4     5        INIT_FCALL                                               'print_r'
          6        FETCH_DIM_R                                      ~2      !0, 0
          7        SEND_VAL                                                 ~2
          8        SEND_VAL                                                 <true>
          9        DO_ICALL                                         $3      
         10        CONCAT                                           ~4      '%3Cpre%3E', $3
         11        CONCAT                                           ~5      ~4, '%3C%2Fpre%3E'
         12        ECHO                                                     ~5
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.92 ms | 1394 KiB | 17 Q