Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Dotenv] Class should be case sensitive#28826

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:3.4fromseriquynh:class_should_be_case_sensitive
Oct 12, 2018
Merged

[Dotenv] Class should be case sensitive#28826

fabpot merged 1 commit intosymfony:3.4fromseriquynh:class_should_be_case_sensitive
Oct 12, 2018

Conversation

@seriquynh
Copy link
Contributor

QA
Branch?master
Bug fix?no
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets
LicenseMIT
Doc PR

PHP 5.6 - 7.x allows to use case-insensitive with class's name but should we do?

namespaceExample;class Application{}var_dump(class_exists(\Example\ApPlIcAtIoN::class));// truevar_dump(class_exists(\Example\APPLICATION::class));// true

@xabbuhxabbuh added this to the3.4 milestoneOct 12, 2018
@fabpotfabpot changed the base branch frommaster to3.4October 12, 2018 12:54
@fabpot
Copy link
Member

Thank you@XuanQuynh.

seriquynh reacted with thumbs up emoji

@fabpotfabpot merged commit6a0ab51 intosymfony:3.4Oct 12, 2018
fabpot added a commit that referenced this pull requestOct 12, 2018
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes#28826).Discussion----------[Dotenv] Class should be case sensitive| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets || License       | MIT| Doc PR        |PHP 5.6 - 7.x allows to use case-insensitive with class's name but should we do?```phpnamespace Example;class Application{}var_dump(class_exists(\Example\ApPlIcAtIoN::class)); // truevar_dump(class_exists(\Example\APPLICATION::class)); // true```Commits-------6a0ab51 Class should be case sensitive
@seriquynhseriquynh deleted the class_should_be_case_sensitive branchOctober 12, 2018 13:38
@seriquynh
Copy link
ContributorAuthor

seriquynh commentedOct 12, 2018
edited
Loading

@fabpot You're welcome. I works with Laravel more but I still love Symfony Framework as the PHP platform. 😃

javiereguiluz reacted with thumbs up emoji

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

Reviewers

@fabpotfabpotfabpot approved these changes

@javiereguiluzjaviereguiluzjaviereguiluz approved these changes

@OskarStarkOskarStarkOskarStark approved these changes

@xabbuhxabbuhxabbuh approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

3.4

Development

Successfully merging this pull request may close these issues.

6 participants

@seriquynh@fabpot@javiereguiluz@OskarStark@xabbuh@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp