Title: PHP7 bug
Last modified: October 17, 2016

---

# PHP7 bug

 *  Resolved [nx3d](https://wordpress.org/support/users/nx3d/)
 * (@nx3d)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/php7-bug/)
 * Please change split to preg_split and change __class to some__class to get php7
   support.
 * FILE: wp-content/plugins/wp-appbox/inc/queryelements.php
    ——————————————————————————————————————————————————————–
   FOUND 1 ERROR AND 4 WARNINGS AFFECTING 5 LINES ——————————————————————————————————————————————————————–
   2254 | WARNING | Method name “phpQueryObject::__pseudoClassParam” is discouraged;
   PHP has reserved all method names with a double underscore prefix for future 
   use 2490 | WARNING | Method name “phpQueryObject::__loadSuccess” is discouraged;
   PHP has reserved all method names with a double underscore prefix for future 
   use 2654 | WARNING | Method name “phpQueryObject::___wrapAllCallback” is discouraged;
   PHP has reserved all method names with a double underscore prefix for future 
   use 4230 | ERROR | The use of function split is discouraged from PHP version 
   5.3 and forbidden from PHP version 7.0; use preg_split instead 4298 | WARNING
   | Method name “phpQueryObject::__dumpTree” is discouraged; PHP has reserved all
   method names with a double underscore prefix for future use ——————————————————————————————————————————————————————–
 * FILE: wp-content/plugins/wp-appbox/inc/getappinfo.class.php
    ————————————————————————————————–
   FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ————————————————————————————————–
   185 | WARNING | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden
   from PHP 5.4. ————————————————————————————————–
 * FILE: wp-content/plugins/wp-appbox/inc/queryelements.php.bak.php
    ——————————————————————————————————————————————————————–
   FOUND 1 ERROR AND 4 WARNINGS AFFECTING 5 LINES ——————————————————————————————————————————————————————–
   2211 | WARNING | Method name “phpQueryObject::__pseudoClassParam” is discouraged;
   PHP has reserved all method names with a double underscore prefix for future 
   use 2447 | WARNING | Method name “phpQueryObject::__loadSuccess” is discouraged;
   PHP has reserved all method names with a double underscore prefix for future 
   use 2611 | WARNING | Method name “phpQueryObject::___wrapAllCallback” is discouraged;
   PHP has reserved all method names with a double underscore prefix for future 
   use 4187 | ERROR | The use of function split is discouraged from PHP version 
   5.3 and forbidden from PHP version 7.0; use preg_split instead 4255 | WARNING
   | Method name “phpQueryObject::__dumpTree” is discouraged; PHP has reserved all
   method names with a double underscore prefix for future use ——————————————————————————————————————————————————————–

Viewing 1 replies (of 1 total)

 *  Plugin Author [Marcelismus](https://wordpress.org/support/users/marcelismus/)
 * (@marcelismus)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/php7-bug/#post-8331055)
 * Please check 3.4.5. 🙂 Should be fixed.

Viewing 1 replies (of 1 total)

The topic ‘PHP7 bug’ is closed to new replies.

 * ![](https://ps.w.org/wp-appbox/assets/icon-256×256.png?rev=976882)
 * [WP-Appbox](https://wordpress.org/plugins/wp-appbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-appbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-appbox/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-appbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-appbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-appbox/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Marcelismus](https://wordpress.org/support/users/marcelismus/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/php7-bug/#post-8331055)
 * Status: resolved