Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #16886

analysis which functions are not called

From Jivanmukta <jivanmukta@poczta.onet.pl>
Newsgroups comp.lang.php
Subject analysis which functions are not called
Date 2016-07-28 14:36 +0200
Organization Aioe.org NNTP Server
Message-ID <nncu7v$1qhv$1@gioia.aioe.org> (permalink)

Show all headers | View raw


I programmed PHP5+MySQL website without framework, then I decided to use 
CodeIgniter and I modified code of my website (many modifications). I would 
like to perform static analysis of my code showing which functions are NOT 
USED. I heard that using xdebug it is possible to perform such analysis but 
dynamic. I am not sure if all functions in my code are called by other 
functions. I want to check it. I use PHP5 and Linux Mint.

Back to comp.lang.php | Previous | NextNext in thread | Find similar | Unroll thread


Thread

analysis which functions are not called Jivanmukta <jivanmukta@poczta.onet.pl> - 2016-07-28 14:36 +0200
  Re: analysis which functions are not called Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-07-31 16:38 +0200
    Re: analysis which functions are not called Jivanmukta <jivanmukta@poczta.onet.pl> - 2016-08-01 08:10 +0200

csiph-web