3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( 'fooo<', 'bar>', ); var_dump($array); $glue = '{-8]'; 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/5TlGr
function name:  (null)
number of ops:  41
compiled vars:  !0 = $array, !1 = $glue
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    7     1        INIT_FCALL                                               'var_dump'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                                 
   10     4        ASSIGN                                                   !1, '%7B-8%5D'
   11     5        INIT_FCALL                                               'var_dump'
          6        INIT_FCALL                                               'explode'
          7        SEND_VAR                                                 !1
          8        INIT_FCALL                                               'strip_tags'
          9        INIT_FCALL                                               'implode'
         10        SEND_VAR                                                 !1
         11        INIT_FCALL                                               'array_values'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                         $5      
         14        SEND_VAR                                                 $5
         15        DO_ICALL                                         $6      
         16        SEND_VAR                                                 $6
         17        DO_ICALL                                         $7      
         18        SEND_VAR                                                 $7
         19        DO_ICALL                                         $8      
         20        SEND_VAR                                                 $8
         21        DO_ICALL                                                 
   14    22        ASSIGN                                                   !1, '+%7B-8%5D+'
   15    23        INIT_FCALL                                               'var_dump'
         24        INIT_FCALL                                               'explode'
         25        SEND_VAR                                                 !1
         26        INIT_FCALL                                               'strip_tags'
         27        INIT_FCALL                                               'implode'
         28        SEND_VAR                                                 !1
         29        INIT_FCALL                                               'array_values'
         30        SEND_VAR                                                 !0
         31        DO_ICALL                                         $11     
         32        SEND_VAR                                                 $11
         33        DO_ICALL                                         $12     
         34        SEND_VAR                                                 $12
         35        DO_ICALL                                         $13     
         36        SEND_VAR                                                 $13
         37        DO_ICALL                                         $14     
         38        SEND_VAR                                                 $14
         39        DO_ICALL                                                 
         40      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.62 ms | 1401 KiB | 23 Q