3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = new stdClass(); var_dump($data && password_verify('',''));
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 5, Position 2 = 10
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
filename:       /in/nbPWk
function name:  (null)
number of ops:  13
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $1      'stdClass'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
    3     3        INIT_FCALL                                               'var_dump'
          4      > JMPZ_EX                                          ~4      !0, ->10
          5    >   INIT_FCALL                                               'password_verify'
          6        SEND_VAL                                                 ''
          7        SEND_VAL                                                 ''
          8        DO_ICALL                                         $5      
          9        BOOL                                             ~4      $5
         10    >   SEND_VAL                                                 ~4
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.36 ms | 1394 KiB | 17 Q