index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
dev
/
generate-phpt
/
src
/
codeSnippets
/
skipifnotwin.txt
blob: 75ea3e1ef22aa2c4ff947ec287a3b2d5554698e9 (
plain
)
1
if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows platforms only");