21 May 2012 21:13
Re: [PHP-DEV] memory usage ouchy
Gustavo Lopes <glopes <at> nebm.ist.utl.pt>
2012-05-21 19:13:52 GMT
2012-05-21 19:13:52 GMT
On Mon, 21 May 2012 20:47:51 +0200, Rasmus Schultz <rasmus <at> mindplay.dk> wrote: > I just realized something that never occurred to me before - every > property is actually stored as a hash. > > This test-script will demonstrate: > > [snip] The test-script contains no information about the version of PHP you're using. Starting with PHP 5.4, the properties hash table is only created if you're storing dynamic properties (i.e. assigning undeclared properties) or if it otherwise requested. Otherwise, they're stored in an array. -- Gustavo Lopes -- -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
RSS Feed