3v4l.org

run code in 300+ PHP versions simultaneously
<?php $b = (new DateTime((string) '2014-06-10T19:17:39+00:00'))->format(DateTime::ATOM); echo $b;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tB1oO
function name:  (null)
number of ops:  10
compiled vars:  !0 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $1      'DateTime'
          1        CAST                                          6  ~2      '2014-06-10T19%3A17%3A39%2B00%3A00'
          2        SEND_VAL_EX                                              ~2
          3        DO_FCALL                                      0          
          4        INIT_METHOD_CALL                                         $1, 'format'
          5        SEND_VAL_EX                                              'Y-m-d%5CTH%3Ai%3AsP'
          6        DO_FCALL                                      0  $4      
          7        ASSIGN                                                   !0, $4
    4     8        ECHO                                                     !0
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.4 ms | 1392 KiB | 13 Q