3v4l.org

run code in 300+ PHP versions simultaneously
<?php function __($text) { return $text; } $varA = 'A'; $varB = 'B'; $screen_title = sprintf( __( '%1$s &#8220;%2$s&#8221;' ), $varA, $varB );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/88qOj
function name:  (null)
number of ops:  12
compiled vars:  !0 = $varA, !1 = $varB, !2 = $screen_title
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   ASSIGN                                                   !0, 'A'
    7     1        ASSIGN                                                   !1, 'B'
    8     2        INIT_FCALL                                               'sprintf'
    9     3        INIT_FCALL                                               '__'
          4        SEND_VAL                                                 '%251%24s+%26%238220%3B%252%24s%26%238221%3B'
          5        DO_FCALL                                      0  $5      
          6        SEND_VAR                                                 $5
   10     7        SEND_VAR                                                 !0
   11     8        SEND_VAR                                                 !1
    8     9        DO_ICALL                                         $6      
         10        ASSIGN                                                   !2, $6
   12    11      > RETURN                                                   1

Function __:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/88qOj
function name:  __
number of ops:  3
compiled vars:  !0 = $text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
    3     1      > RETURN                                                   !0
    4     2*     > RETURN                                                   null

End of function __

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.03 ms | 1428 KiB | 15 Q