-
$_cache
-
Optional cache instance.
-
$_cachePrefix
-
Cache prefix (to avoid namespace clashes).
-
$_current_value
-
Enter description here...
-
$_data
-
Default properties for a field
-
$_data
-
-
$_data
-
Container for class properties
-
$_data
-
Default properties for a field
-
$_group
-
-
$_group
-
This value is used to group test results together.
-
$_group
-
-
$_group
-
-
$_group
-
-
$_id
-
-
$_info
-
-
$_language
-
the language code. Should be a pointer to the setting in the PhpSecInfo object
-
$_message
-
The message corresponding to the result of the test
-
$_messages
-
This is a hash of messages that correspond to various test result levels.
-
$_name
-
-
$_name
-
-
$_name
-
This should be a unique, human-readable identifier for this test
-
$_num_tests_run
-
-
$_ptr
-
Pointer to provide for Iterator
-
$_recommended_value
-
-
$_recommended_value
-
-
$_recommended_value
-
This is the recommended value the test will be looking for
-
$_result
-
The result returned from the test
-
$_result_counts
-
-
$_tests_not_run
-
-
$_tests_to_run
-
-
$_type
-
-
$_type
-
-
$_type
-
-
$_type
-
-
$_type
-
-
$_type
-
-
$_type
-
-
$_type
-
-
_cache
-
Save contents of operation to cache if it has been instantiated.
-
_checkExtensionVersion
-
-
_execTest
-
Check to see if the post_max_size setting is enabled.
-
_execTest
-
Check if upload_tmp_dir matches self::COMMON_TMPDIR, or is word-writable
-
_execTest
-
Checks to see if cgi.force_redirect is enabled
-
_execTest
-
Checks to see if allow_url_fopen is enabled
-
_execTest
-
Checks the GID of the PHP process to make sure it is above PHPSECINFO_MIN_SAFE_UID
-
_execTest
-
Checks to see if allow_url_fopen is enabled
-
_execTest
-
Checks to see if allow_url_fopen is enabled
-
_execTest
-
Check to see if the post_max_size setting is enabled.
-
_execTest
-
Checks to see if allow_url_fopen is enabled
-
_execTest
-
Check to see if the memory_limit setting is enabled.
-
_execTest
-
The "meat" of the test. This is where the real test code goes. You should override this when extending
-
_execTest
-
Checks the GID of the PHP process to make sure it is above PHPSECINFO_MIN_SAFE_GID
-
_execTest
-
Checks to see if expose_php is enabled
-
_execTest
-
Checks to see if allow_url_fopen is enabled
-
_execTest
-
Checks to see if allow_url_fopen is enabled
-
_execTest
-
Checks to see if libcurl's "file://" support is enabled by examining the "protocols" array
-
_execTest
-
Checks to see if display_errors is enabled
-
_execTest
-
Checks to see if expose_php is enabled
-
_getDefaultView
-
Creates instance of default environment view.
-
_getResultAsString
-
-
_init
-
-
_init
-
-
_init
-
The _init() method is where the module is propagated. Since the methods for populating the fields can vary this is left to each concrete module to implement.
-
_init
-
-
_init
-
-
_init
-
-
_init
-
-
_init
-
-
_parsePhpInfo
-
Convert phpinfo output to an array.
-
_render
-
Internal method to retrieve environment view.
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
Placeholder - extend for tests
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
-
_retrieveCurrentValue
-
-
_setMessage
-
Sets the $this->_message variable based on the passed result and language codes
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
This function loads up result messages into the $this->_messages array.
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Extended for curl-specific message
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Set the messages specific to this test
-
_setMessages
-
Set the messages specific to this test
-
_setResult
-
Sets the result code
-
_underscore
-
Convert keys to valid property ids.
-
__construct
-
Constructor requires a unique id
-
__construct
-
An array of default values can be passed to this component
-
__construct
-
-
__construct
-
Constructor for Test skeleton class
-
__get
-
Magic method for retrieving properties.
-
__isset
-
Support isset() overloading on PHP 5.1
-
__set
-
Magic method for setting properties.
-
Ini.php
-
-
Interface.php
-
-
isTestable
-
magic_quotes_gpc has been removed since PHP 6.0
-
isTestable
-
register_globals has been removed since PHP 6.0
-
isTestable
-
Determines whether or not it's appropriate to run this test (for example, if this test is for a particular library, it shouldn't be run if the lib isn't loaded).
-
isTestable
-
We are disabling this function on Windows OSes right now until we can be certain of the proper way to check world-readability
-
isTestable
-
"Session" tests should pretty much be always testable, so the default is just to return true
-
isTestable
-
allow_url_include is only available since PHP 5.2
-
isTestable
-
No CGI tests should be run if the CGI SAPI isn't being used
-
isTestable
-
"Core" tests should pretty much be always testable, so the default is just to return true
-
isTestable
-
if curl extension is not loaded, no curl tests should be run
-
isValid
-
Provides base method for checking behaviour of individual fields within a section. Modules such as 'Security' may subclass this to provide more relevant results.
-
isVersion
-
Returns the result of a comparison with a section module and a version number
-
$test_name
-
This should be a unique, human-readable identifier for this test
-
$test_name
-
This should be a unique, human-readable identifier for this test
-
$test_name
-
This should be a unique, human-readable identifier for this test
-
$test_name
-
This should be a unique, human-readable identifier for this test
-
$test_name
-
This should be a unique, human-readable identifier for this test
-
$test_name
-
This should be a unique, human-readable identifier for this test
-
$test_name
-
This should be a unique, human-readable identifier for this test
-
$test_name
-
This should be a unique, human-readable identifier for this test
-
$test_name
-
This should be a unique, human-readable identifier for this test
-
$test_name
-
This should be a unique, human-readable identifier for this test
-
$test_name
-
This should be a unique, human-readable identifier for this test
-
$test_name
-
This should be a unique, human-readable identifier for this test
-
$test_name
-
This should be a unique, human-readable identifier for this test
-
$test_name
-
This should be a unique, human-readable identifier for this test
-
$test_name
-
This should be a unique, human-readable identifier for this test
-
Test.php
-
-
test
-
This is the wrapper that executes the test and sets the result code and message
-
toFile
-
Sends formatted text-only output of the environment to a file.
-
toHtml
-
Passes the environment to a Zend_View to format as a whole HTML page (using the default HTML renderer) or to a user-supplied Zend_View.
-
toString
-
-
toText
-
Passes the environment to a Zend_View to format as a whole Text page (using the default Text renderer) or to a user-supplied Zend_View.