3v4l.org

run code in 300+ PHP versions simultaneously
<?php $recherche_adr_cp = NULL; var_dump($recherche_adr_cp); echo ($recherche_adr_cp) ? 'Oui' : 'Non'; echo isset($recherche_adr_cp) ? 'Oui' : 'Non';
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 13
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 13
Branch analysis from position: 11
Branch analysis from position: 13
filename:       /in/GP1j3
function name:  (null)
number of ops:  16
compiled vars:  !0 = $recherche_adr_cp
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, null
    5     1        INIT_FCALL                                               'var_dump'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                                 
    7     4      > JMPZ                                                     !0, ->7
          5    >   QM_ASSIGN                                        ~3      'Oui'
          6      > JMP                                                      ->8
          7    >   QM_ASSIGN                                        ~3      'Non'
          8    >   ECHO                                                     ~3
    9     9        ISSET_ISEMPTY_CV                                         !0
         10      > JMPZ                                                     ~4, ->13
         11    >   QM_ASSIGN                                        ~5      'Oui'
         12      > JMP                                                      ->14
         13    >   QM_ASSIGN                                        ~5      'Non'
         14    >   ECHO                                                     ~5
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.24 ms | 1395 KiB | 15 Q