Skip to content
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

Wrong Description in Constants #109

Closed
mehmet-b-90 opened this issue Nov 2, 2022 · 1 comment
Closed

Wrong Description in Constants #109

mehmet-b-90 opened this issue Nov 2, 2022 · 1 comment

Comments

@mehmet-b-90
Copy link

mehmet-b-90 commented Nov 2, 2022

From manual page: https://php.net/language.constants.syntax


The first sentence in German is written as follows:

"Konstanten können mit dem Schlüsselwort const oder mit der Funktion defined() definiert werden."

The wrong function is meant here. What is actually meant is define(). Because defined() checks whether a certain constant is defined. In the English version, the sentence is spelled correctly.

@msamesch
Copy link
Contributor

msamesch commented Nov 3, 2022

Thanks a lot.

@msamesch msamesch closed this as completed Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants