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))))); $glueWithSpaces = ' {-8] '; var_dump(explode($glueWithSpaces, strip_tags(implode($glueWithSpaces, array_values($array)))));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Rr4GU
function name:  (null)
number of ops:  41
compiled vars:  !0 = $array, !1 = $glue, !2 = $glueWithSpaces
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                                         $6      
         14        SEND_VAR                                                 $6
         15        DO_ICALL                                         $7      
         16        SEND_VAR                                                 $7
         17        DO_ICALL                                         $8      
         18        SEND_VAR                                                 $8
         19        DO_ICALL                                         $9      
         20        SEND_VAR                                                 $9
         21        DO_ICALL                                                 
   14    22        ASSIGN                                                   !2, '+%7B-8%5D+'
   15    23        INIT_FCALL                                               'var_dump'
         24        INIT_FCALL                                               'explode'
         25        SEND_VAR                                                 !2
         26        INIT_FCALL                                               'strip_tags'
         27        INIT_FCALL                                               'implode'
         28        SEND_VAR                                                 !2
         29        INIT_FCALL                                               'array_values'
         30        SEND_VAR                                                 !0
         31        DO_ICALL                                         $12     
         32        SEND_VAR                                                 $12
         33        DO_ICALL                                         $13     
         34        SEND_VAR                                                 $13
         35        DO_ICALL                                         $14     
         36        SEND_VAR                                                 $14
         37        DO_ICALL                                         $15     
         38        SEND_VAR                                                 $15
         39        DO_ICALL                                                 
         40      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.82 ms | 1396 KiB | 23 Q