FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Meaningful data type for _parameter_reference's "required" field by paulbarbu · Pull Request #15 · php/php-src · GitHub

/ php-src Public
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension .c  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
Next Next commit
fixed comment about the function's retval
  • Loading branch information
Barbu Paul - Gheorghe committed Apr 5, 2012
commit 086c10e400a4c025391df8fe63fcf35ee728c014
2 changes: 1 addition & 1 deletion ext/reflection/php_reflection.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -1980,7 +1980,7 @@ ZEND_METHOD(reflection_function, returnsReference)
/* }}} */

/* {{{ proto public bool ReflectionFunction::getNumberOfParameters()
Gets the number of required parameters */
Gets the total number of parameters */
ZEND_METHOD(reflection_function, getNumberOfParameters)
{
reflection_object *intern;
Expand Down

Back | FazBrowse Home | New Git URL