Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
PHP
51
skip if not 64b
Guest on 16th May 2022 01:53:50 AM
if
(
PHP_INT_SIZE
!=
8
)
die
(
"skip this test is for 64bit platforms only"
)
;
Raw Paste
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
Login
or
Register
to edit or fork this paste. It's free.