Hi! > What would happen if I had done: > > define('default', 42); > > before that line?
Pretty much the same as if you did: define('if', 42); if($a == 1) print "one"; default is a keyword. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php