| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
I was thinking a custom one for the GD extension defined in the GD extension. As I don't think any other extension is going to utilize this. |
Sorry, something went wrong.
|
Either way make sense to me. Also I am aware the old test file doesn't test exception types. Don't need to change them in this PR if we want to change them we can do it in bulk. |
Sorry, something went wrong.
There was a problem hiding this comment.
Minor nit but LGTM
Sorry, something went wrong.
|
|
||
| if ((tmp = zend_hash_str_find(Z_ARRVAL_P(options), "x", sizeof("x") - 1)) != NULL) { | ||
| if ((tmp = zend_hash_str_find(options, "x", sizeof("x") - 1)) != NULL) { | ||
| x = zval_get_double(tmp); |
There was a problem hiding this comment.
Future PR: Ideally this should use a stricter variant as tmp could be an object of an array and still pass.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Follow-up #23356 (comment)_ cc @Girgias