Input var_dump Output
💡 Tips:
- Directly paste the output content of PHP var_dump() function
 - Supports all PHP data types: string, number, boolean, array, object, NULL, etc.
 - Supports formatted display of nested arrays and objects
 - Click the example button to see supported formats
 
Instructions
1. Use var_dump() function in PHP code to output variables
2. Copy the output content to the left input box
3. The tool will automatically parse and format the display
4. Click fold/unfold buttons to view nested structures
Formatted Result
No Data
Please input var_dump output content on the left
Supported Data Types
stringString
intInteger
floatFloat
boolBoolean
arrayArray
objectObject
NULLNULL
resourceResource