3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); mktime("1","23","30"); // note the whitespace mktime("1 ","23","30");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8ShPJ
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'mktime'
          1        SEND_VAL                                                 '1'
          2        SEND_VAL                                                 '23'
          3        SEND_VAL                                                 '30'
          4        DO_ICALL                                                 
    6     5        INIT_FCALL                                               'mktime'
          6        SEND_VAL                                                 '1+'
          7        SEND_VAL                                                 '23'
          8        SEND_VAL                                                 '30'
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.12 ms | 1393 KiB | 15 Q