Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-7.0/Zend/tests/varSyntax/
H A DwriteToTempExpr.phpt10 Fatal error: Cannot use temporary expression in write context in %s on line %d
/PHP-7.0/ext/reflection/tests/
H A Dbug38465.phpt31 echo "\nFrom class context:\n";
58 From class context:
/PHP-7.0/ext/phar/tests/
H A Dopendir_edgecases.phpt34 $context = stream_context_create();
35 $a = opendir(".", $context);
H A Dfopen_edgecases2U.phpt24 $context = stream_context_create();
25 $a = fopen("foob", "rb", false, $context);
H A Dfopen_edgecases2.phpt24 $context = stream_context_create();
25 $a = fopen("foob", "rb", false, $context);
/PHP-7.0/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_basic.phpt7 * resource $context[, int $offset[, int $maxlen]]]] )
11 …rototype: int file_put_contents( string $filename, mixed $data[, int $flags[, resource $context]] )
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]])
/PHP-7.0/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation1.phpt26 function ($public, $system, $context) use($dtd,$entity){
30 var_dump($context);
/PHP-7.0/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-7.0/ext/standard/tests/http/
H A Dbug48929.phpt13 $context = stream_context_create(array('http' => $context_options));
23 $fd = fopen('http://127.0.0.1:12342/', 'rb', false, $context);
/PHP-7.0/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
/PHP-7.0/ext/standard/tests/streams/
H A Dbug44712.phpt9 Warning: stream_context_set_params(): Invalid stream/context parameter in %sbug44712.php on line %s
/PHP-7.0/ext/interbase/tests/
H A D005.phpt42 /* in default transaction context */
67 parameters run in this context
82 /* specify transaction context... */
119 /* insert in first transaction context... */
122 /* specify context */
/PHP-7.0/
H A DREADME.NEW-OUTPUT-API21 Starting an internal handler whithout context:
25 Starting an internal handler with context:
92 Facilitating a context from within an output handler callable with ob_start():
118 context:
121 pointer to the opaque field of the output handler context
/PHP-7.0/Zend/tests/
H A Dbug70240.phpt8 Fatal error: Can't use function return value in write context in %sbug70240.php on line %d
H A Dassign_to_obj_002.phpt12 Using $this when not in object context
H A Dbug67922.phpt2 Bug #67922: Member function not found when dereferencing in write-context
H A Dincrement_function_return_error.phpt14 Fatal error: Can't use function return value in write context in %s on line %d
H A Dbug69388_2.phpt6 function handle_error($code, $message, $file, $line, $context) {
/PHP-7.0/Zend/tests/try/
H A Dtry_finally_011.phpt15 Fatal error: 'break' not in the 'loop' or 'switch' context in %stry_finally_011.php on line %d
/PHP-7.0/ext/soap/
H A Dphp_http.h34 void http_context_headers(php_stream_context* context,
/PHP-7.0/ext/openssl/tests/
H A Dpeer_verification.phpt40 // Should succeed with peer verification disabled in context
47 // Should succeed with CA file specified in context

Completed in 27 milliseconds

12345678910>>...18