Subject: | I would recommend overriding the... |
Summary: | Package rating comment |
Messages: | 2 |
Author: | Omar Abdallah |
Date: | 2010-11-02 08:33:00 |
Update: | 2010-11-02 09:25:47 |
|
|
|
Omar Abdallah rated this package as follows:
Utility: | Good |
Consistency: | Good |
Examples: | Sufficient |
|
 Omar Abdallah - 2010-11-02 08:33:00
I would recommend overriding the original function
see: http://php.net/manual/en/function.override-function.php
 Artur Graniszewski - 2010-11-02 09:25:47 - In reply to message 1 from Omar Abdallah
Yes, it would be great to override original var_dump() function by default. Unfortunately override_function() exists only in APD (PECL) library, so it's often unsupported on the majority of shared hostings.
I will implement override_function() when function_exists('override_function') returns true.
Thank you for the great idea.
|