What is the output of the following code?
str_pad('PHP', 10, 'P', STR_PAD_BOTH);
H
PHPPPPPPPP
PPPPHPPPPP
PPPPPPPPHP
Submit