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
Code Examples

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.

Related Functions

Example of debug_zval_dump

Show all examples for debug_zval_dump

PHP Version:


Function debug_zval_dump:

Variable handling Functions

Most used PHP functions