3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tags = '<meta itemprop="datePublished" content="Mon Mar 04 08:52:45 PST 2013"/>'; $tags = array_map('trim', explode(',', $tags['content'])); foreach($tags as $tag) { echo $tag; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 12, Position 2 = 15
Branch analysis from position: 12
2 jumps found. (Code = 78) Position 1 = 13, Position 2 = 15
Branch analysis from position: 13
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
filename:       /in/i0bvQ
function name:  (null)
number of ops:  17
compiled vars:  !0 = $tags, !1 = $tag
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%3Cmeta+itemprop%3D%22datePublished%22+content%3D%22Mon+Mar+04+08%3A52%3A45+PST+2013%22%2F%3E'
    4     1        INIT_FCALL                                               'array_map'
          2        SEND_VAL                                                 'trim'
          3        INIT_FCALL                                               'explode'
          4        SEND_VAL                                                 '%2C'
          5        FETCH_DIM_R                                      ~3      !0, 'content'
          6        SEND_VAL                                                 ~3
          7        DO_ICALL                                         $4      
          8        SEND_VAR                                                 $4
          9        DO_ICALL                                         $5      
         10        ASSIGN                                                   !0, $5
    6    11      > FE_RESET_R                                       $7      !0, ->15
         12    > > FE_FETCH_R                                               $7, !1, ->15
    8    13    >   ECHO                                                     !1
    6    14      > JMP                                                      ->12
         15    >   FE_FREE                                                  $7
    9    16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.73 ms | 1399 KiB | 17 Q