3v4l.org

run code in 300+ PHP versions simultaneously
<?php $alphabit =array(“C”, “A”,”D”); //sort($alphabit); echo count($alphabit); echo "<br>". $alphabit[1]; /*for ( $i=0; $i< count($students) ;$i++) { echo "<br>". $students[$i]; }*/ ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nWEPZ
function name:  (null)
number of ops:  13
compiled vars:  !0 = $alphabit
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_CONSTANT                                   ~1      '%E2%80%9CC%E2%80%9D'
          1        INIT_ARRAY                                       ~2      ~1
          2        FETCH_CONSTANT                                   ~3      '%E2%80%9CA%E2%80%9D'
          3        ADD_ARRAY_ELEMENT                                ~2      ~3
          4        FETCH_CONSTANT                                   ~4      '%E2%80%9DD%E2%80%9D'
          5        ADD_ARRAY_ELEMENT                                ~2      ~4
          6        ASSIGN                                                   !0, ~2
    5     7        COUNT                                            ~6      !0
          8        ECHO                                                     ~6
    6     9        FETCH_DIM_R                                      ~7      !0, 1
         10        CONCAT                                           ~8      '%3Cbr%3E', ~7
         11        ECHO                                                     ~8
   11    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.25 ms | 1397 KiB | 13 Q