Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #16899
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: analysis which functions are not called |
| Date | 2016-07-31 16:38 +0200 |
| Organization | PointedEars Software (PES) |
| Message-ID | <1777055.oMNUckLgyt@PointedEars.de> (permalink) |
| References | <nncu7v$1qhv$1@gioia.aioe.org> |
Jivanmukta wrote: > 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. How long have you googled before posting your non-question? -- PointedEars Zend Certified PHP Engineer <http://www.zend.com/en/yellow-pages/ZEND024953> | Twitter: @PointedEars2 Please do not cc me. / Bitte keine Kopien per E-Mail.
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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