DEBUG_ZVAL_DUMP
Dumps a string representation of an internal zend value to output
SYNTAX
debug_zval_dump ( mixed $variable [, mixed $... ] ) : void
PARAMETERS
variable
The variable being evaluated.
RETURN
No value is returned.
EXAMPLES
1
string(5) "Hello" refcount(1)
2
string(5) "Hello" refcount(1)
string(6) "World!" refcount(1)
3
string(5) "Hello" refcount(1)
string(5) "Hello" refcount(1)
4
string(5) "Hello" refcount(1)
string(5) "Hello" refcount(1)