3v4l.org

run code in 300+ PHP versions simultaneously
<?php $bval=(false===($starttime=strtotime('20130101000000'))); $bval=(false===$starttime); var_dump($bval);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RCPNa
function name:  (null)
number of ops:  12
compiled vars:  !0 = $bval, !1 = $starttime
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '20130101000000'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                           ~3      !1, $2
          4        TYPE_CHECK                                    4  ~4      ~3
          5        ASSIGN                                                   !0, ~4
    3     6        TYPE_CHECK                                    4  ~6      !1
          7        ASSIGN                                                   !0, ~6
    4     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.05 ms | 1394 KiB | 17 Q