Re: [svn:PHP-Sandwich] rev 1328 - PHP-Sandwich/trunk/t
[email protected] (David Wheeler) Tue, 28 Jun 2005 18:57:56 -0700
| Newsgroups | perl.php.sandwich.dev |
|---|---|
| Message-ID | <[email protected]> |
On Jun 28, 2005, at 18:43 , George Schlossnagle wrote:
> No, it has something to do with a subroutine defined in XS croaking
> when called via AUTOLOAD. I think it's repeatable outside the
> sandwich as well. I've been struggling back and forth with it for
> a week. If you replace the call to the non-existent function with
> call('strln', $args), it works correctly (i.e. it croaks).
Ah, gotcha. Well, maybe discourage that for now? Or just really
document it? Does AUTOLOAD call call('strln', $args)?
Best,
David