3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "<pre>"; echo round(INF); ///??? wtf round(INF)=>INF ?!??! echo "\n"; var_dump((int)M_PI*100);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/C8Igb
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Cpre%3E'
    3     1        INIT_FCALL                                               'round'
          2        SEND_VAL                                                 INF
          3        DO_ICALL                                         $0      
          4        ECHO                                                     $0
    4     5        ECHO                                                     '%0A'
    5     6        INIT_FCALL                                               'var_dump'
          7        CAST                                          4  ~1      3.14159
          8        MUL                                              ~2      ~1, 100
          9        SEND_VAL                                                 ~2
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.8 ms | 1394 KiB | 17 Q