3v4l.org

run code in 300+ PHP versions simultaneously
<?php //echo date('m/d/Y + 3 days'); //echo date('F d Y', strtotime(date('m/d/Y') . ' + 4 days')); $accNo = '123456789'; $masked = (substr($accNo, -3)); echo str_repeat('X', 12 - strlen($masked)).$masked;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DMh3U
function name:  (null)
number of ops:  15
compiled vars:  !0 = $accNo, !1 = $masked
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   ASSIGN                                                   !0, '123456789'
   10     1        INIT_FCALL                                               'substr'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 -3
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
   12     6        INIT_FCALL                                               'str_repeat'
          7        SEND_VAL                                                 'X'
          8        STRLEN                                           ~5      !1
          9        SUB                                              ~6      12, ~5
         10        SEND_VAL                                                 ~6
         11        DO_ICALL                                         $7      
         12        CONCAT                                           ~8      $7, !1
         13        ECHO                                                     ~8
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.94 ms | 1394 KiB | 17 Q