Richard,

<snip>
> This Programmer has actually read the Documentation and believed the
> warnings that some day just plain old $strName might not be enough.

Where might these warnings be?  I just perused this URL:

  http://www.php.net/manual/en/language.types.string.php

especially where it talks about the {} syntax, but I see no such
warnings of future deprecation.  I also followed a provided link here:

  http://www.zend.com/zend/tut/using-strings.php

but that also doesn't mention this warning.  Is this in fact syntax that
will no longer work in some future version?  If so, I'll start using {}
everywhere I embed variables in strings, but I was unaware that stuff
like this:

  "This is a $variable embedded in a string"

might no longer work.  If you have URLs, I'd love to read up on this.

Thanks!

-- 
[ joel boonstra | [EMAIL PROTECTED] ]


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

Reply via email to