3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr1 = array(1,9,5,9); $arr2 = array(6,2,4,1); $arr3 = array(3,7,8,0); array_multisort($arr1,$arr2,$arr3); pinrt_r($arr1); pinrt_r($arr2); pinrt_r($arr3);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kKU1J
function name:  (null)
number of ops:  18
compiled vars:  !0 = $arr1, !1 = $arr2, !2 = $arr3
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, <array>
    4     2        ASSIGN                                                   !2, <array>
    6     3        INIT_FCALL                                               'array_multisort'
          4        SEND_REF                                                 !0
          5        SEND_REF                                                 !1
          6        SEND_REF                                                 !2
          7        DO_ICALL                                                 
    8     8        INIT_FCALL_BY_NAME                                       'pinrt_r'
          9        SEND_VAR_EX                                              !0
         10        DO_FCALL                                      0          
    9    11        INIT_FCALL_BY_NAME                                       'pinrt_r'
         12        SEND_VAR_EX                                              !1
         13        DO_FCALL                                      0          
   10    14        INIT_FCALL_BY_NAME                                       'pinrt_r'
         15        SEND_VAR_EX                                              !2
         16        DO_FCALL                                      0          
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.66 ms | 1394 KiB | 15 Q