Skip to content

Use zend_result as return for properties in ext/dom - #12113

Merged
ndossche merged 1 commit into
php:masterfrom
ndossche:dom-zend-result
Sep 2, 2023
Merged

Use zend_result as return for properties in ext/dom#12113
ndossche merged 1 commit into
php:masterfrom
ndossche:dom-zend-result

Conversation

@ndossche

@ndossche ndossche commented Sep 2, 2023

Copy link
Copy Markdown
Member

No description provided.

@Girgias Girgias left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if CI is also happy :D

Comment thread ext/dom/dom_properties.h
zend_result dom_document_config_read(dom_object *obj, zval *retval);
zend_result dom_document_format_output_read(dom_object *obj, zval *retval);
zend_result dom_document_format_output_write(dom_object *obj, zval *newval);
zend_result dom_document_validate_on_parse_read(dom_object *obj, zval *retval);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was that a sneaky tab between the int and the function name before 🤔

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep

@ndossche
ndossche merged commit 4844318 into php:master Sep 2, 2023
adrian-enspired pushed a commit to adrian-enspired/php-src that referenced this pull request Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants