| Subject: | it gives following error Parse error: syntax error, unexpecte... |
| Summary: | Package rating comment |
| Messages: | 2 |
| Author: | iub |
| Date: | 2012-02-01 07:56:16 |
| Update: | 2012-02-08 10:54:04 |
| |
|
|
iub rated this package as follows:
| Utility: | I am not sure |
| Consistency: | I am not sure |
| Examples: | I am not sure |
|
|
| |
1. it gives following error Parse error: syntax error, unexpecte... |
|
Reply |
|
|
 iub | 2012-02-01 07:56:16 |
it gives following error
Parse error: syntax error, unexpected T_TRY, expecting ',' or ';' in D:\xampp\htdocs\phpclassess\examples.php on line 4 |
| |
2. Re: it gives following error Parse error: syntax error, unexpect |
|
Reply |
|
|
 Ti Ju | 2012-02-08 10:54:06 - In reply to message 1 from iub |
Please add a semicolon at the end of line 3 in examples.php:
<?php
use Search\Google,
Search\Google\Exceptions;
|
|