3v4l.org

run code in 500+ PHP versions simultaneously
<?php $value1 = array ( 'value' => 1694473200, 'end_value' => 1694559540, 'duration' => 1439, 'rrule' => '1', 'rrule_index' => '1', 'timezone' => '', ); $value2 = array ( 'value' => '1694473200', 'end_value' => '1694559540', 'duration' => '1439', 'rrule' => '1', 'rrule_index' => '1', 'timezone' => '', ); var_dump([ '==' => $value1 == $value2, '===' => $value1 === $value2, ]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sVvMr
function name:  (null)
number of ops:  10
compiled vars:  !0 = $value1, !1 = $value2
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
   11     1        ASSIGN                                                       !1, <array>
   20     2        INIT_FCALL                                                   'var_dump'
   21     3        IS_EQUAL                                             ~4      !0, !1
          4        INIT_ARRAY                                           ~5      ~4, '%3D%3D'
   22     5        IS_IDENTICAL                                         ~6      !0, !1
          6        ADD_ARRAY_ELEMENT                                    ~5      ~6, '%3D%3D%3D'
          7        SEND_VAL                                                     ~5
   20     8        DO_ICALL                                                     
   23     9      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
165.49 ms | 1791 KiB | 14 Q