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

PHP Linter do not recognize some php keywords #371

Open
toyinal opened this issue Sep 10, 2020 · 1 comment
Open

PHP Linter do not recognize some php keywords #371

toyinal opened this issue Sep 10, 2020 · 1 comment

Comments

@toyinal
Copy link

toyinal commented Sep 10, 2020

I'm curious that the php linter do not recognize some php keywords like password_verify, password_hash. The
like in
if ($data['username'] === $this->config->item('admin_username') && password_verify($data['password'],$this->config->item('admin_password'))) {
}
sometimes the php linter recognize the password_verify but color do not change to blue.

How does shiftedit php linter works

@adamjimenez
Copy link
Owner

We use Ace.
The relevant files are here and here.

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