3v4l.org

run code in 300+ PHP versions simultaneously
<?PHP $a = array("Languidly", "Sententiously", "Apoplexy", "Vacillating", "Debonair", "Quixotic", "Misanthrope", "Neologism", "Precept", "Equanimity", "Presumptuous", "Superciliously", "Machination", "Effrontery", "Apprise", "Terminus", "Solicitor", "Mercenary (Adj) – Profit-oriented – ", "Tutelage", "Capacious"); natcasesort($a); $i = 0; while($i < count($a)) { echo $a[$i] + " () – – <br />"; $i++; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 6
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 6
Branch analysis from position: 13
Branch analysis from position: 6
filename:       /in/3CvuV
function name:  (null)
number of ops:  14
compiled vars:  !0 = $a, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL                                               'natcasesort'
          2        SEND_REF                                                 !0
          3        DO_ICALL                                                 
    7     4        ASSIGN                                                   !1, 0
    9     5      > JMP                                                      ->10
   11     6    >   FETCH_DIM_R                                      ~5      !0, !1
          7        ADD                                              ~6      ~5, '+%28%29+%E2%80%93++%E2%80%93+%3Cbr+%2F%3E'
          8        ECHO                                                     ~6
   12     9        PRE_INC                                                  !1
    9    10    >   COUNT                                            ~8      !0
         11        IS_SMALLER                                               !1, ~8
         12      > JMPNZ                                                    ~9, ->6
   13    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.06 ms | 1394 KiB | 15 Q