3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i=0; $i<=100; $i++) { echo '.transparent-'.$i.' { background-color: rgba(42,42,42,'.($i/100).') !important; }'.PHP_EOL; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 2
Branch analysis from position: 12
Branch analysis from position: 2
filename:       /in/6L6jb
function name:  (null)
number of ops:  13
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->10
    4     2    >   CONCAT                                           ~2      '.transparent-', !0
          3        CONCAT                                           ~3      ~2, '+%7B+background-color%3A+rgba%2842%2C42%2C42%2C'
          4        DIV                                              ~4      !0, 100
          5        CONCAT                                           ~5      ~3, ~4
          6        CONCAT                                           ~6      ~5, '%29+%21important%3B+%7D'
          7        CONCAT                                           ~7      ~6, '%0A'
          8        ECHO                                                     ~7
    3     9        PRE_INC                                                  !0
         10    >   IS_SMALLER_OR_EQUAL                                      !0, 100
         11      > JMPNZ                                                    ~9, ->2
    5    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
189.42 ms | 1397 KiB | 13 Q