Skip to content

Commit

Permalink
Fixed build due to name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jun 25, 2020
1 parent 4deba4f commit 5356271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yaf_dispatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ static zend_always_inline yaf_dispatcher_object *php_yaf_dispatcher_fetch_object
zval _r, *_t;\
zend_function *_f; \
yaf_dispatcher_object *_d = (dispatcher); \
HashTable *_p = _d->plugins; \
ZEND_HASH_FOREACH_VAL(_p, _t) { \
HashTable *_pls = _d->plugins; \
ZEND_HASH_FOREACH_VAL(_pls, _t) { \
_f = zend_hash_str_find_ptr(&(Z_OBJCE_P(_t)->function_table), (ev), sizeof(ev) - 1); \
ZEND_ASSERT(_f); \
if (_f->type == ZEND_USER_FUNCTION) {\
Expand Down

0 comments on commit 5356271

Please sign in to comment.