You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Zend/zend_builtin_functions.c
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -600,8 +600,8 @@ ZEND_FUNCTION(strncasecmp)
600
600
}
601
601
/* }}} */
602
602
603
-
/* {{{ proto array each(array arr)
604
-
Return the currently pointed key..value pair in the passed array, and advance the pointer to the next element */
603
+
/* {{{ proto mixed each(array &arr)
604
+
Return the currently pointed key..value pair in the passed array, and advance the pointer to the next element, or false if there is no element at this place */
0 commit comments