3v4l.org

run code in 300+ PHP versions simultaneously
<?php const ISO8601U = "Y-m-d\TH:i:s.uO"; var_dump(DateTime::createFromFormat(ISO8601U, '2015-08-31T00:55:00.000Z'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ADn0l
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   DECLARE_CONST                                            'ISO8601U', 'Y-m-d%5CTH%3Ai%3As.uO'
    3     1        INIT_FCALL                                               'var_dump'
          2        INIT_STATIC_METHOD_CALL                                  'DateTime', 'createFromFormat'
          3        FETCH_CONSTANT                                   ~0      'ISO8601U'
          4        SEND_VAL                                                 ~0
          5        SEND_VAL                                                 '2015-08-31T00%3A55%3A00.000Z'
          6        DO_FCALL                                      0  $1      
          7        SEND_VAR                                                 $1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
240.72 ms | 1394 KiB | 15 Q