3v4l.org

run code in 300+ PHP versions simultaneously
<?php // GOOGL echo strtotime('Wednesday, August 20, 2014 18:28:08 UTC-240') . '<br />'; // Current output for SOLB-EEB echo strtotime('Wednesday, August 20, 2014 18:28:08 UTC120') . '<br />'; // Correct time string for SOLB-EEB // 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') . '<br />';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mRNvO
function name:  (null)
number of ops:  16
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        CONCAT                                           ~1      $0, '%3Cbr+%2F%3E'
          4        ECHO                                                     ~1
    6     5        INIT_FCALL                                               'strtotime'
          6        SEND_VAL                                                 'Wednesday%2C+August+20%2C+2014+18%3A28%3A08+UTC120'
          7        DO_ICALL                                         $2      
          8        CONCAT                                           ~3      $2, '%3Cbr+%2F%3E'
          9        ECHO                                                     ~3
    9    10        INIT_FCALL                                               'strtotime'
         11        SEND_VAL                                                 'Wednesday%2C+August+20%2C+2014+18%3A28%3A08+UTC%2B120'
         12        DO_ICALL                                         $4      
         13        CONCAT                                           ~5      $4, '%3Cbr+%2F%3E'
         14        ECHO                                                     ~5
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.71 ms | 1399 KiB | 15 Q