On Wed, 22 Aug 2001, Jeroen van Wolffelaar wrote:
> anyway, I was thinking about helper-functions, which you only want to use
> straight from an other function. Mostly this will be the set of functions
> which are not PHP_FUNCTION or PHP_API.
> 
> A example in math.c:
> _php_math_number_format -> pif_math_number_format
> 
> I was going to add some to rand.c. For example: pif_randmax_mt(), only used
> by the php-api function php_randmax().
> (the pif-function is in this case a macro -> bad example, but anyway...)

What's wrong with php_ prefix?

-Andrei
* I don't mind going nowhere as long as it's an interesting path. *

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to