]> granicus.if.org Git - php/commit
Remove unnecessary NULL checks from zend_hash
authorNikita Popov <nikic@php.net>
Mon, 17 Jun 2013 16:51:59 +0000 (18:51 +0200)
committerNikita Popov <nikic@php.net>
Mon, 17 Jun 2013 16:51:59 +0000 (18:51 +0200)
commitae91084067cbbd2a1afaf62913d1913a6edc2c13
tree62047aa4831c4a7be94b6955244eb604a058d009
parentca660c2f778da0bc2e24295eba674351d407a854
Remove unnecessary NULL checks from zend_hash

Our memory allocation functions (including the persistent ones)
are infallible, so no need to check for NULL.
Zend/zend_hash.c