News Feed
Jobs Feed
Sections




News Archive
Derick Rethans' Blog:
Debugging Variables
February 10, 2011 @ 09:26:18

Derick Rethans has a new post to his blog today looking at a way you can dig inside of a variable that might be causing you trouble with the help of the debug_zval_dump method - a PHP function that dumps a string representation of an internal zend value directly to the standard output method (usually an "echo").

The internal representation of a PHP variable container (called zval), contains the type and value of a variable, but also whether it is a reference and what its refcount is. Due to PHP's copy-on-write policy, one specific zval container can be used by multiple variables at the same time as we will see in a bit.

He talks about what the "refcount" field of a variable means and some simple examples showing a single reference, more than one symbols and how PHP handles a "split upon assignment". He also mentions Xdebug's method xdebug_debug_zval that takes in a variable name rather than the variable itself.

1 comment voice your opinion now!
debug variable debugzvaldump tutorial


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Zend Framework Tutorial (Update)

Vanessa Vasile's Blog:Using PHP to Extract Image Exif Data

Tutorial: An Introduction to PHPIDS (PHP-Intrusion Detection System)

IBM developerWorks: 30 game scripts you can write in PHP, Part 1: Creating 10 fundamental scripts

Devshed: A Close Look at the GD Library in PHP


Community Events











Don't see your event here?
Let us know!


database introduction podcast language interview framework testing series phpunit release opinion functional conference symfony2 example usergroup development rest zendframework2 community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework