3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.43 ms | 1385 KiB | 15 Q