A
A
Alexander Shapoval2017-06-04 03:15:30
open server
Alexander Shapoval, 2017-06-04 03:15:30

How to make OpenServer swear?

On my local server (OpenServer), if I include a folder with the wrong case or call a class with the wrong case, then there will be no error, how can I make it show an error?

class Test{
    public static function text(){
        return;
    }
}
test::text();

There will be no errors in such code, but it is necessary

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2017-06-04
@sanek_os9

what about openserver?
class/method/function names are case-insensitive.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question