3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
189.82 ms | 1394 KiB | 17 Q