3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array(); array_push($a, "pic1"); array_push($a, "pic2"); array_push($a, "pic3"); array_push($a, "pic4"); $serializedData = serialize($a); echo $serializedData; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KK7Vq
function name:  (null)
number of ops:  23
compiled vars:  !0 = $a, !1 = $serializedData
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        INIT_FCALL                                               'array_push'
          2        SEND_REF                                                 !0
          3        SEND_VAL                                                 'pic1'
          4        DO_ICALL                                                 
    4     5        INIT_FCALL                                               'array_push'
          6        SEND_REF                                                 !0
          7        SEND_VAL                                                 'pic2'
          8        DO_ICALL                                                 
    5     9        INIT_FCALL                                               'array_push'
         10        SEND_REF                                                 !0
         11        SEND_VAL                                                 'pic3'
         12        DO_ICALL                                                 
    6    13        INIT_FCALL                                               'array_push'
         14        SEND_REF                                                 !0
         15        SEND_VAL                                                 'pic4'
         16        DO_ICALL                                                 
    8    17        INIT_FCALL                                               'serialize'
         18        SEND_VAR                                                 !0
         19        DO_ICALL                                         $7      
         20        ASSIGN                                                   !1, $7
    9    21        ECHO                                                     !1
   12    22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.58 ms | 1395 KiB | 17 Q