3v4l.org

run code in 300+ PHP versions simultaneously
<?php //echo current(explode(':','aaa:bbb:ccc:iuigfui',-1)); list(,$pass)=explode(':','aaa:bbb:ccc:iuigfui'); echo $pass; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/D6OLG
function name:  (null)
number of ops:  9
compiled vars:  !0 = $pass
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '%3A'
          2        SEND_VAL                                                 'aaa%3Abbb%3Accc%3Aiuigfui'
          3        DO_ICALL                                         $1      
          4        FETCH_LIST_R                                     $2      $1, 1
          5        ASSIGN                                                   !0, $2
          6        FREE                                                     $1
    7     7        ECHO                                                     !0
    9     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.97 ms | 1394 KiB | 15 Q