[TxMt] Re: Use PHP with "Executing Line Inserting Result ^R" feature ?

Hans-Jörg Bibiko bibiko at eva.mpg.de
Wed Oct 6 22:41:37 UTC 2010


On Oct 7, 2010, at 12:17 AM, Sebastian Reiter wrote:

> Hi,
> 
> I know that this feature can be used with ruby like so:
> ruby -rDate -e "puts Date::DAYNAMES" => ^R => done
> 
> Can I use PHP functions in a similiar way?
> php ??????????

Maybe try :

php -r 'echo strtok("an.example",".").":";echo strtok(".");'


and press ⌃R


Cheers,
--Hans


More information about the textmate mailing list