3v4l.org

run code in 300+ PHP versions simultaneously
<?php $percent = '05967'; // -> 9.67 echo (float)(substr($percent, 0,-2) . '.' . substr($percent, -2, 2));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/EYrGe
function name:  (null)
number of ops:  16
compiled vars:  !0 = $percent
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '05967'
    3     1        INIT_FCALL                                               'substr'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 0
          4        SEND_VAL                                                 -2
          5        DO_ICALL                                         $2      
          6        CONCAT                                           ~3      $2, '.'
          7        INIT_FCALL                                               'substr'
          8        SEND_VAR                                                 !0
          9        SEND_VAL                                                 -2
         10        SEND_VAL                                                 2
         11        DO_ICALL                                         $4      
         12        CONCAT                                           ~5      ~3, $4
         13        CAST                                          5  ~6      ~5
         14        ECHO                                                     ~6
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.06 ms | 1385 KiB | 15 Q