View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000264 | Xdebug | Uncategorized | public | 2007-05-03 18:50 | 2021-03-17 18:10 |
Reporter | ywarnier | Assigned To | derick | ||
Priority | normal | Severity | tweak | Reproducibility | N/A |
Status | resolved | Resolution | no change required | ||
Summary | 0000264: Overload opcodes for isset(), empty(), ... | ||||
Description | Following a discussion on the mailing-list (see additional info), I am filing this feature request for post-2.0.0 to try and overload the opcodes of functions like isset() and empty(), to allow tracking them as well. In the meantime, if isset() needs to be tracked, a slow and dirty hack is to wrap isset() into a homemade function myisset($var){return isset($var);} The tracing of these calls could also become very noisy, so maybe it would be good to have a tracing option just for this. | ||||
Additional Information | The mailing-list discussion leading to this feature request. On Thu, 3 May 2007, Yannick Warnier wrote:
Another possibility would be that I overload those opcodes (if possible) regards, | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.1.6 | ||||
|
I might want to implement this, but it's not high on my list of things to do. |
|
Is this issue still relevant to you? |
|
Hi Derick, Great to see you've had some time to look into this! Cheers! |
|
You're welcome! I'll be closing this out then. cheers, |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-05-03 18:50 | ywarnier | New Issue | |
2016-12-13 21:42 | derick | Status | new => acknowledged |
2016-12-13 21:42 | derick | Note Added: 0004059 | |
2020-03-12 16:46 | derick | Category | Feature/Change request => Uncategorized |
2021-03-17 09:23 | derick | Assigned To | => derick |
2021-03-17 09:23 | derick | Status | acknowledged => feedback |
2021-03-17 09:23 | derick | Note Added: 0005743 | |
2021-03-17 17:54 | ywarnier | Note Added: 0005797 | |
2021-03-17 17:54 | ywarnier | Status | feedback => assigned |
2021-03-17 18:10 | derick | Status | assigned => resolved |
2021-03-17 18:10 | derick | Resolution | open => no change required |
2021-03-17 18:10 | derick | Note Added: 0005798 |