3v4l.org

run code in 500+ 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.5.0


preferences:
161.28 ms | 2091 KiB | 15 Q