shiftedit icon indicating copy to clipboard operation
shiftedit copied to clipboard

PHP Linter do not recognize some php keywords

Open toyinal opened this issue 4 years ago • 1 comments

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

toyinal avatar Sep 10 '20 09:09 toyinal

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

adamjimenez avatar Sep 10 '20 11:09 adamjimenez