3v4l.org

run code in 300+ PHP versions simultaneously
<?php $locale_success = setlocale(LC_ALL, 'hr_HR','hrv_HRV', 'hr', 'hrv', 'croatian', 'hrvatski', 'Croatian', 'Hrvatski', 'hr_HR.utf8'); var_dump($locale_success); var_dump( ctype_alpha('č') );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4VKEn
function name:  (null)
number of ops:  23
compiled vars:  !0 = $locale_success
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'setlocale'
          1        SEND_VAL                                                 6
          2        SEND_VAL                                                 'hr_HR'
          3        SEND_VAL                                                 'hrv_HRV'
          4        SEND_VAL                                                 'hr'
          5        SEND_VAL                                                 'hrv'
          6        SEND_VAL                                                 'croatian'
          7        SEND_VAL                                                 'hrvatski'
          8        SEND_VAL                                                 'Croatian'
          9        SEND_VAL                                                 'Hrvatski'
         10        SEND_VAL                                                 'hr_HR.utf8'
         11        DO_ICALL                                         $1      
         12        ASSIGN                                                   !0, $1
    4    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                                 
    5    16        INIT_FCALL                                               'var_dump'
         17        INIT_FCALL                                               'ctype_alpha'
         18        SEND_VAL                                                 '%C4%8D'
         19        DO_ICALL                                         $4      
         20        SEND_VAR                                                 $4
         21        DO_ICALL                                                 
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.63 ms | 1399 KiB | 19 Q