3v4l.org

run code in 300+ PHP versions simultaneously
<?php list($a,$b)=explode('.','test',2); echo "$a --- $b";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oUnnM
function name:  (null)
number of ops:  15
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '.'
          2        SEND_VAL                                                 'test'
          3        SEND_VAL                                                 2
          4        DO_ICALL                                         $2      
          5        FETCH_LIST_R                                     $3      $2, 0
          6        ASSIGN                                                   !0, $3
          7        FETCH_LIST_R                                     $5      $2, 1
          8        ASSIGN                                                   !1, $5
          9        FREE                                                     $2
    4    10        ROPE_INIT                                     3  ~8      !0
         11        ROPE_ADD                                      1  ~8      ~8, '+---+'
         12        ROPE_END                                      2  ~7      ~8, !1
         13        ECHO                                                     ~7
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.14 ms | 1394 KiB | 15 Q