xxxxxxxxxx
// go to wordpress folder you install.
//university\app\public\experiment.php
create file you want that don't match other file.
and run your php file.
<?php echo 2+2; $myname="Shirshak"; ?>
<h1>This page is all about <?php echo $myname ?> </h1>
<?php echo 2+2 ?>