3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$prj=explode(':','aaa:bbb:ccc:ddd:eee',4); $prj=explode(':','aaa:bbb:ccc',4); var_dump( $prj[3]); //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/ujCLt
function name:  (null)
number of ops:  11
compiled vars:  !0 = $prj
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '%3A'
          2        SEND_VAL                                                 'aaa%3Abbb%3Accc'
          3        SEND_VAL                                                 4
          4        DO_ICALL                                         $1      
          5        ASSIGN                                                   !0, $1
    6     6        INIT_FCALL                                               'var_dump'
          7        FETCH_DIM_R                                      ~3      !0, 3
          8        SEND_VAL                                                 ~3
          9        DO_ICALL                                                 
   12    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.28 ms | 1394 KiB | 17 Q