3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ExposureTime = "1/250"; $eval = 'echo ' . $ExposureTime . ';'; eval($eval);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/G6f60
function name:  (null)
number of ops:  6
compiled vars:  !0 = $ExposureTime, !1 = $eval
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '1%2F250'
    4     1        CONCAT                                           ~3      'echo+', !0
          2        CONCAT                                           ~4      ~3, '%3B'
          3        ASSIGN                                                   !1, ~4
    5     4        INCLUDE_OR_EVAL                                          !1, EVAL
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.24 ms | 1383 KiB | 13 Q