3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rot = str_rot13('rotate 13'); echo "$rot\n"; echo str_rot13($rot);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LnEZA
function name:  (null)
number of ops:  12
compiled vars:  !0 = $rot
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'str_rot13'
          1        SEND_VAL                                                 'rotate+13'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    3     4        NOP                                                      
          5        FAST_CONCAT                                      ~3      !0, '%0A'
          6        ECHO                                                     ~3
    4     7        INIT_FCALL                                               'str_rot13'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $4      
         10        ECHO                                                     $4
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.19 ms | 1394 KiB | 15 Q