dumpScalar()
dumpScalar(\Symfony\Component\VarDumper\Cloner\Cursor $cursor, string $type, scalar $value)
Dumps a scalar value.
Parameters
| \Symfony\Component\VarDumper\Cloner\Cursor | $cursor | The Cursor position in the dump. |
| string | $type | The PHP type of the value being dumped. |
| scalar | $value | The scalar value being dumped. |