[PHP-DOC] #25877 [Bgs->Opn]: >> operator bug for negative LOP

2003-10-15 Thread moriyoshi
ID: 25877 Updated by: [EMAIL PROTECTED] Reported By: cestmirl at freeside dot sk -Status: Bogus +Status: Open Bug Type: Documentation problem Operating System: Linux Debian, Win32 PHP Version: 4.3.3 New Comment: You may want to see t

Re: [PHP-DOC] Colors in Documentation

2003-10-15 Thread Wez Furlong
> > Mabey my email will spark the movment on getting livdocs working :) > > unless there are other things holding it back. Just available time for it :/ > I hope that it will move on. Here are some things in my head regarding > livedocs: > > - fix some unhandled stuff (there are some nodes d

Re: [PHP-DOC] Colors in Documentation

2003-10-15 Thread Gabor Hojtsy
I was thinking that perhaps the red boxes could be consistantly used for all 'Caution' blurbs and the blue boxes for all 'Info' blurbs. I also came up with a color (hopefully the same tones) to be used for all the 'Warning' blurbs. I very much like your idea, *BUT* we are (truly) slowly moving towa

Re: [PHP-DOC] Re: quickref.swf

2003-10-15 Thread Gabor Hojtsy
I was about to test the quickref script on fr.php.net but I'm running through some problems : www.xs0.com/php/index.html Mozilla said : Out of memory, source file www.xs0.com/php/functions.js Where is the working version of the script ? This is a working version, at least for me... Goba

[PHP-DOC] #25877 [Bgs]: >> operator bug for negative LOP

2003-10-15 Thread cestmirl at freeside dot sk
ID: 25877 User updated by: cestmirl at freeside dot sk Reported By: cestmirl at freeside dot sk Status: Bogus Bug Type: Documentation problem Operating System: Linux Debian, Win32 PHP Version: 4.3.3 New Comment: You're right, it's the same semanti

[PHP-DOC] #25877 [Opn->Bgs]: >> operator bug for negative LOP

2003-10-15 Thread jay
ID: 25877 Updated by: [EMAIL PROTECTED] Reported By: cestmirl at freeside dot sk -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Linux Debian, Win32 PHP Version: 4.3.3 New Comment: This is expected. (1

Re: [PHP-DOC] Colors in Documentation

2003-10-15 Thread Curt Zirzow
* Thus wrote Gabor Hojtsy ([EMAIL PROTECTED]): > Hi Curt (and others)! > > >I was thinking that perhaps the red boxes could be consistantly > >used for all 'Caution' blurbs and the blue boxes for all 'Info' > >blurbs. I also came up with a color (hopefully the same tones) to > >be used for all the

Re: [PHP-DOC] Re: #25877 [Opn]: >> operator bug for negative LOP

2003-10-15 Thread Kouber Saparev
Sorry...my fault. I didn't noticed that the things happen at bugs.php.net. K. "Moriyoshi Koizumi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Although I'm not the one who first addressed this, I meant it's not a bug > but undocumented stuff. BTW, why didn't you use the recommend

Re: [PHP-DOC] Re: #25877 [Opn]: >> operator bug for negative LOP

2003-10-15 Thread Moriyoshi Koizumi
Although I'm not the one who first addressed this, I meant it's not a bug but undocumented stuff. BTW, why didn't you use the recommended web interface within the bug system instead of just replying the notification mail? Moriyoshi "Kouber Saparev" <[EMAIL PROTECTED]> wrote: > The >>> operato

[PHP-DOC] Re: #25877 [Opn]: >> operator bug for negative LOP

2003-10-15 Thread Kouber Saparev
The >>> operator exist in Java...obviously <<< have no sense, you cannot shift left and keep the sign bit. I don't see anything strange in the behaviour of bitwise operators: $i = 1; $i <<= 31; printf("%d\n", $i); This code outputs the same thing (-2147483648) in PHP, Perl and in C. However, th

[PHP-DOC] #25877 [Opn]: >> operator bug for negative LOP

2003-10-15 Thread moriyoshi
ID: 25877 Updated by: [EMAIL PROTECTED] Reported By: cestmirl at freeside dot sk Status: Open Bug Type: Documentation problem Operating System: Linux Debian, Win32 PHP Version: 4.3.3 New Comment: Heh, who told me that C supports '>>>' operato

[PHP-DOC] #25877 [Opn]: >> operator bug for negative LOP

2003-10-15 Thread moriyoshi
ID: 25877 Updated by: [EMAIL PROTECTED] Reported By: cestmirl at freeside dot sk Status: Open -Bug Type: Math related +Bug Type: Documentation problem Operating System: Linux Debian, Win32 PHP Version: 4.3.3 New Comment: Since PHP does

Re: [PHP-DOC] Re: quickref.swf

2003-10-15 Thread Mehdi Achour
Hi Mitja, I was about to test the quickref script on fr.php.net but I'm running through some problems : www.xs0.com/php/index.html Mozilla said : Out of memory, source file www.xs0.com/php/functions.js Where is the working version of the script ? didou Gabor Hojtsy wrote: Test: www.xs0.com/

[PHP-DOC] #25875 [Opn->Bgs]: display_errors

2003-10-15 Thread sniper
ID: 25875 Updated by: [EMAIL PROTECTED] Reported By: oleth5962 at yahoo dot gr -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: win xp PHP Version: 4.3.3 New Comment: It's set to 'On' inside the sources.

[PHP-DOC] #25875 [Com]: display_errors

2003-10-15 Thread tony2001 at phpclub dot net
ID: 25875 Comment by: tony2001 at phpclub dot net Reported By: oleth5962 at yahoo dot gr Status: Open Bug Type: Documentation problem Operating System: win xp PHP Version: 4.3.3 New Comment: I don't see any bugs here. The value in php.ini is

[PHP-DOC] #25875 [NEW]: display_errors

2003-10-15 Thread oleth5962 at yahoo dot gr
From: oleth5962 at yahoo dot gr Operating system: win xp PHP version: 4.3.3 PHP Bug Type: Documentation problem Bug description: display_errors Description: In the section "XXVI. Error Handling and Logging Functions" of PHP Manual, display_errors is said to be de