diff options
| author | Stanislav Malyshev <stas@php.net> | 2013-08-04 16:07:13 -0700 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2013-08-04 16:07:13 -0700 |
| commit | 68e8326e0ea5db3bf4dc5cc0f50b56a4a8f4e5ce (patch) | |
| tree | 8fe70eda03310fcc56c100bfad951741fd5565aa /ext/mysql/php_mysql.c | |
| parent | c620a51a3249c0b8ff3943bceb91c6fb7cc1dd4a (diff) | |
| parent | c793a6569013f9ab46f2cd7331cc1a04aa42cbed (diff) | |
| download | php-git-68e8326e0ea5db3bf4dc5cc0f50b56a4a8f4e5ce.tar.gz | |
Merge branch 'PHP-5.5'
* PHP-5.5:
non living code related typo fixes
Diffstat (limited to 'ext/mysql/php_mysql.c')
| -rw-r--r-- | ext/mysql/php_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 3b50dd5ede..88bb9ab21e 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -1922,7 +1922,7 @@ PHP_FUNCTION(mysql_result) /* johannes TODO: -Do 2 zend_parse_paramters calls instead of type "z" and switch below +Do 2 zend_parse_parameters calls instead of type "z" and switch below Q: String or long first? */ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl|z", &result, &row, &field) == FAILURE) { |
