]> granicus.if.org Git - php/commit
Remove redundant $this args in SplObjectStorage implementation
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 10 Apr 2019 07:44:06 +0000 (09:44 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 10 Apr 2019 07:44:06 +0000 (09:44 +0200)
commitdc17ca60446c66200f17d430ced538adc7c7d211
tree79dd45a6213a3c1b998355bbe212e75406b64532
parent03783bb55d4fff1cb6ec4cb2fced4a7e03f80ca0
Remove redundant $this args in SplObjectStorage implementation

If we pass intern we can get the object from &intern->std, no need
to pass around an extra argument everywhere.
ext/spl/spl_observer.c