3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo(date("YY-mm-dd hh:ii:ss",1396022979)); echo(strcmp(date("d h:i",1396022979),"28 05:09")==0); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BT2KE
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'YY-mm-dd+hh%3Aii%3Ass'
          2        SEND_VAL                                                 1396022979
          3        DO_ICALL                                         $0      
          4        ECHO                                                     $0
    3     5        INIT_FCALL                                               'strcmp'
          6        INIT_FCALL                                               'date'
          7        SEND_VAL                                                 'd+h%3Ai'
          8        SEND_VAL                                                 1396022979
          9        DO_ICALL                                         $1      
         10        SEND_VAR                                                 $1
         11        SEND_VAL                                                 '28+05%3A09'
         12        DO_ICALL                                         $2      
         13        IS_EQUAL                                         ~3      $2, 0
         14        ECHO                                                     ~3
    4    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.41 ms | 1394 KiB | 17 Q