Title: Parse error
Last modified: August 20, 2016

---

# Parse error

 *  Resolved [Punktir](https://wordpress.org/support/users/punktir/)
 * (@punktir)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/parse-error-147/)
 * Parse error: syntax error, unexpected T_STRING in /…/plugins/easy-filter/ez-filter.
   php on line 12
 * [http://wordpress.org/extend/plugins/easy-filter/](http://wordpress.org/extend/plugins/easy-filter/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Roni Saha](https://wordpress.org/support/users/ronisaha/)
 * (@ronisaha)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/parse-error-147/#post-3180605)
 * I’m assuming the problem is with your PHP version.
 * The Plugin Is developed as Fully OOP using NAMESPACE.
 * So if your PHP version is prior 5.3 the plugin should not work!!
 *  [Kenan](https://wordpress.org/support/users/hodzickenan/)
 * (@hodzickenan)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/parse-error-147/#post-3180639)
 * I have the same error, and my PHP version is 5.3.22.
    Parse error: syntax error,
   unexpected T_STRING in ../wp-content/plugins/easy-filter/ez-filter.php on line
   12
 * Any other idea?
    Thanks
 *  Plugin Author [Roni Saha](https://wordpress.org/support/users/ronisaha/)
 * (@ronisaha)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/parse-error-147/#post-3180640)
 * Hi Kenan,
    The problem would/should only occurred if and only if your server 
   is not recognize the namespace keyword. And as per [http://www.php.net/](http://www.php.net/)
   Namespace is implemented from version 5.3.0. So if php version of your server
   is 5.3.22. The error should not be occurred!
 * You may try to execute a simple script with single line of code like
 * namespace MyNameSpace;
 * if it also throws an error. Than its obvious, your server could not recognize
   the namespace keyword. try to run a script with
    phpinfo(); function to be sure
   about the PHP version you are running.
 * Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Parse error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-filter_213951.svg)
 * [Easy Filter](https://wordpress.org/plugins/easy-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-filter/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Roni Saha](https://wordpress.org/support/users/ronisaha/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/parse-error-147/#post-3180640)
 * Status: resolved