3v4l.org

run code in 300+ PHP versions simultaneously
<?php // GOOGL echo strtotime('Wednesday, August 20, 2014 18:28:08 UTC-240'); //Wrong SOLB-EEB echo strtotime('Wednesday, August 20, 2014 18:28:08 UTC120'); // Correct SOLB-EEB time string // Note that if the value is positive there should be a space between UTC and the offset echo strtotime('Wednesday, August 20, 2014 18:28:08 UTC+120');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/FBgCN
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 'Wednesday%2C+August+20%2C+2014+18%3A28%3A08+UTC-240'
          2        DO_ICALL                                         $0      
          3        ECHO                                                     $0
    6     4        INIT_FCALL                                               'strtotime'
          5        SEND_VAL                                                 'Wednesday%2C+August+20%2C+2014+18%3A28%3A08+UTC120'
          6        DO_ICALL                                         $1      
          7        ECHO                                                     $1
   10     8        INIT_FCALL                                               'strtotime'
          9        SEND_VAL                                                 'Wednesday%2C+August+20%2C+2014+18%3A28%3A08+UTC%2B120'
         10        DO_ICALL                                         $2      
         11        ECHO                                                     $2
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.63 ms | 1394 KiB | 15 Q