[PHP] wrong behaviour with is_subclass_of() ??

2008-09-19 Thread Johannes Müller
Why does the following code outputs: B implements I I would expect the following output: A implements I B implements I Johannes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] fopen and UNC filename

2002-02-20 Thread Johannes Müller
I tried to fopen("\\machine\share\file.txt","w") on w2k iis 5.0 with PHP 4.1.0 and I got fopen invalid argument error. I know, that UNC filenames are supported since PHP 4.0.6. I tried variants with machine\\share\\file.txt, ... but the error was the same. TIA Jo -- PHP General Mailing