Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #16886 > unrolled thread
| Started by | Jivanmukta <jivanmukta@poczta.onet.pl> |
|---|---|
| First post | 2016-07-28 14:36 +0200 |
| Last post | 2016-08-01 08:10 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.php
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
| From | Jivanmukta <jivanmukta@poczta.onet.pl> |
|---|---|
| Date | 2016-07-28 14:36 +0200 |
| Subject | analysis which functions are not called |
| Message-ID | <nncu7v$1qhv$1@gioia.aioe.org> |
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.
[toc] | [next] | [standalone]
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
|---|---|
| Date | 2016-07-31 16:38 +0200 |
| Message-ID | <1777055.oMNUckLgyt@PointedEars.de> |
| In reply to | #16886 |
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.
[toc] | [prev] | [next] | [standalone]
| From | Jivanmukta <jivanmukta@poczta.onet.pl> |
|---|---|
| Date | 2016-08-01 08:10 +0200 |
| Message-ID | <nnmp4k$vo7$1@gioia.aioe.org> |
| In reply to | #16899 |
Thomas 'PointedEars' Lahn wrote: > How long have you googled before posting your non-question? Good question. Not much. Thanks for help.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.php
csiph-web