3v4l.org

run code in 300+ PHP versions simultaneously
<?php $end_date = "2014-09-09 15:03:10"; date_default_timezone_set('Asia/Calcutta'); echo $now = date('Y-m-d H:i:s');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZZfBu
function name:  (null)
number of ops:  10
compiled vars:  !0 = $end_date, !1 = $now
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '2014-09-09+15%3A03%3A10'
    3     1        INIT_FCALL                                               'date_default_timezone_set'
          2        SEND_VAL                                                 'Asia%2FCalcutta'
          3        DO_ICALL                                                 
    4     4        INIT_FCALL                                               'date'
          5        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          6        DO_ICALL                                         $4      
          7        ASSIGN                                           ~5      !1, $4
          8        ECHO                                                     ~5
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.15 ms | 1394 KiB | 17 Q