mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
typo
This commit is contained in:
parent
fe4c7898d8
commit
76e4c8ba73
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ static zend_always_inline int valid_environment_name(const char *name, const cha
|
|||
const char *s;
|
||||
|
||||
for (s = name; s < end; s++) {
|
||||
if (*s == ' ' | *s == '.' || *s == '[') {
|
||||
if (*s == ' ' || *s == '.' || *s == '[') {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue