We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php7 -r 'class MemcachedLog extends Memcached {public function get( $key, $cache_cb = null, &$cas_token = null, &$udf_flags = null ) {}}' PHP Warning: Declaration of MemcachedLog::get($key, $cache_cb = NULL, &$cas_token = NULL, &$udf_flags = NULL) should be compatible with Memcached::get($key, $cache_cb = NULL, &$cas_token = NULL, &$udf_flags = NULL) in Command line code on line 1
php7 -r 'class MemcachedLog extends Memcached {public function get( $key, $cache_cb = null, &$cas_token = null, &$udf_flags = null ) {}}'
The text was updated successfully, but these errors were encountered:
This is already reported as #126
PHP7 increases the importance of this issue, as it has become a lot harder to ignore this warning
Sorry, something went wrong.
Fixed in php7 branch
No branches or pull requests
php7 -r 'class MemcachedLog extends Memcached {public function get( $key, $cache_cb = null, &$cas_token = null, &$udf_flags = null ) {}}'
PHP Warning: Declaration of MemcachedLog::get($key, $cache_cb = NULL, &$cas_token = NULL, &$udf_flags = NULL) should be compatible with Memcached::get($key, $cache_cb = NULL, &$cas_token = NULL, &$udf_flags = NULL) in Command line code on line 1
The text was updated successfully, but these errors were encountered: