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; echo "\n\n"; echo "Bad transaction key ($Key) for cache ".$MemcacheDBKey; echo "\n"; echo "Tried to delete non-existent row ($Row) for cache ".$MemcacheDBKey;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/W394U
function name:  (null)
number of ops:  36
compiled vars:  !0 = $Key, !1 = $MemcacheDBKey, !2 = $Row
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  ~6      'Tried+to+increment+with+non-number+%28'
          3        ROPE_ADD                                      1  ~6      ~6, !0
          4        ROPE_END                                      2  ~5      ~6, '%29+for+cache+'
          5        CONCAT                                           ~8      ~5, !1
          6        ECHO                                                     ~8
    5     7        ECHO                                                     '%0A'
    6     8        CONCAT                                           ~9      'Tried+to+increment+with+non-number+%28', !0
          9        CONCAT                                           ~10     ~9, '%29+for+cache+'
         10        CONCAT                                           ~11     ~10, !1
         11        ECHO                                                     ~11
    7    12        ECHO                                                     '%0A'
    8    13        ROPE_INIT                                     3  ~13     'Tried+to+increment+with+non-number+%28'
         14        ROPE_ADD                                      1  ~13     ~13, !0
         15        ROPE_END                                      2  ~12     ~13, '%29+for+cache+'
         16        CONCAT                                           ~15     ~12, !1
         17        ECHO                                                     ~15
    9    18        ECHO                                                     '%0A'
   10    19        CONCAT                                           ~16     'Tried+to+increment+with+non-number+%28', !0
         20        CONCAT                                           ~17     ~16, '%29+for+cache+'
         21        CONCAT                                           ~18     ~17, !1
         22        ECHO                                                     ~18
   12    23        ECHO                                                     '%0A%0A'
   13    24        ROPE_INIT                                     3  ~20     'Bad+transaction+key+%28'
         25        ROPE_ADD                                      1  ~20     ~20, !0
         26        ROPE_END                                      2  ~19     ~20, '%29+for+cache+'
         27        CONCAT                                           ~22     ~19, !1
         28        ECHO                                                     ~22
   14    29        ECHO                                                     '%0A'
   15    30        ROPE_INIT                                     3  ~24     'Tried+to+delete+non-existent+row+%28'
         31        ROPE_ADD                                      1  ~24     ~24, !2
         32        ROPE_END                                      2  ~23     ~24, '%29+for+cache+'
         33        CONCAT                                           ~26     ~23, !1
         34        ECHO                                                     ~26
         35      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.48 ms | 1399 KiB | 13 Q