X7ROOT File Manager
Current Path:
/opt/alt/tests/alt-php83-pecl-oauth_2.0.7-2.el8/tests
opt
/
alt
/
tests
/
alt-php83-pecl-oauth_2.0.7-2.el8
/
tests
/
ðŸ“
..
📄
bug21426.phpt
(296 B)
📄
bug_64308.phpt
(348 B)
📄
oauth.inc
(274 B)
📄
oauth_curl_debug_handler.phpt
(869 B)
📄
oauth_reqtoken.phpt
(2.48 KB)
📄
oauth_sbs.phpt
(2.11 KB)
📄
oauth_standard.phpt
(3.12 KB)
📄
oauth_urlencode.phpt
(235 B)
📄
plaintext.phpt
(1.03 KB)
📄
plaintext2.phpt
(1.61 KB)
📄
reqtoken_bug44603.phpt
(2.03 KB)
📄
reqtoken_php.phpt
(2.17 KB)
📄
sbs.phpt
(1.9 KB)
📄
server.inc
(1.72 KB)
📄
skip.inc
(1.22 KB)
📄
test.pem
(493 B)
📄
urlencode.phpt
(235 B)
Editing: skip.inc
<?php if (!defined('PHP_MAJOR_VERSION')) { list($major,$minor,$release) = split('[.-]', PHP_VERSION); define('PHP_MAJOR_VERSION', $major); define('PHP_MINOR_VERSION', $minor); define('PHP_RELEASE_VERSION', $release); } function skip_if_not_php_major($version) { if (PHP_MAJOR_VERSION!=$version) { die("skip Only for PHP $version"); } } function skip_of_not_at_least_php_major($version) { if (PHP_MAJOR_VERSION<$version) { die("skip Only from PHP $version onwards"); } } function skip_if_php_major($version) { if (PHP_MAJOR_VERSION==$version) { die("skip Not for PHP $version"); } } function skip_if_not_ext($ext) { if (!extension_loaded($ext)) { die("skip $ext not loaded"); } } function skip_if_not_constant($constant) { if (!defined($constant)) { die("skip $constant not defined"); } } function has_bug($bugid) { switch ($bugid) { case '44603': // >= 5.1.0 && < 5.2.6 return (PHP_MAJOR_VERSION==5) && (PHP_MINOR_VERSION==1 || (PHP_MINOR_VERSION==2 && PHP_RELEASE_VERSION<6)); } return false; } function skip_without_bug($bugid) { if (!has_bug($bugid)) { die('skip Only for bug #'.$bugid); } } function skip_with_bug($bugid) { if (has_bug($bugid)) { die('skip Not for bug #'.$bugid); } } ?>
Upload File
Create Folder