3v4l.org

run code in 300+ PHP versions simultaneously
<?php print log(31,2); print "<br>\n"; print rount(log(31,2)); print "<br>\n"; print pow(2,5); print "<br>\n"; print pow(round(log(31,2)),2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sMDa5
function name:  (null)
number of ops:  34
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'log'
          1        SEND_VAL                                                 31
          2        SEND_VAL                                                 2
          3        DO_ICALL                                         $0      
          4        ECHO                                                     $0
    3     5        ECHO                                                     '%3Cbr%3E%0A'
    4     6        INIT_FCALL_BY_NAME                                       'rount'
          7        INIT_FCALL                                               'log'
          8        SEND_VAL                                                 31
          9        SEND_VAL                                                 2
         10        DO_ICALL                                         $1      
         11        SEND_VAR_NO_REF_EX                                       $1
         12        DO_FCALL                                      0  $2      
         13        ECHO                                                     $2
    5    14        ECHO                                                     '%3Cbr%3E%0A'
    6    15        INIT_FCALL                                               'pow'
         16        SEND_VAL                                                 2
         17        SEND_VAL                                                 5
         18        DO_ICALL                                         $3      
         19        ECHO                                                     $3
    7    20        ECHO                                                     '%3Cbr%3E%0A'
    8    21        INIT_FCALL                                               'pow'
         22        INIT_FCALL                                               'round'
         23        INIT_FCALL                                               'log'
         24        SEND_VAL                                                 31
         25        SEND_VAL                                                 2
         26        DO_ICALL                                         $4      
         27        SEND_VAR                                                 $4
         28        DO_ICALL                                         $5      
         29        SEND_VAR                                                 $5
         30        SEND_VAL                                                 2
         31        DO_ICALL                                         $6      
         32        ECHO                                                     $6
         33      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.83 ms | 1401 KiB | 19 Q