GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Ode to PHP6 (https://gfy.com/showthread.php?t=866549)

mrkris 11-03-2008 03:42 PM

Ode to PHP6
 
Burn in hell.

Thanks.

GrouchyAdmin 11-03-2008 03:43 PM

OOP? More like OOPS.

farkedup 11-03-2008 03:45 PM

I haven't even looked into it yet ;) I'm still pissed about coding in PHP4 support for so many things

mrkris 11-03-2008 03:49 PM

Quote:

Originally Posted by farkedup (Post 14998566)
I haven't even looked into it yet ;) I'm still pissed about coding in PHP4 support for so many things

They decided to bastardize how namespaces work. They decided to use a '\' as a separator, which ... is normally reserved for escaping.

Check this out also: http://webui.sourcelabs.com/php/mail/dev/threads/%255BPHP-DEV%255D_Proposal_for_new_construct%253A_nameof.me ta

GrouchyAdmin 11-03-2008 03:50 PM

Quote:

Originally Posted by farkedup (Post 14998566)
I haven't even looked into it yet ;) I'm still pissed about coding in PHP4 support for so many things

Code:

if (version_compare(PHP_VERSION, '5.0.0', '<')) {
  var var;
} else {
  private var;
}

Don't worry.. We're gonna have Namespaces in 6, so, it'll look like:

Pear::Compat\Zend\Cocks!


All times are GMT -7. The time now is 11:42 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc