3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = "TEST:11"; //list($name, $value) = array_map('trim', explode(':', $name, 2)); $arrAux = array_map('trim', explode(':', $name, 2)); /* $name = $arrAux[0]; $value = $arrAux[1]; */ var_dump($arrAux);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dJU1S
function name:  (null)
number of ops:  15
compiled vars:  !0 = $name, !1 = $arrAux
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'TEST%3A11'
    9     1        INIT_FCALL                                               'array_map'
          2        SEND_VAL                                                 'trim'
          3        INIT_FCALL                                               'explode'
          4        SEND_VAL                                                 '%3A'
          5        SEND_VAR                                                 !0
          6        SEND_VAL                                                 2
          7        DO_ICALL                                         $3      
          8        SEND_VAR                                                 $3
          9        DO_ICALL                                         $4      
         10        ASSIGN                                                   !1, $4
   15    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.59 ms | 1394 KiB | 19 Q