1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00
Files
archived-php-src/scripts/dev/generate-phpt/src/codeSnippets/skipifwin.txt
2009-05-07 09:21:43 +00:00

2 lines
87 B
Plaintext

if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test is not for Windows platforms");