> On Thu, Oct 17, 2002 at 09:43:02AM -0700, Rasmus Lerdorf wrote: > > My main worry with such a hack would be breaking a script like this: > > > > <?php > > function xml() { > > echo "Hello World"; > > } > > ?> > > ... > > <?xml ()?> > > ... > > The hadler I suggest will no break any old code. Even > <?xml_php_function_that_starts_with_xml(); ?> will continue to work. > It would only trigger on <?xml[whitespace].
<?xml ()?> has whitespace. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php