3v4l.org

run code in 300+ PHP versions simultaneously
<?php $percentSales = round( (100 / 0) * 100 , 1); //TECHOPS-968 echo "\tPercent Sales: ".$percentSales."% ";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KT2GN
function name:  (null)
number of ops:  11
compiled vars:  !0 = $percentSales
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'round'
          1        DIV                                              ~1      100, 0
          2        MUL                                              ~2      ~1, 100
          3        SEND_VAL                                                 ~2
          4        SEND_VAL                                                 1
          5        DO_ICALL                                         $3      
          6        ASSIGN                                                   !0, $3
    4     7        CONCAT                                           ~5      '%09Percent+Sales%3A+', !0
          8        CONCAT                                           ~6      ~5, '%25++'
          9        ECHO                                                     ~6
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.1 ms | 1394 KiB | 15 Q