public
void
|
#
__construct(
array
$patterns,
$flags = ''
)
Lexical scanner. Lexical scanner. Parameters$patterns string$flags |
public
|
#
tokenize(
$input
)
|
public
|
#
getIterator(
)
Implementation of |
public
|
#
nextToken(
$i
)
|
public
|
#
getOffset(
$i
)
|
Methods Inherited From NObject
getReflection(), __call(), __callStatic(), extensionMethod(), __get(), __set(), __isset(), __unset()
RE_STRING |
'\'(?:\\\\.|[^\'\\\\])*\'|"(?:\\\\.|[^"\\\\])*"' # |
T_WHITESPACE |
371 # |
T_COMMENT |
366 # |
array
|
$tokens | NULL |
# |