3v4l.org

run code in 500+ PHP versions simultaneously
<?php $arr = array('ei', 'kip'); sort($arr); echo "<pre>".print_r($arr,true)."</pre>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lEkUJ
function name:  (null)
number of ops:  12
compiled vars:  !0 = $arr
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
    4     1        INIT_FCALL                                                   'sort'
          2        SEND_REF                                                     !0
          3        DO_ICALL                                                     
    5     4        INIT_FCALL                                                   'print_r'
          5        SEND_VAR                                                     !0
          6        SEND_VAL                                                     <true>
          7        DO_ICALL                                             $3      
          8        CONCAT                                               ~4      '%3Cpre%3E', $3
          9        CONCAT                                               ~5      ~4, '%3C%2Fpre%3E'
         10        ECHO                                                         ~5
         11      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
165.28 ms | 2013 KiB | 15 Q