i have test jetpack compatibility test and the result is given below
TEST: Integer Tests
Array
(
[$value = "d0000000";] => (string) d0000000
[$value = hexdec( $value );] => (integer) 3489660928
[$value = abs( $value );] => (integer) 3489660928
[$min = 0;] => (integer) 0
[$max = 61;] => (integer) 61
[4294967295 + 1] => (integer) 4294967296
[$value / (4294967295 + 1)] => (double) 0.8125
[$max - $min + 1] => (integer) 62
[($max - $min + 1) * ($value / (4294967295 + 1))] => (double) 50.375
[$out = $min + (($max - $min + 1) * ($value / (4294967295 + 1)));] => (double) 50.375
[$out = intval( $out );] => (integer) 50
[$out = abs( $out );] => (integer) 50
)
TEST: wp_generate_password()
Array
(
[0] => 1 -> 1:M
[1] => 5 -> 5:hoADy
[2] => 10 -> 10:cLqHVg5Vp3
[3] => 16 -> 16:mXfKgU8wCwc8Or7N
[4] => 32 -> 32:Gp8BpuLms8ZWWFAMccSGZc2KCkSfYNao
[5] => 32 -> 32:DzmONgiE99eIQ47oCbBy1De5aynox2zD
[random_password] => abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
[steps] => Array
(
[0] => 35 -> J
[1] => 22 -> w
[2] => 16 -> q
[3] => 27 -> B
[4] => 45 -> T
[5] => 24 -> y
[6] => 52 -> 0
[7] => 42 -> Q
[8] => 57 -> 5
[9] => 49 -> X
[10] => 48 -> W
[11] => 53 -> 1
[12] => 0 -> a
[13] => 15 -> p
[14] => 55 -> 3
[15] => 10 -> k
[16] => 3 -> d
[17] => 4 -> e
[18] => 21 -> v
[19] => 27 -> B
[20] => 35 -> J
[21] => 3 -> d
[22] => 10 -> k
[23] => 59 -> 7
[24] => 29 -> D
[25] => 22 -> w
[26] => 39 -> N
[27] => 40 -> O
[28] => 34 -> I
[29] => 43 -> R
[30] => 11 -> l
[31] => 46 -> U
)
[ReflectionFunction] =>
/**
* Generates a random password drawn from the defined set of characters.
*
* @since 2.5
*
* @param int $length The length of password to generate
* @param bool $special_chars Whether to include standard special characters. Default true.
* @param bool $extra_special_chars Whether to include other special characters. Used when
* generating secret keys and salts. Default false.
* @return string The random password
**/
Function [ <user> function wp_generate_password ] {
@@ /home/timetric/public_html/www.cheaphostworld.com/wp-includes/pluggable.php 1485 - 1499
- Parameters [3] {
Parameter #0 [ <optional> $length = 12 ]
Parameter #1 [ <optional> $special_chars = true ]
Parameter #2 [ <optional> $extra_special_chars = false ]
}
}
)
TEST: wp_rand()
Array
(
[0] => '305afe2f3e699d7469b919390af39b84b8b6c40365e9b489a1641dee690824c84f34b3683c7b0f9b48c6d637404e8d9c'
[1] => 11:c9d8e404736d6c84b9f0b7c3863b43f48c428096eed1461a984b9e56304c6b8b48b93fa093919b9647d996e3
[2] => 15:c9d8e404736d6c84b9f0b7c3863b43f48c428096eed1461a984b9e56304c6b8b48b93fa093919b96
[3] => 25:c9d8e404736d6c84b9f0b7c3863b43f48c428096eed1461a984b9e56304c6b8b48b93fa0
[4] => 2:c9d8e404736d6c84b9f0b7c3863b43f48c428096eed1461a984b9e56304c6b8b
[5] => 44:c9d8e404736d6c84b9f0b7c3863b43f48c428096eed1461a984b9e56
[6] => 24:c9d8e404736d6c84b9f0b7c3863b43f48c428096eed1461a
[7] => 39:c9d8e404736d6c84b9f0b7c3863b43f48c428096
[8] => 25:c9d8e404736d6c84b9f0b7c3863b43f4
[9] => 19:c9d8e404736d6c84b9f0b7c3
[10] => 14:c9d8e404736d6c84
[11] => 17:c9d8e404
[12] => 15:
[13] => 11:f44e987cc7f67e99adb169174ca5227e525c8746052825fc6285535cbe02f72e1b6de671f841e1c4ad366ed2a8c3774445e88bb7
[14] => 29:f44e987cc7f67e99adb169174ca5227e525c8746052825fc6285535cbe02f72e1b6de671f841e1c4ad366ed2a8c37744
[15] => 16:f44e987cc7f67e99adb169174ca5227e525c8746052825fc6285535cbe02f72e1b6de671f841e1c4ad366ed2
[16] => 11:f44e987cc7f67e99adb169174ca5227e525c8746052825fc6285535cbe02f72e1b6de671f841e1c4
[17] => 18:f44e987cc7f67e99adb169174ca5227e525c8746052825fc6285535cbe02f72e1b6de671
[18] => 5:f44e987cc7f67e99adb169174ca5227e525c8746052825fc6285535cbe02f72e
[19] => 54:f44e987cc7f67e99adb169174ca5227e525c8746052825fc6285535c
[20] => 47:f44e987cc7f67e99adb169174ca5227e525c8746052825fc
[MIN] => 2
[MAX] => 54
[ReflectionFunction] =>
/**
* Generates a random number
*
* @since 2.6.2
*
* @param int $min Lower limit for the generated number
* @param int $max Upper limit for the generated number
* @return int A random number between min and max
*/
Function [ <user> function wp_rand ] {
@@ /home/timetric/public_html/www.cheaphostworld.com/wp-includes/pluggable.php 1512 - 1546
- Parameters [2] {
Parameter #0 [ <optional> $min = 0 ]
Parameter #1 [ <optional> $max = 0 ]
}
}
)
TEST: HTTP Connection
WP_Error Object
(
[errors] => Array
(
[http_request_failed] => Array
(
[0] => Operation timed out after 5001 milliseconds with 0 bytes received
)
)
[error_data] => Array
(
)
)
TEST: HTTPS Connection
WP_Error Object
(
[errors] => Array
(
[http_request_failed] => Array
(
[0] => SSL connection timeout
)
)
[error_data] => Array
(
)
)
TEST: Self Connection
Array
(
[headers] => Array
(
[server] => nginx admin
[date] => Tue, 22 Jan 2013 10:26:31 GMT
[content-type] => text/plain
[connection] => close
[vary] => Accept-Encoding
[x-powered-by] => PHP/5.3.20
)
[body] => XML-RPC server accepts POST requests only.
[response] => Array
(
[code] => 200
[message] => OK
)
[cookies] => Array
(
)
[filename] =>
)