]> source.dussan.org Git - nextcloud-server.git/commit
Restoring the error handler within the error handler causes unexpected results
authorJoas Schilling <coding@schilljs.com>
Thu, 20 Apr 2017 10:23:34 +0000 (12:23 +0200)
committerJoas Schilling <coding@schilljs.com>
Thu, 20 Apr 2017 10:23:34 +0000 (12:23 +0200)
commit24789ba0f4b6961adce71fca1dc58b847d1e5e22
tree4929a94c4c07821c4ef8bc78988d37ad38823453
parent38c901fadfdd116d0597428789eb3963e200f9d4
Restoring the error handler within the error handler causes unexpected results

See http://php.net/manual/en/function.restore-error-handler.php#120879
for more information.

Signed-off-by: Joas Schilling <coding@schilljs.com>
tests/lib/Memcache/RedisTest.php