* Thus wrote Michael Sims: > Gabe wrote: > > I was looking at the comparison operators page and noticed that these > > two operators were listed as "PHP4 only". Is that an error, or are > > they really not used in PHP5? I don't want to use them if they're > > going to break when I upgrade. And if they aren't included, then > > does something else replace their functionality? > > > > Operators in question: > > === > > !== > > The "PHP 4 only" means those operators did not exist in PHP version 3. The > documentation should probably say "PHP 4 or later only"...
Thats been already fixed in the cvs version of the documentation and will be up on the site when the documentation is rebuilt. It now says 'introduced in PHP4' Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've been hearing about. No, sir. Our model is the trapezoid! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php