3v4l.org

run code in 300+ PHP versions simultaneously
<?php $chars = 'ąćęłńóśżźĄĆĘŁŃÓŚŻŹ'; $chars = str_split($chars, 1); foreach ($chars as $char) { echo "array('" . $char . "')," . PHP_EOL; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 7, Position 2 = 13
Branch analysis from position: 7
2 jumps found. (Code = 78) Position 1 = 8, Position 2 = 13
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename:       /in/FAWWE
function name:  (null)
number of ops:  15
compiled vars:  !0 = $chars, !1 = $char
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, '%C4%85%C4%87%C4%99%C5%82%C5%84%C3%B3%C5%9B%C5%BC%C5%BA%C4%84%C4%86%C4%98%C5%81%C5%83%C3%93%C5%9A%C5%BB%C5%B9'
    5     1        INIT_FCALL                                               'str_split'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 1
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !0, $3
    7     6      > FE_RESET_R                                       $5      !0, ->13
          7    > > FE_FETCH_R                                               $5, !1, ->13
    8     8    >   CONCAT                                           ~6      'array%28%27', !1
          9        CONCAT                                           ~7      ~6, '%27%29%2C'
         10        CONCAT                                           ~8      ~7, '%0A'
         11        ECHO                                                     ~8
    7    12      > JMP                                                      ->7
         13    >   FE_FREE                                                  $5
    9    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.1 ms | 1395 KiB | 15 Q