Title: PHP 7
Last modified: August 31, 2016

---

# PHP 7

 *  Resolved [Dusty Rayburn](https://wordpress.org/support/users/drayburn/)
 * (@drayburn)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/php-7-18/)
 * This is more of a heads up than a complaint. In my local dev environment, I am
   beginning to test with PHP 7. In doing so, an error was generated by this plugin,
   stating:
 * > Fatal error: Switch statements may only contain one default clause in …\wp-
   > content\plugins\slash-admin\options.php on line 296
 * In looking at your code, I found a default clause on line 257 under case ‘upload’,
   then further down as indicated by the error message above you have the main switch
   default clause.
 * Not sure if the default on line 257 was intentional. I have deleted it in my 
   test environment, and so far all of your plugins functionality seems to be working
   for me.
 * Again, this is only appearing when using php 7 so it will not be a major problem
   until that becomes the defacto standard.
 * [https://wordpress.org/plugins/slash-admin/](https://wordpress.org/plugins/slash-admin/)

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

 *  Plugin Author [Giorgos Sarigiannidis](https://wordpress.org/support/users/gsarig/)
 * (@gsarig)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/php-7-18/#post-6972502)
 * Thank you for taking the time to report this.
 * I was planning to migrate some of my sites to php 7 as soon as I found some free
   time anyway, so, hopefully, the required update to the plugin’s code won’t be
   late.
 *  Plugin Author [Giorgos Sarigiannidis](https://wordpress.org/support/users/gsarig/)
 * (@gsarig)
 * [10 years ago](https://wordpress.org/support/topic/php-7-18/#post-6972779)
 * The latest version should fix the issue

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

The topic ‘PHP 7’ is closed to new replies.

 * ![](https://ps.w.org/slash-admin/assets/icon-256x256.jpg?rev=2841285)
 * [Slash Admin](https://wordpress.org/plugins/slash-admin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slash-admin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slash-admin/)
 * [Active Topics](https://wordpress.org/support/plugin/slash-admin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slash-admin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slash-admin/reviews/)

## Tags

 * [PHP7](https://wordpress.org/support/topic-tag/php7/)

 * 2 replies
 * 2 participants
 * Last reply from: [Giorgos Sarigiannidis](https://wordpress.org/support/users/gsarig/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/php-7-18/#post-6972779)
 * Status: resolved