Skip to content

[MFTF] Investigate and fix code related to changes in parse_url()  #33782

Closed
@github-jira-sync-bot

Description

@github-jira-sync-bot

Reference PHP 8 Backward Incompatible Changes

Project: https://github.com/magento/magento2-functional-testing-framework

AC:

  • parse_url() will now distinguish absent and empty queries and fragments:
http://example.com/foo => query = null, fragment = null
http://example.com/foo? => query = "", fragment = null
http://example.com/foo# => query = null, fragment = ""
http://example.com/foo?# => query = "", fragment = ""
Previously all cases resulted in query and fragment being null.
  • Fix code related to this change

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions