3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = unserialize('d:1507248407.004316;'); echo "{$d}\t".$d."\t".sprintf('%s', $d)."\t".sprintf('%f', $d)."\t".sprintf('%d', $d); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/92IFc
function name:  (null)
number of ops:  27
compiled vars:  !0 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'unserialize'
          1        SEND_VAL                                                 'd%3A1507248407.004316%3B'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    3     4        NOP                                                      
          5        FAST_CONCAT                                      ~3      !0, '%09'
          6        CONCAT                                           ~4      ~3, !0
          7        CONCAT                                           ~5      ~4, '%09'
          8        INIT_FCALL                                               'sprintf'
          9        SEND_VAL                                                 '%25s'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $6      
         12        CONCAT                                           ~7      ~5, $6
         13        CONCAT                                           ~8      ~7, '%09'
         14        INIT_FCALL                                               'sprintf'
         15        SEND_VAL                                                 '%25f'
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                         $9      
         18        CONCAT                                           ~10     ~8, $9
         19        CONCAT                                           ~11     ~10, '%09'
         20        INIT_FCALL                                               'sprintf'
         21        SEND_VAL                                                 '%25d'
         22        SEND_VAR                                                 !0
         23        DO_ICALL                                         $12     
         24        CONCAT                                           ~13     ~11, $12
         25        ECHO                                                     ~13
    4    26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.62 ms | 1395 KiB | 17 Q