3v4l.org

run code in 300+ PHP versions simultaneously
<?php $score = 0; $created = '2014-01-19 09:23:00'; $score += date('Hm', strtotime($created)) / 100; echo $score;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Mk7sE
function name:  (null)
number of ops:  13
compiled vars:  !0 = $score, !1 = $created
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
    4     1        ASSIGN                                                   !1, '2014-01-19+09%3A23%3A00'
    5     2        INIT_FCALL                                               'date'
          3        SEND_VAL                                                 'Hm'
          4        INIT_FCALL                                               'strtotime'
          5        SEND_VAR                                                 !1
          6        DO_ICALL                                         $4      
          7        SEND_VAR                                                 $4
          8        DO_ICALL                                         $5      
          9        DIV                                              ~6      $5, 100
         10        ASSIGN_OP                                     1          !0, ~6
    7    11        ECHO                                                     !0
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.03 ms | 1394 KiB | 17 Q