procabral at yahoo dot com schrieb: > From: procabral at yahoo dot com > Operating system: Win XP > PHP version: Irrelevant > PHP Bug Type: Documentation problem > Bug description: Error in maual query > > Description: > ------------ > web page es.php.net results in an error when I search for "&" in the > online documentation. > > (I am trying to find the syntax and semantics for &= or =&) > > Best regards. > Rafael Cabral. > > Reproduce code: > --------------- > No source code, just an error querying the online docs. >
Agreed. de.php.net for example doesn't throw an error (I really wonder why *.php.net doesn't have display_errors = off...) but brings me to hyperwave functions - a behaviour I also often found annoying when looking for stuff like === or "? :". http://php.net/manual/en/language.references.php is what you were looking for, I suppose, in case you didn't get it. I'd really vote for prepending a custom filter to the search functions that takes non-alphanumeric search strings (especially operators) and brings the user to the right manual page. Greetings, Florian