3v4l.org

run code in 500+ PHP versions simultaneously
<?php declare(strict_types=1); echo base_convert(base_convert(3.14, 10, 16), 16, 10);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nWaSc
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'base_convert'
          1        INIT_FCALL                                                   'base_convert'
          2        SEND_VAL                                                     3.14
          3        SEND_VAL                                                     10
          4        SEND_VAL                                                     16
          5        DO_ICALL                                             $0      
          6        SEND_VAR                                                     $0
          7        SEND_VAL                                                     16
          8        SEND_VAL                                                     10
          9        DO_ICALL                                             $1      
         10        ECHO                                                         $1
         11      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
168.43 ms | 3319 KiB | 13 Q