Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-5.4/ext/reflection/tests/
H A Dbug38465.phpt31 echo "\nFrom class context:\n";
58 From class context:
/PHP-5.4/ext/gd/libgd/
H A Dgd_io_ss.c86 res = ((lctx->src->source) (lctx->src->context, buf, size)); in sourceGetbuf()
123 res = (lctx->snk->sink) (lctx->snk->context, buf, size); in sinkPutbuf()
/PHP-5.4/ext/phar/
H A Dutil.c1924 PHP_SHA512_CTX context; local
1957 PHP_SHA256_CTX context; local
1998 PHP_SHA1_CTX context; local
2000 PHP_SHA1Init(&context);
2031 PHP_MD5_CTX context; local
2033 PHP_MD5Init(&context);
2088 PHP_SHA512_CTX context; local
2205 PHP_SHA1_CTX context; local
2207 PHP_SHA1Init(&context);
2220 PHP_MD5_CTX context; local
[all …]
/PHP-5.4/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.4/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.4/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.4/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.4/ext/tidy/tests/
H A D035.phpt12 Fatal error: Call to private tidyNode::__construct() from invalid context in %s on line %d
/PHP-5.4/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.4/ext/soap/
H A Dphp_http.h36 void http_context_headers(php_stream_context* context,
/PHP-5.4/Zend/tests/
H A Dbug37251.phpt5 function error_handler($errno, $errstr, $errfile, $errline, $context) {
/PHP-5.4/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.4/ext/libxml/tests/
H A Dbug63389.phpt2 Bug #63389 (Missing context check on libxml_set_streams_context() causes memleak)
/PHP-5.4/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 …
H A Dfactory_and_singleton_009.phpt21 Warning: Call to protected test::__destruct() from context '' during shutdown ignored in Unknown on…
H A Dfactory_and_singleton_010.phpt21 Warning: Call to private test::__destruct() from context '' during shutdown ignored in Unknown on l…

Completed in 60 milliseconds

12345678910>>...17