]> granicus.if.org Git - php/commit
Extract zend_get_callable_name() API
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 25 Jun 2017 15:55:56 +0000 (17:55 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 25 Jun 2017 16:26:03 +0000 (18:26 +0200)
commitee8e75aab4eeb88dde05b98fa982bbee745819b2
tree675598d2ea0d874fb9f161a62206ac98b60d7715
parent205807f60ed3e76b318bbd398e51b764c7e2317d
Extract zend_get_callable_name() API

Instead of interleaving this inside zend_is_callable(), implement
this in a separate function instead.

Also add _deref() hash APIs. I've wanted these for a while, and
this is another place where they're useful, so finally do it...
Zend/zend_API.c
Zend/zend_API.h
Zend/zend_hash.h