3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Key = "xyz123"; $Row = "zzxz1121"; $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/EfXtn
function name:  (null)
number of ops:  37
compiled vars:  !0 = $Key, !1 = $Row, !2 = $MemcacheDBKey
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'xyz123'
    3     1        ASSIGN                                                   !1, 'zzxz1121'
    4     2        ASSIGN                                                   !2, 'cachevalue'
    5     3        ROPE_INIT                                     3  ~7      'Tried+to+increment+with+non-number+%28'
          4        ROPE_ADD                                      1  ~7      ~7, !0
          5        ROPE_END                                      2  ~6      ~7, '%29+for+cache+'
          6        CONCAT                                           ~9      ~6, !2
          7        ECHO                                                     ~9
    6     8        ECHO                                                     '%0A'
    7     9        CONCAT                                           ~10     'Tried+to+increment+with+non-number+%28', !0
         10        CONCAT                                           ~11     ~10, '%29+for+cache+'
         11        CONCAT                                           ~12     ~11, !2
         12        ECHO                                                     ~12
    8    13        ECHO                                                     '%0A'
    9    14        ROPE_INIT                                     3  ~14     'Tried+to+increment+with+non-number+%28'
         15        ROPE_ADD                                      1  ~14     ~14, !0
         16        ROPE_END                                      2  ~13     ~14, '%29+for+cache+'
         17        CONCAT                                           ~16     ~13, !2
         18        ECHO                                                     ~16
   10    19        ECHO                                                     '%0A'
   11    20        CONCAT                                           ~17     'Tried+to+increment+with+non-number+%28', !0
         21        CONCAT                                           ~18     ~17, '%29+for+cache+'
         22        CONCAT                                           ~19     ~18, !2
         23        ECHO                                                     ~19
   13    24        ECHO                                                     '%0A%0A'
   14    25        ROPE_INIT                                     3  ~21     'Bad+transaction+key+%28'
         26        ROPE_ADD                                      1  ~21     ~21, !0
         27        ROPE_END                                      2  ~20     ~21, '%29+for+cache+'
         28        CONCAT                                           ~23     ~20, !2
         29        ECHO                                                     ~23
   15    30        ECHO                                                     '%0A'
   16    31        ROPE_INIT                                     3  ~25     'Tried+to+delete+non-existent+row+%28'
         32        ROPE_ADD                                      1  ~25     ~25, !1
         33        ROPE_END                                      2  ~24     ~25, '%29+for+cache+'
         34        CONCAT                                           ~27     ~24, !2
         35        ECHO                                                     ~27
         36      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.21 ms | 1399 KiB | 13 Q