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))))); $glue = '{-8]'; 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/nvcBY
function name:  (null)
number of ops:  38
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                                                 
   10    19        ASSIGN                                                   !1, '%7B-8%5D'
   11    20        INIT_FCALL                                               'var_dump'
         21        INIT_FCALL                                               'explode'
         22        SEND_VAR                                                 !1
         23        INIT_FCALL                                               'strip_tags'
         24        INIT_FCALL                                               'implode'
         25        SEND_VAR                                                 !1
         26        INIT_FCALL                                               'array_values'
         27        SEND_VAR                                                 !0
         28        DO_ICALL                                         $10     
         29        SEND_VAR                                                 $10
         30        DO_ICALL                                         $11     
         31        SEND_VAR                                                 $11
         32        DO_ICALL                                         $12     
         33        SEND_VAR                                                 $12
         34        DO_ICALL                                         $13     
         35        SEND_VAR                                                 $13
         36        DO_ICALL                                                 
         37      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.88 ms | 1388 KiB | 23 Q