3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $data = "foo:*:1023:1000::/home/foo:/bin/sh"; $a = list($user, $pass, $uid, $gid, $gecos, $home, $shell) = explode(":", $data); echo " $user, $pass, $uid, $gid, $gecos, $home, $shell ";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kM72V
function name:  (null)
number of ops:  37
compiled vars:  !0 = $data, !1 = $a, !2 = $user, !3 = $pass, !4 = $uid, !5 = $gid, !6 = $gecos, !7 = $home, !8 = $shell
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 'foo%3A%2A%3A1023%3A1000%3A%3A%2Fhome%2Ffoo%3A%2Fbin%2Fsh'
    5     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%3A'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $10     
          5        FETCH_LIST_R                                     $11     $10, 0
          6        ASSIGN                                                   !2, $11
          7        FETCH_LIST_R                                     $13     $10, 1
          8        ASSIGN                                                   !3, $13
          9        FETCH_LIST_R                                     $15     $10, 2
         10        ASSIGN                                                   !4, $15
         11        FETCH_LIST_R                                     $17     $10, 3
         12        ASSIGN                                                   !5, $17
         13        FETCH_LIST_R                                     $19     $10, 4
         14        ASSIGN                                                   !6, $19
         15        FETCH_LIST_R                                     $21     $10, 5
         16        ASSIGN                                                   !7, $21
         17        FETCH_LIST_R                                     $23     $10, 6
         18        ASSIGN                                                   !8, $23
         19        ASSIGN                                                   !1, $10
    6    20        ROPE_INIT                                    15  ~27     '+'
         21        ROPE_ADD                                      1  ~27     ~27, !2
         22        ROPE_ADD                                      2  ~27     ~27, '%2C+'
         23        ROPE_ADD                                      3  ~27     ~27, !3
         24        ROPE_ADD                                      4  ~27     ~27, '%2C+'
         25        ROPE_ADD                                      5  ~27     ~27, !4
         26        ROPE_ADD                                      6  ~27     ~27, '%2C+'
         27        ROPE_ADD                                      7  ~27     ~27, !5
         28        ROPE_ADD                                      8  ~27     ~27, '%2C+'
         29        ROPE_ADD                                      9  ~27     ~27, !6
         30        ROPE_ADD                                     10  ~27     ~27, '%2C+'
         31        ROPE_ADD                                     11  ~27     ~27, !7
         32        ROPE_ADD                                     12  ~27     ~27, '%2C+'
         33        ROPE_ADD                                     13  ~27     ~27, !8
         34        ROPE_END                                     14  ~26     ~27, '+'
         35        ECHO                                                     ~26
         36      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.26 ms | 1401 KiB | 15 Q