mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Update token_get_all() arginfo
This commit is contained in:
parent
f5db5a558d
commit
8abc3022b0
1 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@ void tokenizer_token_get_all_register_constants(INIT_FUNC_ARGS) {
|
|||
/* {{{ arginfo */
|
||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_token_get_all, 0, 0, 1)
|
||||
ZEND_ARG_INFO(0, source)
|
||||
ZEND_ARG_INFO(0, flags)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_token_name, 0, 0, 1)
|
||||
|
@ -277,7 +278,7 @@ static zend_bool tokenize_parse(zval *return_value, zend_string *source)
|
|||
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto array token_get_all(string source)
|
||||
/* {{{ proto array token_get_all(string source [, int flags])
|
||||
*/
|
||||
PHP_FUNCTION(token_get_all)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue