3v4l.org

run code in 300+ PHP versions simultaneously
<?php $c=0.000001089; $e=-ceil(log10($c)); $m=10^$e; $r=$c*$m; echo($e."\n"); echo($m.' DOGE = '.$r.' BTC'); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/99DdT
function name:  (null)
number of ops:  20
compiled vars:  !0 = $c, !1 = $e, !2 = $m, !3 = $r
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1.089e-6
    3     1        INIT_FCALL                                               'ceil'
          2        INIT_FCALL                                               'log10'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $5      
          5        SEND_VAR                                                 $5
          6        DO_ICALL                                         $6      
          7        MUL                                              ~7      $6, -1
          8        ASSIGN                                                   !1, ~7
    4     9        BW_XOR                                           ~9      !1, 10
         10        ASSIGN                                                   !2, ~9
    5    11        MUL                                              ~11     !0, !2
         12        ASSIGN                                                   !3, ~11
    6    13        CONCAT                                           ~13     !1, '%0A'
         14        ECHO                                                     ~13
    7    15        CONCAT                                           ~14     !2, '+DOGE+%3D+'
         16        CONCAT                                           ~15     ~14, !3
         17        CONCAT                                           ~16     ~15, '+BTC'
         18        ECHO                                                     ~16
    8    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.13 ms | 1395 KiB | 17 Q