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