mirror of
https://github.com/php/php-src.git
synced 2025-01-07 11:34:09 +08:00
fixed proto
This commit is contained in:
parent
c1872382ac
commit
d9c26ab299
@ -2796,7 +2796,7 @@ static int copy_request_variable(void *pDest, int num_args, va_list args, zend_h
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* {{{ proto bool import_request_variables(string types, string prefix)
|
||||
/* {{{ proto bool import_request_variables(string types [, string prefix])
|
||||
Import GET/POST/Cookie variables into the global scope */
|
||||
PHP_FUNCTION(import_request_variables)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user