mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
removed ws pollution
This commit is contained in:
parent
6394a85af8
commit
01ae2f026e
1 changed files with 120 additions and 125 deletions
|
@ -467,8 +467,6 @@ get_token_type_name(int token_type)
|
|||
return "UNKNOWN";
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* {{{ proto array token_get_all(string source)
|
||||
*/
|
||||
PHP_FUNCTION(token_get_all)
|
||||
|
@ -497,7 +495,6 @@ PHP_FUNCTION(token_get_all)
|
|||
|
||||
/* {{{ proto string token_name(int type)
|
||||
*/
|
||||
|
||||
PHP_FUNCTION(token_name)
|
||||
{
|
||||
int argc = ZEND_NUM_ARGS();
|
||||
|
@ -508,10 +505,8 @@ PHP_FUNCTION(token_name)
|
|||
}
|
||||
RETVAL_STRING(get_token_type_name(type), 1);
|
||||
}
|
||||
|
||||
/* }}} */
|
||||
|
||||
|
||||
/*
|
||||
* Local variables:
|
||||
* tab-width: 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue