On Thu, Sep 18, 2008 at 9:09 PM, Arvids Godjuks
<[EMAIL PROTECTED]> wrote:
> Well, you can do that right now, PHP supports that for ages.
>
> <?php
> $myVar = 'print';
> $myVar('Hello!'); // Outputs hello
> ?>

Partly because I can't resist being smug, partly because it might
confuse someone, I have to point out that that example won't work,
because pint isn't a function. It would work with most everything else
though.

--
troels

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

Reply via email to