3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Key = "xyz123"; $MemcacheDBKey = "cachevalue"; echo "Tried to increment with non-number ($Key) for cache ".$MemcacheDBKey; echo "\n"; echo "Tried to increment with non-number (".$Key.") for cache ".$MemcacheDBKey; echo "\n"; echo "Tried to increment with non-number ({$Key}) for cache ".$MemcacheDBKey; echo "\n"; 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/QGbaA
function name:  (null)
number of ops:  24
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, 'cachevalue'
    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        ECHO                                                     '%0A'
    6     8        CONCAT                                           ~8      'Tried+to+increment+with+non-number+%28', !0
          9        CONCAT                                           ~9      ~8, '%29+for+cache+'
         10        CONCAT                                           ~10     ~9, !1
         11        ECHO                                                     ~10
    7    12        ECHO                                                     '%0A'
    8    13        ROPE_INIT                                     3  ~12     'Tried+to+increment+with+non-number+%28'
         14        ROPE_ADD                                      1  ~12     ~12, !0
         15        ROPE_END                                      2  ~11     ~12, '%29+for+cache+'
         16        CONCAT                                           ~14     ~11, !1
         17        ECHO                                                     ~14
    9    18        ECHO                                                     '%0A'
   10    19        CONCAT                                           ~15     'Tried+to+increment+with+non-number+%28', !0
         20        CONCAT                                           ~16     ~15, '%29+for+cache+'
         21        CONCAT                                           ~17     ~16, !1
         22        ECHO                                                     ~17
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.33 ms | 1394 KiB | 13 Q