3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo implode(',',array(trim(""),trim("")))."<br/>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uSJPv
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'implode'
          1        SEND_VAL                                                 '%2C'
          2        INIT_FCALL                                               'trim'
          3        SEND_VAL                                                 ''
          4        DO_ICALL                                         $0      
          5        INIT_ARRAY                                       ~1      $0
          6        INIT_FCALL                                               'trim'
          7        SEND_VAL                                                 ''
          8        DO_ICALL                                         $2      
          9        ADD_ARRAY_ELEMENT                                ~1      $2
         10        SEND_VAL                                                 ~1
         11        DO_ICALL                                         $3      
         12        CONCAT                                           ~4      $3, '%3Cbr%2F%3E'
         13        ECHO                                                     ~4
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.84 ms | 1394 KiB | 17 Q