Re: [RFC] [VOTE] __debugInfo()
From: Crypto Compress Date: Tue, 04 Feb 2014 11:47:55 +0000 Subject: Re: [RFC] [VOTE] __debugInfo() References: 1 2 3 4 5 6 7 8 Groups: php.internals Request: Send a blank email to internals+get-72193@lists.php.net to get a copy of this message
Hello Sara,
some more questions:
1. Can this hook be bypassed or disabled (global/temporary)?
e.g. real_var_dump(), ini setting, some other flag?
2. What will be affected by this hook beside "var_dump"?
e.g. xdebug output, var_export, ...
3. How would this behave (segfault?):
public function __debugInfo() { var_dump($this); return []; }
Thank You!
cryptocompress
Thread (55 messages)
| « previous | php.internals (#72193) | next » |
|---|