Checking whether php script was resolved by optimal way
- by user2135931
Can anybody give some advise how to check the arbitrary php code on optimal solution.
For example I create a simple algorithm and sent it on the special resource. After proccessing my algorithm this resource give me result whether my code is nice. If no it give me some advice and tell what is wrong (maybe I forgot check devision by zero etc).
I looked for php code analyzer but could't find any variants. Maybe someone give me a resource where I can research this problem. Thanks in advance!