3v4l.org

run code in 300+ PHP versions simultaneously
<form action="#" method="POST"> <input type="text" name="incident_id" size="20" value="incidentId" maxlength="100"/> <?php function Kana($str) { $str = mb_convert_kana($str,"k"); echo $str; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jHW4o
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Cform+action%3D%22%23%22+method%3D%22POST%22%3E%0A%3Cinput+type%3D%22text%22+name%3D%22incident_id%22+size%3D%2220%22+value%3D%22incidentId%22+maxlength%3D%22100%22%2F%3E%0A'
    8     1      > RETURN                                                   1

Function kana:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jHW4o
function name:  Kana
number of ops:  8
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV                                             !0      
    6     1        INIT_FCALL                                               'mb_convert_kana'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 'k'
          4        DO_ICALL                                         $1      
          5        ASSIGN                                                   !0, $1
    7     6        ECHO                                                     !0
    8     7      > RETURN                                                   null

End of function kana

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.89 ms | 1398 KiB | 15 Q