3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "getrandmax() = " . getrandmax() . "\n"; echo "mt_getrandmax() = " . mt_getrandmax() . "\n"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rDjWG
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'getrandmax'
          1        DO_ICALL                                         $0      
          2        CONCAT                                           ~1      'getrandmax%28%29+%3D+', $0
          3        CONCAT                                           ~2      ~1, '%0A'
          4        ECHO                                                     ~2
    4     5        INIT_FCALL                                               'mt_getrandmax'
          6        DO_ICALL                                         $3      
          7        CONCAT                                           ~4      'mt_getrandmax%28%29+%3D+', $3
          8        CONCAT                                           ~5      ~4, '%0A'
          9        ECHO                                                     ~5
    5    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.86 ms | 1385 KiB | 17 Q