...Just forgot to CC...
>you can use any function name as method name without a clash. you just
>cannot use language constructs that aren't real functions like
>"empty", "echo" or "require" as method names.

>this question better belongs to php-general, btw.

Sorry if I didn't made myself clear enough. I'm talking about C-extensions.
I've tried to implement the PHP_METHOD(class, xyz). It compiles fine, but
in runtime "PHP Warning: cannot redeclare xyz..." will appaer.

Daniel

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to