3v4l.org

run code in 300+ PHP versions simultaneously
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nOUYb
function name:  (null)
number of ops:  46
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   34     0  E >   INIT_FCALL                                               'normalizeinibytes'
          1        SEND_VAL                                                 '1'
          2        DO_FCALL                                      0  $0      
          3        CONCAT                                           ~1      $0, '%0A'
          4        ECHO                                                     ~1
   35     5        INIT_FCALL                                               'normalizeinibytes'
          6        SEND_VAL                                                 '10'
          7        DO_FCALL                                      0  $2      
          8        CONCAT                                           ~3      $2, '%0A'
          9        ECHO                                                     ~3
   36    10        INIT_FCALL                                               'normalizeinibytes'
         11        SEND_VAL                                                 '1024'
         12        DO_FCALL                                      0  $4      
         13        CONCAT                                           ~5      $4, '%0A'
         14        ECHO                                                     ~5
   37    15        INIT_FCALL                                               'normalizeinibytes'
         16        SEND_VAL                                                 '1K'
         17        DO_FCALL                                      0  $6      
         18        CONCAT                                           ~7      $6, '%0A'
         19        ECHO                                                     ~7
   38    20        INIT_FCALL                                               'normalizeinibytes'
         21        SEND_VAL                                                 '1048576'
         22        DO_FCALL                                      0  $8      
         23        CONCAT                                           ~9      $8, '%0A'
         24        ECHO                                                     ~9
   39    25        INIT_FCALL                                               'normalizeinibytes'
         26        SEND_VAL                                                 '1024K'
         27        DO_FCALL                                      0  $10     
         28        CONCAT                                           ~11     $10, '%0A'
         29        ECHO                                                     ~11
   40    30        INIT_FCALL                                               'normalizeinibytes'
         31        SEND_VAL                                                 '1M'
         32        DO_FCALL                                      0  $12     
         33        CONCAT                                           ~13     $12, '%0A'
         34        ECHO                                                     ~13
   41    35        INIT_FCALL                                               'normalizeinibytes'
         36        SEND_VAL                                                 '1023M'
         37        DO_FCALL                                      0  $14     
         38        CONCAT                                           ~15     $14, '%0A'
         39        ECHO                                                     ~15
   42    40        INIT_FCALL                                               'normalizeinibytes'
         41        SEND_VAL                                                 '1G'
         42        DO_FCALL                                      0  $16     
         43        CONCAT                                           ~17     $16, '%0A'
         44        ECHO                                                     ~17
         45      > RETURN                                                   1

