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 = 13, Position 2 = 14
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/oeseT
function name:  (null)
number of ops:  15
compiled vars:  !0 = $connect
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   BEGIN_SILENCE                                    ~1      
          1        INIT_FCALL_BY_NAME                                       'mysql_connect'
          2        FETCH_CONSTANT                                   ~2      'HOST'
          3        SEND_VAL_EX                                              ~2
          4        FETCH_CONSTANT                                   ~3      'USER'
          5        SEND_VAL_EX                                              ~3
          6        FETCH_CONSTANT                                   ~4      'PASS'
          7        SEND_VAL_EX                                              ~4
          8        DO_FCALL                                      0  $5      
          9        END_SILENCE                                              ~1
         10        ASSIGN                                           ~6      !0, $5
         11        BOOL_NOT                                         ~7      ~6
         12      > JMPZ                                                     ~7, ->14
    3    13    >   ECHO                                                     '%3Ch1%3EEr+kan+geen+verbinding+gemaakt+worden+met+de+host%3C%2Fh1%3E'
    5    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
185.18 ms | 1393 KiB | 13 Q