3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 'credit/'.sprintf('%03d', substr(2, -3)).'/2/'.'2014-02-20'.'_'.'ES-003083'.'_'.substr(md5('ES-003083'), 0, 5).'.pdf';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1mo6A
function name:  (null)
number of ops:  26
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'sprintf'
          1        SEND_VAL                                                 '%2503d'
          2        INIT_FCALL                                               'substr'
          3        SEND_VAL                                                 2
          4        SEND_VAL                                                 -3
          5        DO_ICALL                                         $0      
          6        SEND_VAR                                                 $0
          7        DO_ICALL                                         $1      
          8        CONCAT                                           ~2      'credit%2F', $1
          9        CONCAT                                           ~3      ~2, '%2F2%2F'
         10        CONCAT                                           ~4      ~3, '2014-02-20'
         11        CONCAT                                           ~5      ~4, '_'
         12        CONCAT                                           ~6      ~5, 'ES-003083'
         13        CONCAT                                           ~7      ~6, '_'
         14        INIT_FCALL                                               'substr'
         15        INIT_FCALL                                               'md5'
         16        SEND_VAL                                                 'ES-003083'
         17        DO_ICALL                                         $8      
         18        SEND_VAR                                                 $8
         19        SEND_VAL                                                 0
         20        SEND_VAL                                                 5
         21        DO_ICALL                                         $9      
         22        CONCAT                                           ~10     ~7, $9
         23        CONCAT                                           ~11     ~10, '.pdf'
         24        ECHO                                                     ~11
         25      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.03 ms | 1395 KiB | 19 Q