3v4l.org

run code in 300+ PHP versions simultaneously
tysdty<?php $ar=array('asas','sasas','asa'); array_push($ar,"sanjeev"); var_dump($ar); $b=array_po($ar); var_dump($b);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RopmD
function name:  (null)
number of ops:  17
compiled vars:  !0 = $ar, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     'tysdty'
    2     1        ASSIGN                                                   !0, <array>
    3     2        INIT_FCALL                                               'array_push'
          3        SEND_REF                                                 !0
          4        SEND_VAL                                                 'sanjeev'
          5        DO_ICALL                                                 
    4     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
    5     9        INIT_FCALL_BY_NAME                                       'array_po'
         10        SEND_VAR_EX                                              !0
         11        DO_FCALL                                      0  $5      
         12        ASSIGN                                                   !1, $5
    6    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !1
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.2 ms | 1394 KiB | 17 Q