3v4l.org

run code in 300+ PHP versions simultaneously
<?php printf('%.2f',intval('25.8%') / 100);echo ('25.85%') * 1;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZoqYe
function name:  (null)
number of ops:  9
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'printf'
          1        SEND_VAL                                                 '%25.2f'
          2        CAST                                          4  ~0      '25.8%25'
          3        DIV                                              ~1      ~0, 100
          4        SEND_VAL                                                 ~1
          5        DO_ICALL                                                 
          6        MUL                                              ~3      '25.85%25', 1
          7        ECHO                                                     ~3
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.65 ms | 1394 KiB | 15 Q