Copied!

Represents a variable.

$var = new Variable('a');

will be dumped as

$a 

by the PHP dumper.

CloneableInstantiable
Methods
public __construct(string $name)
public __toString() : string
Properties
private string $name
© 2025 Bruce Wells