Re: use of curly braces with string interpolation.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Bret Hughes wrote:
On Wed, 2005-01-12 at 12:08, Jochem Maas wrote:


...


Try this, put your code in a file, say, testparse.php and
testparsebracket.php
and try something like


myseq=`seq 1 1000`
time for i in $myseq; do php testparse.php;done
time for i in $myseq; do php testparsebracket.php;done

of course the time to spawn php will probably be the most time consuming
part

totally uncalled for. ...and totally cool :-) cheers for increasing my knowledge of the bash env.


Bret


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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux