mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
ec73d882d6
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
10 lines
185 B
Text
10 lines
185 B
Text
How to use phply?
|
|
-----------------
|
|
|
|
For the lexer test execute in a shell:
|
|
|
|
$ phplex /path/to/file_name.php
|
|
|
|
For the parser test execute in a shell:
|
|
|
|
$ phpparse /path/to/file_name.php
|