3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 1+5*log10(5.7/2) . "\n"; echo 1+5*log(5.7/2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AgeIp
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'log10'
          1        SEND_VAL                                                 2.85
          2        DO_ICALL                                         $0      
          3        MUL                                              ~1      $0, 5
          4        ADD                                              ~2      1, ~1
          5        CONCAT                                           ~3      ~2, '%0A'
          6        ECHO                                                     ~3
    3     7        INIT_FCALL                                               'log'
          8        SEND_VAL                                                 2.85
          9        DO_ICALL                                         $4      
         10        MUL                                              ~5      $4, 5
         11        ADD                                              ~6      1, ~5
         12        ECHO                                                     ~6
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.43 ms | 1398 KiB | 17 Q