3v4l.org

run code in 300+ PHP versions simultaneously
<?php $lng = 'ru'; $pattern = 'At {1, time} on {1, date}, there was a disturbance on planet {0, number}.'; $MessageFormatter = new MessageFormatter($lng, $pattern); var_dump($MessageFormatter);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3rHiE
function name:  (null)
number of ops:  11
compiled vars:  !0 = $lng, !1 = $pattern, !2 = $MessageFormatter
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'ru'
    4     1        ASSIGN                                                   !1, 'At+%7B1%2C+time%7D+on+%7B1%2C+date%7D%2C+there+was+a+disturbance+on+planet+%7B0%2C+number%7D.'
    5     2        NEW                                              $5      'MessageFormatter'
          3        SEND_VAR_EX                                              !0
          4        SEND_VAR_EX                                              !1
          5        DO_FCALL                                      0          
          6        ASSIGN                                                   !2, $5
    6     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !2
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.97 ms | 1394 KiB | 15 Q