PHP Classes

I would recommend overriding the original function see: http:...

Recommend this page to a friend!

      Colorful variable dump  >  All threads  >  I would recommend overriding the...  >  (Un) Subscribe thread alerts  
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

  1. I would recommend overriding the...   Reply   Report abuse  
Picture of Omar Abdallah 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

  2. Re: I would recommend overriding the...   Reply   Report abuse  
Picture of Artur Graniszewski 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.