3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = '8'; print "isset: '" . isset($s) . "'. "; print "!empty: '" . !empty($s) . "'"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gEMks
function name:  (null)
number of ops:  11
compiled vars:  !0 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '8'
    5     1        ISSET_ISEMPTY_CV                                 ~2      !0
          2        CONCAT                                           ~3      'isset%3A+%27', ~2
          3        CONCAT                                           ~4      ~3, '%27.+'
          4        ECHO                                                     ~4
    6     5        ISSET_ISEMPTY_CV                                 ~5      !0
          6        BOOL_NOT                                         ~6      ~5
          7        CONCAT                                           ~7      '%21empty%3A+%27', ~6
          8        CONCAT                                           ~8      ~7, '%27'
          9        ECHO                                                     ~8
    8    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.84 ms | 1393 KiB | 13 Q