Skip to content

Fix function proto comment typo for ZEND_API void zend_user_it_invalidate_curren #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

reeze
Copy link
Contributor

@reeze reeze commented May 3, 2012

Hi,

it's not intentional for alias, am I right? since zend_user_it_invalidate_current marked
as ZEND_API.

/* {{{ zend_user_it_dtor _/
ZEND_API void _zend_user_it_invalidate_current* (zend_object_iterator *_iter TSRMLS_DC)

/* {{{ zend_user_it_dtor */
ZEND_API void zend_user_it_invalidate_current(zend_object_iterator *_iter TSRMLS_DC)
{
}
/* }}} */

/* {{{ zend_user_it_dtor */
static void zend_user_it_dtor(zend_object_iterator *_iter TSRMLS_DC)
{
}
/* }}} */

@php-pulls
Copy link

Comment on behalf of laruence at php.net:

picked in http://git.php.net/?p=php-src.git;a=commitdiff;h=bbf8a50281ae46c6572bd5e68f62826cde356a28

@php-pulls php-pulls closed this May 3, 2012
php-pulls pushed a commit that referenced this pull request Apr 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants