3v4l.org

run code in 300+ PHP versions simultaneously
<?php $resultGoal = strtr('Первый гол: {0} на {1} мин.', array( "{0}" => "Динамо Киев", "{1}" => "87" )); echo $resultGoal;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/52unX
function name:  (null)
number of ops:  7
compiled vars:  !0 = $resultGoal
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtr'
          1        SEND_VAL                                                 '%D0%9F%D0%B5%D1%80%D0%B2%D1%8B%D0%B9+%D0%B3%D0%BE%D0%BB%3A+%7B0%7D+%D0%BD%D0%B0+%7B1%7D+%D0%BC%D0%B8%D0%BD.'
    4     2        SEND_VAL                                                 <array>
          3        DO_ICALL                                         $1      
    3     4        ASSIGN                                                   !0, $1
    7     5        ECHO                                                     !0
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.68 ms | 1394 KiB | 15 Q