3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = 'NotReg'; for($i=0; $i<strlen($x);$i++){ print base(ord($x[$i]), 10, 8); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 3
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 3
Branch analysis from position: 17
Branch analysis from position: 3
filename:       /in/dOYN0
function name:  (null)
number of ops:  18
compiled vars:  !0 = $x, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'NotReg'
    3     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->14
    4     3    >   INIT_FCALL_BY_NAME                                       'base'
          4        INIT_FCALL                                               'ord'
          5        FETCH_DIM_R                                      ~4      !0, !1
          6        SEND_VAL                                                 ~4
          7        DO_ICALL                                         $5      
          8        SEND_VAR_NO_REF_EX                                       $5
          9        SEND_VAL_EX                                              10
         10        SEND_VAL_EX                                              8
         11        DO_FCALL                                      0  $6      
         12        ECHO                                                     $6
    3    13        PRE_INC                                                  !1
         14    >   STRLEN                                           ~8      !0
         15        IS_SMALLER                                               !1, ~8
         16      > JMPNZ                                                    ~9, ->3
    5    17    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.02 ms | 935 KiB | 16 Q