Skip to content

Fix GH-16473: dom_import_simplexml stub is wrong #16489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

nielsdos
Copy link
Member

It's been wrong since PHP 8.0 at least, and the signature was inherited in 8.4-dev to the new DOM methods.

Note for self: when merging up also fix the variant in the Dom namespace in 8.4-dev.

@nielsdos nielsdos requested a review from kocsismate as a code owner October 17, 2024 19:36
@nielsdos nielsdos linked an issue Oct 17, 2024 that may be closed by this pull request
It's been wrong since PHP 8.0 at least, and the signature was inherited
in 8.4-dev to the new DOM methods.
cmb69 added a commit to cmb69/doc-en that referenced this pull request Oct 17, 2024
@nielsdos nielsdos closed this in 41af933 Oct 17, 2024
cmb69 added a commit to php/doc-en that referenced this pull request Oct 19, 2024
* Fix dom_import_simplexml() return type (see <php/php-src#16489>)
* Fix return values section, too
* Update function and parameter descriptions
* Clarify aliasing/view behavior and add example

Co-authored-by: Niels Dossche <[email protected]>
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.

dom_import_simplexml stub is wrong
2 participants