Checking whether php script was resolved by optimal way

Posted by user2135931 on Programmers See other posts from Programmers or by user2135931
Published on 2013-10-21T09:11:36Z Indexed on 2013/10/21 10:14 UTC
Read the original article Hit count: 293

Filed under:
|

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!

© Programmers or respective owner

Related posts about php

Related posts about algorithms