3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Key = "xyz123"; $MemcacheDBKey = "Some value, stripped class and this reference"; echo "Tried to increment with non-number ($Key) for cache ".$MemcacheDBKey; echo "Tried to increment with non-number (".$Key.") for cache ".$MemcacheDBKey; echo "Tried to increment with non-number ({$Key}) for cache ".$MemcacheDBKey; 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/rHEM8
function name:  (null)
number of ops:  21
compiled vars:  !0 = $Key, !1 = $MemcacheDBKey
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'xyz123'
    3     1        ASSIGN                                                   !1, 'Some+value%2C+stripped+class+and+this+reference'
    4     2        ROPE_INIT                                     3  ~5      'Tried+to+increment+with+non-number+%28'
          3        ROPE_ADD                                      1  ~5      ~5, !0
          4        ROPE_END                                      2  ~4      ~5, '%29+for+cache+'
          5        CONCAT                                           ~7      ~4, !1
          6        ECHO                                                     ~7
    5     7        CONCAT                                           ~8      'Tried+to+increment+with+non-number+%28', !0
          8        CONCAT                                           ~9      ~8, '%29+for+cache+'
          9        CONCAT                                           ~10     ~9, !1
         10        ECHO                                                     ~10
    6    11        ROPE_INIT                                     3  ~12     'Tried+to+increment+with+non-number+%28'
         12        ROPE_ADD                                      1  ~12     ~12, !0
         13        ROPE_END                                      2  ~11     ~12, '%29+for+cache+'
         14        CONCAT                                           ~14     ~11, !1
         15        ECHO                                                     ~14
    7    16        CONCAT                                           ~15     'Tried+to+increment+with+non-number+%28', !0
         17        CONCAT                                           ~16     ~15, '%29+for+cache+'
         18        CONCAT                                           ~17     ~16, !1
         19        ECHO                                                     ~17
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.57 ms | 1393 KiB | 13 Q