3v4l.org

run code in 300+ PHP versions simultaneously
<?php $key = "xyz"; $MemcacheDBKey = "Some decoy value"; echo "Tried to increment with non-number ($Key) for cache ".$MemcacheDBKey;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dXEI9
function name:  (null)
number of ops:  8
compiled vars:  !0 = $key, !1 = $MemcacheDBKey, !2 = $Key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'xyz'
    3     1        ASSIGN                                                   !1, 'Some+decoy+value'
    4     2        ROPE_INIT                                     3  ~6      'Tried+to+increment+with+non-number+%28'
          3        ROPE_ADD                                      1  ~6      ~6, !2
          4        ROPE_END                                      2  ~5      ~6, '%29+for+cache+'
          5        CONCAT                                           ~8      ~5, !1
          6        ECHO                                                     ~8
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.36 ms | 1392 KiB | 13 Q