of course its a syntax error, because unset() IS NOT A FUNCTION its a language construct
ralph "Stuart" <[email protected]> wrote in message news:[email protected]... > 2009/8/25 Ralph Deffke <[email protected]>: > > causes an error > > Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `'$'' in > > C:\wamp\www\TinyCreator\testCrapp6.php on line 42 > > This is a syntax error, not a runtime error. You've clearly done > something wrong. > > > "Tom Worster" <[email protected]> wrote in message > > news:c6b87877.11463%[email protected]... > >> is it the case that unset() does not trigger an error or throw an > > exception > >> if it's argument was never set? > > Absolutely. > > -Stuart > > -- > http://stut.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

