3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo (strtoupper("hi my name is kelsey")); echo "<br />"; echo (strtolower("HI MY NAME IS KELSEY")); echo "<br />"; echo (ucfirst("hi my name is kelsey")); echo "<br />"; echo (ucwords("hi my name is kelsey")); echo "<br />"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3YUUm
function name:  (null)
number of ops:  21
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'strtoupper'
          1        SEND_VAL                                                 'hi+my+name+is+kelsey'
          2        DO_ICALL                                         $0      
          3        ECHO                                                     $0
    3     4        ECHO                                                     '%3Cbr+%2F%3E'
    4     5        INIT_FCALL                                               'strtolower'
          6        SEND_VAL                                                 'HI+MY+NAME+IS+KELSEY'
          7        DO_ICALL                                         $1      
          8        ECHO                                                     $1
    5     9        ECHO                                                     '%3Cbr+%2F%3E'
    6    10        INIT_FCALL                                               'ucfirst'
         11        SEND_VAL                                                 'hi+my+name+is+kelsey'
         12        DO_ICALL                                         $2      
         13        ECHO                                                     $2
    7    14        ECHO                                                     '%3Cbr+%2F%3E'
    8    15        INIT_FCALL                                               'ucwords'
         16        SEND_VAL                                                 'hi+my+name+is+kelsey'
         17        DO_ICALL                                         $3      
         18        ECHO                                                     $3
    9    19        ECHO                                                     '%3Cbr+%2F%3E'
   10    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.55 ms | 1395 KiB | 21 Q