View Single Post
  #3  
Old 01-09-2011, 07:21 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by PowerProNL View Post
I don't care about == or =

it works fine so what is the problem.
Please stop scripting.

An example of when it's a problem:

PHP Code:
function onCreated() {
  if (
wasBar()) {
    
// this shouldn't be called, but is!
    
echo("damn");
  }
}

function 
wasBar() {
  
temp.foo "foo";
  return (
foo "bar");

__________________
Reply With Quote