3v4l.org

run code in 300+ PHP versions simultaneously
<?php $parameterDto = new stdClass(); $parameterDto->date = new DateTime('2016-02-01'); $parameterDto->id = 1234; echo md5(serialize($parameterDto));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/k3tnE
function name:  (null)
number of ops:  18
compiled vars:  !0 = $parameterDto
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $1      'stdClass'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
    3     3        NEW                                              $5      'DateTime'
          4        SEND_VAL_EX                                              '2016-02-01'
          5        DO_FCALL                                      0          
          6        ASSIGN_OBJ                                               !0, 'date'
          7        OP_DATA                                                  $5
    4     8        ASSIGN_OBJ                                               !0, 'id'
          9        OP_DATA                                                  1234
    5    10        INIT_FCALL                                               'md5'
         11        INIT_FCALL                                               'serialize'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                         $8      
         14        SEND_VAR                                                 $8
         15        DO_ICALL                                         $9      
         16        ECHO                                                     $9
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.28 ms | 1394 KiB | 17 Q