debug_zval_dump
PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8
debug_zval_dump - Dumps a string representation of an internal zval structure to output
Manual
debug_zval_dump(
mixed$value,
... mixed$values ): void
Dumps a string representation of an internal zval (Zend value) structure to output. This is mostly useful for understanding or debugging implementation details of the Zend Engine or PHP extensions.
Parameters
- value
-
The variable or value to dump.
- values
-
Further variables or values to dump.
Return Values
No value is returned.