Home
last modified time | relevance | path

Searched refs:context (Results 101 – 125 of 417) sorted by relevance

12345678910>>...17

/PHP-5.5/ext/standard/
H A Dmd5.c53 PHP_MD5_CTX context; in PHP_NAMED_FUNCTION() local
61 PHP_MD5Init(&context); in PHP_NAMED_FUNCTION()
62 PHP_MD5Update(&context, arg, arg_len); in PHP_NAMED_FUNCTION()
63 PHP_MD5Final(digest, &context); in PHP_NAMED_FUNCTION()
84 PHP_MD5_CTX context; in PHP_NAMED_FUNCTION() local
97 PHP_MD5Init(&context); in PHP_NAMED_FUNCTION()
100 PHP_MD5Update(&context, buf, n); in PHP_NAMED_FUNCTION()
103 PHP_MD5Final(digest, &context); in PHP_NAMED_FUNCTION()
/PHP-5.5/ext/standard/tests/streams/
H A Dbug44712.phpt9 Warning: stream_context_set_params(): Invalid stream/context parameter in %sbug44712.php on line %s
/PHP-5.5/tests/lang/
H A Dfunc_get_args.003.phpt10 Warning\: func_get_args\(\)\: Called from the global scope - no function context in \S* on line 3
H A Dfunc_num_args.003.phpt11 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
H A Dfunc_get_arg.003.phpt10 Warning: func_get_arg(): Called from the global scope - no function context in %s on line %d
H A Dbug25922.phpt2 Bug #25922 (SEGV in error_handler when context is destroyed)
/PHP-5.5/ext/standard/tests/file/
H A Dbug66509.phpt2 Bug #66509 (copy() showing $context parameter as required)
H A Dfopen_variation9.phpt2 Test fopen() function : variation: use include path and stream context create a file, relative path
7 …type : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
H A Dunlink_variation7.phpt2 Test unlink() function : usage variation different types for context
7 /* Prototype : bool unlink(string filename[, context context])
13 echo "*** Testing unlink() : usage variation different types for context ***\n";
109 // loop through each element of the array for context
125 *** Testing unlink() : usage variation different types for context ***
/PHP-5.5/ext/phar/tests/
H A Dfopen_edgecases2.phpt24 $context = stream_context_create();
25 $a = fopen("foob", "rb", false, $context);
H A Dfopen_edgecases2U.phpt24 $context = stream_context_create();
25 $a = fopen("foob", "rb", false, $context);
/PHP-5.5/ext/tidy/tests/
H A D035.phpt12 Fatal error: Call to private tidyNode::__construct() from invalid context in %s on line %d
/PHP-5.5/ext/soap/
H A Dphp_http.h36 void http_context_headers(php_stream_context* context,
/PHP-5.5/Zend/tests/
H A Dclass_name_as_scalar_error_005.phpt2 class name as scalar from ::class keyword error using static non class context
H A Dclass_name_as_scalar_error_006.phpt2 class name as scalar from ::class keyword error using parent in non class context
H A Dbug37251.phpt5 function error_handler($errno, $errstr, $errfile, $errline, $context) {
H A Dbug38146.phpt2 Bug #38146 (Cannot use array returned from foo::__get('bar') in write context)
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation2.phpt2 Test dir() function : usage variations - unexpected value for 'context' argument
6 * Prototype : object dir(string $directory[, resource $context])
12 * Passing non resource values to 'context' argument of dir() and see
16 echo "*** Testing dir() : unexpected values for \$context argument ***\n";
110 *** Testing dir() : unexpected values for $context argument ***
/PHP-5.5/ext/intl/tests/
H A Dbreakiter___construct.phpt14 Fatal error: Call to private IntlBreakIterator::__construct() from invalid context in %s on line %d
/PHP-5.5/Zend/tests/traits/
H A Derror_012.phpt19 Fatal error: Call to protected method bar::test() from context '' in %s on line %d
/PHP-5.5/ext/libxml/tests/
H A Dbug63389.phpt2 Bug #63389 (Missing context check on libxml_set_streams_context() causes memleak)
/PHP-5.5/tests/classes/
H A Dfactory_and_singleton_003.phpt18 Fatal error: Call to protected test::__construct() from invalid context in %s on line %d
H A Dfactory_and_singleton_004.phpt18 Fatal error: Call to private test::__construct() from invalid context in %s on line %d
H A Dfactory_and_singleton_005.phpt19 Fatal error: Call to protected test::__destruct() from context '' in %sfactory_and_singleton_005.ph…
H A Dfactory_and_singleton_006.phpt19 Fatal error: Call to private test::__destruct() from context '' in %sfactory_and_singleton_006.php …

Completed in 44 milliseconds

12345678910>>...17