diff options
-rw-r--r-- | ext/openssl/tests/001.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/openssl/tests/001.phpt b/ext/openssl/tests/001.phpt index 2c2f9008b1..b3f5602f7f 100644 --- a/ext/openssl/tests/001.phpt +++ b/ext/openssl/tests/001.phpt @@ -1,7 +1,8 @@ --TEST-- OpenSSL private key functions --SKIPIF-- -<?php include('skipif.inc'); ?> +<?php // vim600:syn=php +include('skipif.inc'); ?> --POST-- --GET-- --FILE-- |