3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.76 ms | 1394 KiB | 15 Q