mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-21 22:53:41 +01:00
6 lines
46 B
PHP
6 lines
46 B
PHP
|
<?php
|
||
|
|
||
|
$a = 'Wert von a';
|
||
|
$b = 'a';
|
||
|
|
||
|
echo $$b;
|