On a previous question the pathinfo and fnmatch functions were benchmarked and the answers all came out opposite to my benchmark results.
You can read the different results with the benchmark code here: pathinfo vs fnmatch
I couldn't work it out until I ran the same code on a machine running vista. The results then matched the other users. My main machine is a mac.
So, my questions are:
- Why do we get these two different results?
- Could this apply to other functions?