php bug
See original GitHub issue
I expect that 'desktop'
is colored green.
Code:
<?php
new class {
public static function getUserByLogin(string $userName, string $password, string $app = 'desktop') {
$request = null;
try {
$request = RequestUtil::doRequest(HttpMethod::POST, '/auth/login', [
'json' => [
'login' => $userName,
'pass' => $password,
'app' => $app
]
]);
} catch(HitboxApiException $e) {
throw new HitboxAuthException('Cannot authenticate with hitbox api! Check username or password.', 0, $e);
}
}
}
Issue Analytics
- State:
- Created 6 years ago
- Comments:20 (9 by maintainers)
Top Results From Across the Web
PHP :: Bugs homepage
PHP Bug Tracking System · Used the form above or our advanced search page to make sure nobody has reported the bug already....
Read more >Bug reports - Manual - PHP
If you think you have found a bug in PHP, please report it. The PHP developers probably don't know about it, and unless...
Read more >How to Report a Bug - PHP :: Bugs
The basics: what you did, what you wanted to happen, and what actually happened.
Read more >Search - PHP :: Bugs
Return bugs with status · Return bugs with type · Return bugs with project.
Read more >Search - PHP :: Bugs
ID# Date Last Modified Package Type Status
81724 · (edit) 2022‑07‑05 15:25 UTC 2022‑07‑06 07:41 UTC OpenSSL related Req Assi...
81696 · (edit) 2021‑12‑03 16:41...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No problem, it’s the free
Fira Mono
from Mozilla! https://github.com/mozilla/Fira (just download the latest release, install the fonts and type this in your User Settingseditor.fontFamily: "Fira Mono"
)@jens1o Oh~, I forgot it