<?php /** * Created by PhpStorm. * User: stowdgl * Date: 27.02.19 * Time: 15:24 */ $var = "PHP"; $$var = "Rules"; echo $var;