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