3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( 'fooo<', 'bar>', ); $glue = 'baz'; var_dump(explode($glue, strip_tags(implode($glue, array_values($array)))));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/67U5j
function name:  (null)
number of ops:  20
compiled vars:  !0 = $array, !1 = $glue
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    7     1        ASSIGN                                                   !1, 'baz'
    8     2        INIT_FCALL                                               'var_dump'
          3        INIT_FCALL                                               'explode'
          4        SEND_VAR                                                 !1
          5        INIT_FCALL                                               'strip_tags'
          6        INIT_FCALL                                               'implode'
          7        SEND_VAR                                                 !1
          8        INIT_FCALL                                               'array_values'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $4      
         11        SEND_VAR                                                 $4
         12        DO_ICALL                                         $5      
         13        SEND_VAR                                                 $5
         14        DO_ICALL                                         $6      
         15        SEND_VAR                                                 $6
         16        DO_ICALL                                         $7      
         17        SEND_VAR                                                 $7
         18        DO_ICALL                                                 
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.45 ms | 1394 KiB | 23 Q