3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.43 ms | 1392 KiB | 13 Q