Never mind. I can create an anonymous function w/ create_function(), and use 
that as the callback. It's not pretty, but it works.

Sorry about wasting everyone's time w/ a brain fart.


-Evan



On Friday 08 August 2003 06:16 pm, Evan Nemerson wrote:
> Basic problem:
>
> I need to use preg_replace_callback, and would like the callback parameter
> to be a function in a class (the same as that which contains the call to
> preg_replace_callback). "classname::function" doesn't seem to work...
> Anyone have any ideas?
>
> If it helps:
>
> I'm creating a class which will basically parse an enhanced version of
> phbb2's bbcode, and output it to XHTML, PDF, etc. If someone puts
> [size=small] (I won't be using integers like bbcode does), I need to make
> sure "small" is a valid word (rejects [size=foo], [size=bar], but
> [size=large] is okay)
>
>
> -Evan


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to