File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,12 @@ Tokenize
6
6
[ ![ BSD Licence] ( https://raw.githubusercontent.com/xp-framework/web/master/static/licence-bsd.png )] ( https://github.com/xp-framework/core/blob/master/LICENCE.md )
7
7
[ ![ Required PHP 5.5+] ( https://raw.githubusercontent.com/xp-framework/web/master/static/php-5_5plus.png )] ( http://php.net/ )
8
8
[ ![ Supports PHP 7.0+] ( https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png )] ( http://php.net/ )
9
- [ ![ Supports HHVM 3.4+] ( https://raw.githubusercontent.com/xp-framework/web/master/static/hhvm-3_4plus.png )] ( http://hhvm.com/ )
10
9
[ ![ Latest Stable Version] ( https://poser.pugx.org/xp-framework/tokenize/version.png )] ( https://packagist.org/packages/xp-framework/tokenize )
11
10
12
11
Tokenizing text
13
12
14
13
``` php
15
- use text\StringTokenizer;
16
- use text\StreamTokenizer;
14
+ use text\{StringTokenizer, StreamTokenizer};
17
15
use io\File;
18
16
19
17
// Supports strings and streams
You can’t perform that action at this time.
0 commit comments