removed ws pollution

This commit is contained in:
foobar 2002-04-16 12:58:23 +00:00
parent 6394a85af8
commit 01ae2f026e

View file

@ -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