3v4l.org

run code in 300+ PHP versions simultaneously
<?php class D{} $a = array(1,2,3); $b = new D(); $c = 'trololol'; var_dump(array_multisort($c));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dbPXh
function name:  (null)
number of ops:  12
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        NEW                                              $4      'D'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !1, $4
    5     4        ASSIGN                                                   !2, 'trololol'
    7     5        INIT_FCALL                                               'var_dump'
          6        INIT_FCALL                                               'array_multisort'
          7        SEND_REF                                                 !2
          8        DO_ICALL                                         $8      
          9        SEND_VAR                                                 $8
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Class D: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.32 ms | 1394 KiB | 17 Q