3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 'time() = '.time()."\n"; echo 'strtotime()='.strtotime('2014-10-27 02:20:00');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/34SfV
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $0      
          2        CONCAT                                           ~1      'time%28%29+%3D+', $0
          3        CONCAT                                           ~2      ~1, '%0A'
          4        ECHO                                                     ~2
    3     5        INIT_FCALL                                               'strtotime'
          6        SEND_VAL                                                 '2014-10-27+02%3A20%3A00'
          7        DO_ICALL                                         $3      
          8        CONCAT                                           ~4      'strtotime%28%29%3D', $3
          9        ECHO                                                     ~4
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.61 ms | 1385 KiB | 17 Q