3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo(hexdec(1) . "<br />"); echo(hexdec(e3e) . "<br />"); echo(hexdec(fffffff) . "<br />"); echo(hexdec(d7d) . "<br />"); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZZ2d1
function name:  (null)
number of ops:  24
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'hexdec'
          1        SEND_VAL                                                 1
          2        DO_ICALL                                         $0      
          3        CONCAT                                           ~1      $0, '%3Cbr+%2F%3E'
          4        ECHO                                                     ~1
    3     5        INIT_FCALL                                               'hexdec'
          6        FETCH_CONSTANT                                   ~2      'e3e'
          7        SEND_VAL                                                 ~2
          8        DO_ICALL                                         $3      
          9        CONCAT                                           ~4      $3, '%3Cbr+%2F%3E'
         10        ECHO                                                     ~4
    4    11        INIT_FCALL                                               'hexdec'
         12        FETCH_CONSTANT                                   ~5      'fffffff'
         13        SEND_VAL                                                 ~5
         14        DO_ICALL                                         $6      
         15        CONCAT                                           ~7      $6, '%3Cbr+%2F%3E'
         16        ECHO                                                     ~7
    5    17        INIT_FCALL                                               'hexdec'
         18        FETCH_CONSTANT                                   ~8      'd7d'
         19        SEND_VAL                                                 ~8
         20        DO_ICALL                                         $9      
         21        CONCAT                                           ~10     $9, '%3Cbr+%2F%3E'
         22        ECHO                                                     ~10
    6    23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
185.82 ms | 1395 KiB | 15 Q