php-compatibility-checker
-
Do we have to worry about these errors/warnings?
[Test] ~ ~/wp-content/plugins # /wp-cli/wp –allow-root phpcompat 7.2 –scan=active
Testing compatibility with PHP 7.2.Name: BackWPup
FILE: ~ ~/wp-content/plugins/backwpup/vendor/microsoft/windowsazure/deprecated/ChannelManager.php
——————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————
1 | WARNING | File has mixed line endings; this may cause incorrect results
——————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/microsoft/windowsazure/WindowsAzure/Table/Internal/MimeReaderWriter.php
————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————————————-
1 | WARNING | File has mixed line endings; this may cause incorrect results
————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/microsoft/windowsazure/WindowsAzure/Common/Internal/Resources.php
——————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————-
1 | WARNING | File has mixed line endings; this may cause incorrect results
——————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/microsoft/windowsazure/WindowsAzure/Common/Internal/Utilities.php
——————————————————————————————————————————————————-
FOUND 4 ERRORS AFFECTING 3 LINES
——————————————————————————————————————————————————-
691 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
691 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
692 | ERROR | The constant “MCRYPT_RIJNDAEL_128” is deprecated since PHP 7.1 and removed since PHP 7.2
695 | ERROR | The constant “MCRYPT_MODE_ECB” is deprecated since PHP 7.1 and removed since PHP 7.2
——————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/microsoft/windowsazure/WindowsAzure/MediaServices/Models/ContentKey.php
——————————————————————————————————————————————————-
FOUND 4 ERRORS AFFECTING 3 LINES
——————————————————————————————————————————————————-
420 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
420 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
421 | ERROR | The constant “MCRYPT_RIJNDAEL_128” is deprecated since PHP 7.1 and removed since PHP 7.2
424 | ERROR | The constant “MCRYPT_MODE_ECB” is deprecated since PHP 7.1 and removed since PHP 7.2
——————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/microsoft/windowsazure/WindowsAzure/MediaServices/MediaServicesRestProxy.php
——————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————
1 | WARNING | File has mixed line endings; this may cause incorrect results
——————————————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/pear/mail_mime-decode/Mail/mimeDecode.php
——————————————————————————————————-
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
——————————————————————————————————-
116 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
207 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
220 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
230 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
——————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/pear/mail_mime-decode/Mail/mime.php
————————————————————————————————-
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
————————————————————————————————-
91 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
389 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/pear/mail_mime-decode/Mail/mimePart.php
—————————————————————————————————–
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
—————————————————————————————————–
127 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
295 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
—————————————————————————————————–FILE: ~ ~/wp-content/plugins/backwpup/vendor/pear/mail_mime/Mail/mime.php
———————————————————————————————————-
FOUND 6 ERRORS AFFECTING 6 LINES
———————————————————————————————————-
498 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
504 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
773 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
789 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
826 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
837 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
———————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/pear/mail_mime/Mail/mimePart.php
———————————————————————————————————-
FOUND 4 ERRORS AFFECTING 4 LINES
———————————————————————————————————-
344 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
348 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
396 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
406 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
———————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/pear/pear-core-minimal/src/PEAR.php
————————————————————————————————-
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 2 LINES
————————————————————————————————-
52 | WARNING | INI directive ‘track_errors’ is deprecated since PHP 7.2
767 | WARNING | Function dl() is deprecated since PHP 5.3
767 | WARNING | Function dl() is deprecated since PHP 5.3
————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/pear/http_request2/HTTP/Request2/Response.php
———————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————–
431 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
———————————————————————————————————–FILE: ~ ~/wp-content/plugins/backwpup/vendor/pear/http_request2/HTTP/Request2.php
———————————————————————————————————–
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
———————————————————————————————————–
936 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
940 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
951 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
———————————————————————————————————–FILE: ~ ~/wp-content/plugins/backwpup/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php
——————————————————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————
3 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php
——————————————————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————
3 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php
——————————————————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————
3 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php
——————————————————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————
3 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php
——————————————————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————
3 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php
——————————————————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————
3 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php
——————————————————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————
3 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php
——————————————————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————
3 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php
——————————————————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————
3 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Marshaler.php
————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————
140 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Iterator/ItemIterator.php
————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————————
109 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
————————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Database.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/DatastoreVersion.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Backup.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/User.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Configuration.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Instance.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Datastore.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/CheckType.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Entity.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Metric.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHost.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationType.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Alarm.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Zone.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Notification.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentTarget.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHostInfo.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/View.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/ReadOnlyResource.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentConnection.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentToken.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Check.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationHistory.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationPlan.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Agent.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/MetricDataPoint.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Changelog.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AbstractResource.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/HasPtrRecordsInterface.php
——————————————————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————
3 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/AsyncResponse.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Subdomain.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Record.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Domain.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/PtrRecord.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/AbstractResource.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Flavor.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/ServerMetadata.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Network.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/VolumeAttachment.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/KeyPair.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Image.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Server.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Message.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Claim.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Queue.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/GroupConfiguration.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Group.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/ScalingPolicy.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/LaunchConfiguration.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Webhook.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/AbstractResource.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Snapshot.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/VolumeType.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Volume.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/Resource.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
29 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_CLASS)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/ResourceType.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/Stack.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/BuildInfo.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/Event.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/SecurityGroupRule.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/Network.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/SecurityGroup.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/Subnet.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/NetworkInterface.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/Port.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionLogging.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/CertificateMapping.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ErrorPage.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ContentCaching.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Stats.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Metadata.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/HealthMonitor.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/NodeEvent.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/UsageRecord.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Protocol.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/NonIdUriResource.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Node.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Access.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ReadOnlyResource.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/LoadBalancer.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SSLTermination.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionThrottle.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SessionPersistence.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/VirtualIp.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/AllowedDomain.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Algorithm.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/AbstractResource.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/ImageInterface.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/Schema/Property.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/Schema/Schema.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/Schema/AbstractSchemaItem.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/AbstractSchemaResource.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/Member.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/Image.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/JsonPatch/Operation.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/JsonPatch/Document.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/JsonPatch/Encoder.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php
——————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————————-
18 | WARNING | ‘resource’ is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
——————————————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
—————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————————
182 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$host}
—————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
———————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————
10 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
———————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php
———————————————————————————————————————————————————-
FOUND 45 ERRORS AND 1 WARNING AFFECTING 26 LINES
———————————————————————————————————————————————————-
792 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
792 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
825 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
825 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
828 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
828 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
833 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
833 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
842 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
842 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
852 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
852 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
855 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
855 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
1132 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
1132 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
1160 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
1160 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
1165 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
1165 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
1174 | ERROR | Function mdecrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
1177 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
1177 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
1659 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
1659 | ERROR | Function mcrypt_list_algorithms() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
1738 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
1738 | ERROR | Function mcrypt_module_close() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
1739 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
1739 | ERROR | Function mcrypt_module_close() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
1744 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
1744 | ERROR | Function mcrypt_module_close() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
1851 | ERROR | The constant “MCRYPT_MODE_ECB” is deprecated since PHP 7.1 and removed since PHP 7.2
1852 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
1854 | ERROR | The constant “MCRYPT_MODE_CFB” is deprecated since PHP 7.1 and removed since PHP 7.2
1855 | ERROR | The constant “MCRYPT_MODE_NOFB” is deprecated since PHP 7.1 and removed since PHP 7.2
1856 | ERROR | The constant “MCRYPT_MODE_STREAM” is deprecated since PHP 7.1 and removed since PHP 7.2
1859 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
1859 | ERROR | Function mcrypt_module_open() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
1860 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
1860 | ERROR | Function mcrypt_module_open() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
1866 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
1866 | ERROR | Function mcrypt_module_open() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
1866 | ERROR | The constant “MCRYPT_MODE_ECB” is deprecated since PHP 7.1 and removed since PHP 7.2
1871 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
1871 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
2610 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
———————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
——————————————————————————————————————————————————-
FOUND 5 ERRORS AFFECTING 2 LINES
——————————————————————————————————————————————————-
69 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
69 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
108 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
108 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
108 | ERROR | The constant “MCRYPT_DEV_URANDOM” is deprecated since PHP 7.1 and removed since PHP 7.2
——————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php
————————————————————————————————————————————-
FOUND 2 ERRORS AFFECTING 2 LINES
————————————————————————————————————————————-
87 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
91 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SimpleMailInvoker.php
—————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————————————————
33 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
—————————————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php
———————————————————————————————————————————
FOUND 4 ERRORS AFFECTING 4 LINES
———————————————————————————————————————————
180 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
187 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
207 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
213 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
———————————————————————————————————————————FILE: ~ ~/wp-content/plugins/backwpup/inc/class-encryption-mcrypt.php
——————————————————————————————————————————————————-
FOUND 24 ERRORS AFFECTING 6 LINES
——————————————————————————————————————————————————-
59 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
59 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
59 | ERROR | The constant “MCRYPT_RIJNDAEL_256” is deprecated since PHP 7.1 and removed since PHP 7.2
59 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
60 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
60 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
60 | ERROR | The constant “MCRYPT_RIJNDAEL_256” is deprecated since PHP 7.1 and removed since PHP 7.2
60 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
96 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
96 | ERROR | Function mcrypt_decrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
96 | ERROR | The constant “MCRYPT_RIJNDAEL_256” is deprecated since PHP 7.1 and removed since PHP 7.2
96 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
97 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
97 | ERROR | Function mcrypt_decrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
97 | ERROR | The constant “MCRYPT_RIJNDAEL_256” is deprecated since PHP 7.1 and removed since PHP 7.2
97 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
118 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
118 | ERROR | Function mcrypt_decrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
118 | ERROR | The constant “MCRYPT_RIJNDAEL_256” is deprecated since PHP 7.1 and removed since PHP 7.2
118 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
119 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
119 | ERROR | Function mcrypt_decrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
119 | ERROR | The constant “MCRYPT_RIJNDAEL_256” is deprecated since PHP 7.1 and removed since PHP 7.2
119 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
——————————————————————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/inc/class-system-tests.php
————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————-
111 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
————————————————————————————————-FILE: ~ ~/wp-content/plugins/backwpup/inc/class-destination-email.php
————————————————————————————–
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
————————————————————————————–
304 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
433 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
————————————————————————————–
- The topic ‘php-compatibility-checker’ is closed to new replies.