container_op_type 1915 Zend/zend_execute.c static zend_always_inline void zend_fetch_property_address(zval *result, zval *container, uint32_t container_op_type, zval *prop_ptr, uint32_t prop_op_type, void **cache_slot, int type)
container_op_type 1917 Zend/zend_execute.c     if (container_op_type != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
container_op_type 1919 Zend/zend_execute.c 			if (container_op_type == IS_VAR && UNEXPECTED(container == &EG(error_zval))) {