3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = ' \pm \cap \diamond \oplus \mp \cup \bigtriangleup \ominus \times \uplus \bigtriangledown \otimes \div \sqcap \triangleleft \oslash \ast \sqcup \triangleright \odot \star \vee \lhd \bigcirc \circ \wedge \rhd \dagger \bullet \setminus \unlhd \ddagger \cdot \wr \unrhd \amalg '; $x = array_filter(preg_split('/\s+/', $x)); sort($x); foreach ($x as $xx) { var_export($xx);echo ",\n"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 13, Position 2 = 19
Branch analysis from position: 13
2 jumps found. (Code = 78) Position 1 = 14, Position 2 = 19
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
filename:       /in/N6bjN
function name:  (null)
number of ops:  21
compiled vars:  !0 = $x, !1 = $xx
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '+%5Cpm++++++++++++++++++%5Ccap++++++++++++++++%5Cdiamond++++++++++++++++++++%5Coplus++++++%0A+%5Cmp++++++++++++++++++%5Ccup++++++++++++++++%5Cbigtriangleup++++++++++++++%5Cominus+++++%0A+%5Ctimes+++++++++++++++%5Cuplus++++++++++++++%5Cbigtriangledown++++++++++++%5Cotimes+++++%0A+%5Cdiv+++++++++++++++++%5Csqcap++++++++++++++%5Ctriangleleft+++++++++++++++%5Coslash+++++%0A+%5Cast+++++++++++++++++%5Csqcup++++++++++++++%5Ctriangleright++++++++++++++%5Codot+++++++%0A+%5Cstar++++++++++++++++%5Cvee++++++++++++++++%5Clhd++++++++++++++++++++%5Cbigcirc++++%0A+%5Ccirc++++++++++++++++%5Cwedge++++++++++++++%5Crhd++++++++++++++++++++%5Cdagger+++++%0A+%5Cbullet++++++++++++++%5Csetminus+++++++++++%5Cunlhd++++++++++++++%5Cddagger++++%0A+%5Ccdot++++++++++++++++%5Cwr+++++++++++++++++%5Cunrhd++++++++++++++%5Camalg++++++%0A'
   14     1        INIT_FCALL                                               'array_filter'
          2        INIT_FCALL                                               'preg_split'
          3        SEND_VAL                                                 '%2F%5Cs%2B%2F'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $3      
          6        SEND_VAR                                                 $3
          7        DO_ICALL                                         $4      
          8        ASSIGN                                                   !0, $4
   15     9        INIT_FCALL                                               'sort'
         10        SEND_REF                                                 !0
         11        DO_ICALL                                                 
   16    12      > FE_RESET_R                                       $7      !0, ->19
         13    > > FE_FETCH_R                                               $7, !1, ->19
   17    14    >   INIT_FCALL                                               'var_export'
         15        SEND_VAR                                                 !1
         16        DO_ICALL                                                 
         17        ECHO                                                     '%2C%0A'
   16    18      > JMP                                                      ->13
         19    >   FE_FREE                                                  $7
   18    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.61 ms | 1396 KiB | 21 Q