3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.44 ms | 1410 KiB | 15 Q