Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
PHP
40
skip if not win
Guest on 16th May 2022 01:52:50 AM
if
(
substr
(
PHP_OS
,
0
,
3
)
!=
'WIN'
)
die
(
"skip this test is for Windows platforms only"
)
;
Raw Paste
if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows platforms only");
Login
or
Register
to edit or fork this paste. It's free.