Function normalizeinibytes:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 19, Position 2 = 24
Branch analysis from position: 19
2 jumps found. (Code = 43) Position 1 = 25, Position 2 = 44
Branch analysis from position: 25
5 jumps found. (Code = 188) Position 1 = 39, Position 2 = 40, Position 3 = 41, Position 4 = 43, Position 5 = 32
Branch analysis from position: 39
1 jumps found. (Code = 42) Position 1 = 43
Branch analysis from position: 43
1 jumps found. (Code = 42) Position 1 = 45
Branch analysis from position: 45
2 jumps found. (Code = 43) Position 1 = 47, Position 2 = 51
Branch analysis from position: 47
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 51
2 jumps found. (Code = 43) Position 1 = 53, Position 2 = 57
Branch analysis from position: 53
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 57
2 jumps found. (Code = 43) Position 1 = 59, Position 2 = 62
Branch analysis from position: 59
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 62
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 40
Branch analysis from position: 41
Branch analysis from position: 43
Branch analysis from position: 32
2 jumps found. (Code = 44) Position 1 = 34, Position 2 = 39
Branch analysis from position: 34
2 jumps found. (Code = 44) Position 1 = 36, Position 2 = 40
Branch analysis from position: 36
2 jumps found. (Code = 44) Position 1 = 38, Position 2 = 41
Branch analysis from position: 38
1 jumps found. (Code = 42) Position 1 = 43
Branch analysis from position: 43
Branch analysis from position: 41
Branch analysis from position: 40
Branch analysis from position: 39
Branch analysis from position: 44
2 jumps found. (Code = 43) Position 1 = 47, Position 2 = 51
Branch analysis from position: 47
Branch analysis from position: 51
Branch analysis from position: 24
filename:       /in/nOUYb
function name:  normalizeIniBytes
number of ops:  65
compiled vars:  !0 = $val, !1 = $last, !2 = $bytes
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    5     1        INIT_FCALL                                               'trim'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !0, $3
    6     5        INIT_FCALL                                               'strtolower'
          6        INIT_FCALL                                               'substr'
          7        SEND_VAR                                                 !0
          8        SEND_VAL                                                 -1
          9        SEND_VAL                                                 1
         10        DO_ICALL                                         $5      
         11        SEND_VAR                                                 $5
         12        DO_ICALL                                         $6      
         13        ASSIGN                                                   !1, $6
    7    14        INIT_FCALL                                               'ord'
         15        SEND_VAR                                                 !1
         16        DO_ICALL                                         $8      
         17        IS_SMALLER                                       ~9      $8, 48
         18      > JMPNZ_EX                                         ~9      ~9, ->24
         19    >   INIT_FCALL                                               'ord'
         20        SEND_VAR                                                 !1
         21        DO_ICALL                                         $10     
         22        IS_SMALLER                                       ~11     57, $10
         23        BOOL                                             ~9      ~11
         24    > > JMPZ                                                     ~9, ->44
    8    25    >   INIT_FCALL                                               'substr'
         26        SEND_VAR                                                 !0
         27        SEND_VAL                                                 0
         28        SEND_VAL                                                 -1
         29        DO_ICALL                                         $12     
         30        ASSIGN                                                   !2, $12
    9    31      > SWITCH_STRING                                            !1, [ 'g':->39, 'm':->40, 'k':->41, ], ->43
   10    32    >   IS_EQUAL                                                 !1, 'g'
         33      > JMPNZ                                                    ~14, ->39
   13    34    >   IS_EQUAL                                                 !1, 'm'
         35      > JMPNZ                                                    ~14, ->40
   16    36    >   IS_EQUAL                                                 !1, 'k'
         37      > JMPNZ                                                    ~14, ->41
         38    > > JMP                                                      ->43
   11    39    >   ASSIGN_OP                                     3          !2, 1024
   14    40    >   ASSIGN_OP                                     3          !2, 1024
   17    41    >   ASSIGN_OP                                     3          !2, 1024
   18    42      > JMP                                                      ->43
    7    43    > > JMP                                                      ->45
   21    44    >   ASSIGN                                                   !2, !0
   24    45    >   IS_SMALLER_OR_EQUAL                                      1073741824, !2
         46      > JMPZ                                                     ~19, ->51
   25    47    >   SR                                               ~20     !2, 30
         48        CONCAT                                           ~21     ~20, 'GB'
         49      > RETURN                                                   ~21
   24    50*       JMP                                                      ->62
   26    51    >   IS_SMALLER_OR_EQUAL                                      1048576, !2
         52      > JMPZ                                                     ~22, ->57
   27    53    >   SR                                               ~23     !2, 20
         54        CONCAT                                           ~24     ~23, 'MB'
         55      > RETURN                                                   ~24
   26    56*       JMP                                                      ->62
   28    57    >   IS_SMALLER_OR_EQUAL                                      1024, !2
         58      > JMPZ                                                     ~25, ->62
   29    59    >   SR                                               ~26     !2, 10
         60        CONCAT                                           ~27     ~26, 'KB'
         61      > RETURN                                                   ~27
   31    62    >   CONCAT                                           ~28     !2, 'B'
         63      > RETURN                                                   ~28
   32    64*     > RETURN                                                   null

End of function normalizeinibytes

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
243.04 ms | 981 KiB | 26 Q