1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 17:43:13 +02:00
Files
archived-php-src/ext/gd
Niels 58d741c042 Remove unnecessary NULL-checks on ctx (#10256)
ctx can never be zero in these functions because they are dispatched
virtually by looking up their entries in ctx. Furthermore, 2 of these
checks never actually worked because ctx was dereferenced before ctx was
NULL-checked.
2023-01-08 12:09:20 +01:00
..
2022-08-24 13:40:16 +02:00
2022-10-24 15:02:55 +02:00
2021-11-24 18:26:15 +01:00
2019-09-30 15:14:02 +02:00