Hi,

This code works fine

<?php
$myvar = array();
?>

But this does not:
<?php
include "test.inc";
?>

where test.inc contains

<?php
$myvar = array();
?>

It works with other data types and I have tested it in Linux where it
works.

Any ideas ?

- Frank




-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to