3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = (pack ( "C*", "55", "56", "57" )); echo $str, "=", strlen ( $str ), "字节\n"; getAscill ( $str ); echo '<br/>';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lMkVh
function name:  (null)
number of ops:  17
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'pack'
          1        SEND_VAL                                                 'C%2A'
          2        SEND_VAL                                                 '55'
          3        SEND_VAL                                                 '56'
          4        SEND_VAL                                                 '57'
          5        DO_ICALL                                         $1      
          6        ASSIGN                                                   !0, $1
    3     7        ECHO                                                     !0
          8        ECHO                                                     '%3D'
          9        STRLEN                                           ~3      !0
         10        ECHO                                                     ~3
         11        ECHO                                                     '%E5%AD%97%E8%8A%82%0A'
    4    12        INIT_FCALL_BY_NAME                                       'getAscill'
         13        SEND_VAR_EX                                              !0
         14        DO_FCALL                                      0          
    5    15        ECHO                                                     '%3Cbr%2F%3E'
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.71 ms | 1394 KiB | 15 Q