Re: [PHP] Heredocs, print_r() and newline "\n" and fnmatch() -curious failures ...

2010-10-09 Thread YAD(YetAnotherDavid)
) is called. I think I should communicate this to the extension author. Will post here if I get a result. Thanks again, Peter. YAD Peter Lind wrote: On 23 September 2010 21:47, YAD(YetAnotherDavid) wrote: Question 1 : how to get the newline functioning ? even print_r() output is not 'newli

Re: [PHP] Heredocs, print_r() and newline "\n" and fnmatch() -curious failures ...

2010-09-27 Thread YAD(YetAnotherDavid)
Peter Lind wrote: On 23 September 2010 21:47, YAD(YetAnotherDavid) wrote: This code is 95% cut and paste from the PHP manual examples - the Types/Strings/Heredocs section and the Filesystem/fnmatch pages. There are actually two questions here - I have combined the code into one

[PHP] Heredocs, print_r() and newline "\n" and fnmatch() - curious failures ...

2010-09-24 Thread YAD(YetAnotherDavid)
This code is 95% cut and paste from the PHP manual examples - the Types/Strings/Heredocs section and the Filesystem/fnmatch pages. There are actually two questions here - I have combined the code into one test file ... the strings in the code contain the questions .. at the end I have inserted th