3v4l.org

run code in 300+ PHP versions simultaneously
<?php if(($connect = mysql_connect(HOST, USER, PASS)) == false) { echo '<h1>Er kan geen verbinding gemaakt worden met de host</h1>'; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 12
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
filename:       /in/C01T6
function name:  (null)
number of ops:  13
compiled vars:  !0 = $connect
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'mysql_connect'
          1        FETCH_CONSTANT                                   ~1      'HOST'
          2        SEND_VAL_EX                                              ~1
          3        FETCH_CONSTANT                                   ~2      'USER'
          4        SEND_VAL_EX                                              ~2
          5        FETCH_CONSTANT                                   ~3      'PASS'
          6        SEND_VAL_EX                                              ~3
          7        DO_FCALL                                      0  $4      
          8        ASSIGN                                           ~5      !0, $4
          9        BOOL_NOT                                         ~6      ~5
         10      > JMPZ                                                     ~6, ->12
    3    11    >   ECHO                                                     '%3Ch1%3EEr+kan+geen+verbinding+gemaakt+worden+met+de+host%3C%2Fh1%3E'
    5    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.68 ms | 1393 KiB | 13 Q