Lines Matching full:consumers
267 PHP5to7_MAYBE_INIT(consumers);
268 PHP5to7_ARRAY_INIT(consumers);
270 - zend_update_property(this_ce, getThis(), ZEND_STRL("consumers"), PHP5to7_MAYBE_PTR(consumers) TSR…
271 …operty(this_ce, PHP5to8_OBJ_PROP(getThis()), ZEND_STRL("consumers"), PHP5to7_MAYBE_PTR(consumers) …
273 PHP5to7_MAYBE_DESTROY(consumers);
999 - zval *consumers = zend_read_property(amqp_channel_class_entry, channel_zv, ZEND_STRL("consumers")…
1000 + zval *consumers = zend_read_property(amqp_channel_class_entry, PHP5to8_OBJ_PROP(channel_zv), ZEND…
1002 if (IS_ARRAY != Z_TYPE_P(consumers)) {
1003 …zend_throw_exception(amqp_queue_exception_class_entry, "Invalid channel consumers, forgot to call …
1017 - consumers = zend_read_property(amqp_channel_class_entry, PHP5to7_MAYBE_PTR(current_channel_zv), …
1018 + consumers = zend_read_property(amqp_channel_class_entry, PHP5to8_OBJ_PROP(PHP5to7_MAYBE_PTR(curr…
1020 if (IS_ARRAY != Z_TYPE_P(consumers)) {
1021 …zend_throw_exception(amqp_queue_exception_class_entry, "Invalid channel consumers, forgot to call …
1037 - zval *consumers = zend_read_property(amqp_channel_class_entry, channel_zv, ZEND_STRL("consumers")…
1038 + zval *consumers = zend_read_property(amqp_channel_class_entry, PHP5to8_OBJ_PROP(channel_zv), ZEND…
1041 if (IS_ARRAY != Z_TYPE_P(consumers)) {