Skip to content

Variables should outlive namespaces#8779

Merged
muglug merged 1 commit intovimeo:masterfrom
weirdan:8778-variables-are-not-namespaced
Nov 27, 2022
Merged

Variables should outlive namespaces#8779
muglug merged 1 commit intovimeo:masterfrom
weirdan:8778-variables-are-not-namespaced

Conversation

@weirdan
Copy link
Copy Markdown
Collaborator

@weirdan weirdan commented Nov 27, 2022

Variables in PHP are not namespaced. In other words, namespaces share the context with the file they are located in.

See https://3v4l.org/2qvrC

Fixes #8778

Depends on #8780

Variables in PHP are not namespaced. In other words, namespaces share
the context with the file they are located in.

See https://3v4l.org/2qvrC

Fixes vimeo#8778
@weirdan weirdan added the release:fix The PR will be included in 'Fixes' section of the release notes label Nov 27, 2022
@weirdan weirdan marked this pull request as ready for review November 27, 2022 09:03
@muglug muglug merged commit 8fa35c2 into vimeo:master Nov 27, 2022
@muglug
Copy link
Copy Markdown
Collaborator

muglug commented Nov 27, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release:fix The PR will be included in 'Fixes' section of the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Variables should not be namespaced

2 participants