Groovy error message

Want to chit chat about anything, do it here ... posting here won't increase your post count (or shouldn't!). Please do not post any "phpBB" specific topics here unless they do not fit into the category above. Do not post bug reports, feature or support requests!
Forum rules
Please do not post any "phpBB" specific topics here unless they do not fit into the category above.

Do not post bug reports, feature or support requests! No really... Do not post bug reports, feature or support requests! Doing so will make Bertie a very sad bear indeed. :(
Post Reply
User avatar
coolio
Registered User
Posts: 192
Joined: Mon Apr 28, 2003 9:27 pm
Location: Testing, Testing, Testing, Testing, Testing, Testing, Testing, Testing, Testing, Testing, Testing

Groovy error message

Post by coolio »

Wow it's pretty cool, they changed the PHP error handling on this area51 server!

Check out the attached picture

This place is really cool.

(P.S. if any of the moderators/developers/admins etc. don't like this please feel free to delete this post :) )
Attachments
It's a groovy error message!
It's a groovy error message!
groovy.jpg (57.45 KiB) Viewed 693 times

User avatar
chAos
Registered User
Posts: 259
Joined: Wed Jan 16, 2002 7:05 am

Re: Groovy error message

Post by chAos »

Neat, it's using PHP's callback function IIRC.

User avatar
coolio
Registered User
Posts: 192
Joined: Mon Apr 28, 2003 9:27 pm
Location: Testing, Testing, Testing, Testing, Testing, Testing, Testing, Testing, Testing, Testing, Testing

Re: Groovy error message

Post by coolio »

I still think it's cool ;)

sparkster
Registered User
Posts: 182
Joined: Mon Jan 05, 2004 1:18 am

Re: Groovy error message

Post by sparkster »

Looks more like th xdebug extension ;) Changes the default errors to ones like this one and also adds some new function which are really neat. Lets you see every function called in your code, how many times it was called and how fast each function call was, how long the script took to execute. Good example of it's use

Code: Select all

$numbers = range(1, 50000);
xdebug_start_profiling();
for ( $i = 0; $i < count($numbers); $i++ ) {
     // do something here
}

$size = count($numbers);
for ( $i = 0; $i < $size; $i++ ) {
     // do something here
}

xdebug_dump_function_profile();
Guess which is faster? ;)

User avatar
coolio
Registered User
Posts: 192
Joined: Mon Apr 28, 2003 9:27 pm
Location: Testing, Testing, Testing, Testing, Testing, Testing, Testing, Testing, Testing, Testing, Testing

Re: Groovy error message

Post by coolio »

The 51st one :)

Jir Inshen
Registered User
Posts: 4
Joined: Thu Apr 01, 2004 7:29 pm

Re: Groovy error message

Post by Jir Inshen »

I had that error message before when I tried to enter the Passworded forum. o_o;
I think they should fix that board.

User avatar
mansuetus
Registered User
Posts: 130
Joined: Sun Dec 07, 2003 8:02 pm
Location: Paris, France
Contact:

Re: Groovy error message

Post by mansuetus »

they think too ;-)

but they also know this is unfinished software (...)
Petite publicité pour mon site : on présente des horoscopes qui tuent, on propose des tests,
et si tu cherches bien, tu verras même un phpBB :-)
viens sur spontex.org !

Post Reply