3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = "TEST:11"; //list($name, $value) = array_map('trim', explode(':', $name, 2)); var_dump(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/CNVMG
function name:  (null)
number of ops:  23
compiled vars:  !0 = $name, !1 = $arrAux
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'TEST%3A11'
    7     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'explode'
          3        SEND_VAL                                                 '%3A'
          4        SEND_VAR                                                 !0
          5        SEND_VAL                                                 2
          6        DO_ICALL                                         $3      
          7        SEND_VAR                                                 $3
          8        DO_ICALL                                                 
    9     9        INIT_FCALL                                               'array_map'
         10        SEND_VAL                                                 'trim'
         11        INIT_FCALL                                               'explode'
         12        SEND_VAL                                                 '%3A'
         13        SEND_VAR                                                 !0
         14        SEND_VAL                                                 2
         15        DO_ICALL                                         $5      
         16        SEND_VAR                                                 $5
         17        DO_ICALL                                         $6      
         18        ASSIGN                                                   !1, $6
   15    19        INIT_FCALL                                               'var_dump'
         20        SEND_VAR                                                 !1
         21        DO_ICALL                                                 
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.8 ms | 1399 KiB | 19 Q