1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

Fix comment

This commit is contained in:
Marcus Boerger
2003-08-04 20:25:41 +00:00
parent 91a882478f
commit c80e7329bd
+1 -1
View File
@@ -362,7 +362,7 @@ static zend_class_entry *spl_array_get_ce(zval *object TSRMLS_DC)
}
/* }}} */
/* {{{ spl_array_get_ce */
/* {{{ spl_array_it_get_ce */
static zend_class_entry *spl_array_it_get_ce(zval *object TSRMLS_DC)
{
return spl_ce_array_it;