3v4l.org

run code in 300+ PHP versions simultaneously
<?php $redis_record_query = "799|48030"; list($query_rank, $query_count) = explode('|', $redis_record_query); println($query_count . "\n"); $v = intval($query_count); println($v . "\n");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UfCTU
function name:  (null)
number of ops:  21
compiled vars:  !0 = $redis_record_query, !1 = $query_rank, !2 = $query_count, !3 = $v
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '799%7C48030'
    3     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%7C'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $5      
          5        FETCH_LIST_R                                     $6      $5, 0
          6        ASSIGN                                                   !1, $6
          7        FETCH_LIST_R                                     $8      $5, 1
          8        ASSIGN                                                   !2, $8
          9        FREE                                                     $5
    4    10        INIT_FCALL_BY_NAME                                       'println'
         11        CONCAT                                           ~10     !2, '%0A'
         12        SEND_VAL_EX                                              ~10
         13        DO_FCALL                                      0          
    6    14        CAST                                          4  ~12     !2
         15        ASSIGN                                                   !3, ~12
    7    16        INIT_FCALL_BY_NAME                                       'println'
         17        CONCAT                                           ~14     !3, '%0A'
         18        SEND_VAL_EX                                              ~14
         19        DO_FCALL                                      0          
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.88 ms | 1395 KiB | 15 Q