3v4l.org

run code in 500+ PHP versions simultaneously
<?php define ('NuestraConstante','Valor de la constante'); $variable_definidida = defined('NuestraConstante'); /*Si la constante ha sido definida mostrarĂ¡ 0 y 1 si no*/ echo $variable_definidida; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/O6MGl
function name:  (null)
number of ops:  8
compiled vars:  !0 = $variable_definidida
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                                   'define'
          1        SEND_VAL                                                     'NuestraConstante'
          2        SEND_VAL                                                     'Valor+de+la+constante'
          3        DO_ICALL                                                     
    3     4        DEFINED                                              ~2      'NuestraConstante'
          5        ASSIGN                                                       !0, ~2
    6     6        ECHO                                                         !0
    7     7      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
169.72 ms | 2272 KiB | 14 Q