3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.2 ms | 1394 KiB | 17 Q