Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.2/ext/standard/
H A Dfile.c144 zval_ptr_dtor(&context->options); in ZEND_RSRC_DTOR_FUNC()
145 ZVAL_UNDEF(&context->options); in ZEND_RSRC_DTOR_FUNC()
147 php_stream_context_free(context); in ZEND_RSRC_DTOR_FUNC()
530 php_stream_context *context = NULL; in PHP_FUNCTION() local
552 NULL, context); in PHP_FUNCTION()
588 php_stream_context *context = NULL; in PHP_FUNCTION() local
733 php_stream_context *context = NULL; in PHP_FUNCTION() local
1340 php_stream_context *context; in PHP_FUNCTION() local
1363 php_stream_context *context; in PHP_FUNCTION() local
1464 php_stream_context *context; in PHP_FUNCTION() local
[all …]
H A Dmd5.c52 PHP_MD5_CTX context; in PHP_NAMED_FUNCTION() local
62 PHP_MD5Init(&context); in PHP_NAMED_FUNCTION()
63 PHP_MD5Update(&context, ZSTR_VAL(arg), ZSTR_LEN(arg)); in PHP_NAMED_FUNCTION()
64 PHP_MD5Final(digest, &context); in PHP_NAMED_FUNCTION()
85 PHP_MD5_CTX context; in PHP_NAMED_FUNCTION() local
100 PHP_MD5Init(&context); in PHP_NAMED_FUNCTION()
103 PHP_MD5Update(&context, buf, n); in PHP_NAMED_FUNCTION()
109 PHP_MD5Final(digest, &context); in PHP_NAMED_FUNCTION()
116 PHP_MD5Final(digest, &context); in PHP_NAMED_FUNCTION()
/PHP-7.2/ext/dom/tests/
H A Dcanonicalization.phpt24 /* inclusive/without comments first child element of doc element is context. */
27 /* exclusive/without comments first child element of doc element is context. */
30 /* inclusive/with comments first child element of doc element is context. */
33 /* exclusive/with comments first child element of doc element is context. */
39 /* exclusive/without comments first child element of doc element is context.
47 /* exclusive/without comments first child element of doc element is context.
/PHP-7.2/sapi/cli/tests/
H A Dbug69655.phpt14 $context = stream_context_create(['http' => ['method' => $method]]);
16 file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS, false, $context);
/PHP-7.2/ext/phar/
H A Dutil.c1604 PHP_SHA512_CTX context; in phar_verify_signature() local
1644 PHP_SHA256_CTX context; in phar_verify_signature() local
1692 PHP_SHA1_CTX context; in phar_verify_signature() local
1701 PHP_SHA1Init(&context); in phar_verify_signature()
1732 PHP_MD5_CTX context; in phar_verify_signature() local
1741 PHP_MD5Init(&context); in phar_verify_signature()
1796 PHP_SHA512_CTX context; in phar_create_signature() local
1913 PHP_SHA1_CTX context; in phar_create_signature() local
1915 PHP_SHA1Init(&context); in phar_create_signature()
1928 PHP_MD5_CTX context; in phar_create_signature() local
[all …]
/PHP-7.2/ext/standard/tests/file/
H A Dfile_get_contents_variation4.phpt2 Test file_get_contents() function : usage variation - different types for context.
7 …g file_get_contents(string filename [, bool use_include_path [, resource context [, long offset [,…
111 //non context resource
114 //valid stream context
115 'stream context' => $strContext,
118 // loop through each element of the array for context
249 --stream context--
H A Dfile_put_contents_variation3.phpt2 Test file_put_contents() function : usage variation - different types for context.
7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
110 //non context resource
113 //valid stream context
114 'stream context' => $strContext,
117 // loop through each element of the array for context
248 --stream context--
H A Dfopen_variation6.phpt2 Test fopen() function : variation: use include path and stream context relative/absolute file
7 …type : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
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]] )
/PHP-7.2/ext/phar/tests/
H A Dphar_ctx_001.phpt2 Phar context
31 $context = stream_context_create(array('phar'=> array('compress'=>Phar::GZ, 'metadata' => array(2, …
35 file_put_contents($pname . '/b', 'new b', 0, $context);
H A Dopendir_edgecases.phpt34 $context = stream_context_create();
35 $a = opendir(".", $context);
/PHP-7.2/ext/opcache/Optimizer/
H A Ddce.c58 } context; typedef
218 static zend_always_inline void add_to_worklists(context *ctx, int var_num, int check) { in add_to_worklists()
231 static inline void add_to_phi_worklist_no_val(context *ctx, int var_num) { in add_to_phi_worklist_no_val()
238 static zend_always_inline void add_operands_to_worklists(context *ctx, zend_op *opline, zend_ssa_op… in add_operands_to_worklists()
258 static zend_always_inline void add_phi_sources_to_worklists(context *ctx, zend_ssa_phi *phi, int ch… in add_phi_sources_to_worklists()
266 static inline zend_bool is_var_dead(context *ctx, int var_num) { in is_var_dead()
281 static zend_bool try_remove_var_def(context *ctx, int free_var, int use_chain, zend_op *opline) { in try_remove_var_def()
341 static zend_bool dce_instr(context *ctx, zend_op *opline, zend_ssa_op *ssa_op) { in dce_instr()
516 static void try_remove_trivial_phi(context *ctx, zend_ssa_phi *phi) { in try_remove_trivial_phi()
552 static void dce_live_ranges(context *ctx, zend_op_array *op_array, zend_ssa *ssa) in dce_live_ranges()
[all …]
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_vio.c490 php_stream_context * context = php_stream_context_alloc(); in MYSQLND_METHOD() local
499 php_stream_context_set_option(context, "ssl", "local_pk", &key_zval); in MYSQLND_METHOD()
506 php_stream_context_set_option(context, "ssl", "local_cert", &cert_zval); in MYSQLND_METHOD()
508 php_stream_context_set_option(context, "ssl", "local_pk", &cert_zval); in MYSQLND_METHOD()
516 php_stream_context_set_option(context, "ssl", "cafile", &cafile_zval); in MYSQLND_METHOD()
523 php_stream_context_set_option(context, "ssl", "capath", &capath_zval); in MYSQLND_METHOD()
530 php_stream_context_set_option(context, "ssl", "passphrase", &passphrase_zval); in MYSQLND_METHOD()
537 php_stream_context_set_option(context, "ssl", "ciphers", &cipher_zval); in MYSQLND_METHOD()
553 php_stream_context_set_option(context, "ssl", "verify_peer", &verify_peer_zval); in MYSQLND_METHOD()
554 php_stream_context_set_option(context, "ssl", "verify_peer_name", &verify_peer_zval); in MYSQLND_METHOD()
[all …]
/PHP-7.2/Zend/tests/
H A Dfunc_get_args.phpt10 Warning: func_get_args(): Called from the global scope - no function context in %s on line 3
/PHP-7.2/Zend/tests/grammar/
H A Dregression_013.phpt2 Testing for regression with encapsed variables in class declaration context
/PHP-7.2/Zend/tests/varSyntax/
H A DwriteToTempExpr.phpt10 Fatal error: Cannot use temporary expression in write context in %s on line %d
/PHP-7.2/ext/reflection/tests/
H A Dbug38465.phpt31 echo "\nFrom class context:\n";
58 From class context:
/PHP-7.2/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.2/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.2/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.2/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.2/
H A DREADME.NEW-OUTPUT-API21 Starting an internal handler without 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.2/ext/fileinfo/
H A Dfileinfo.c136 ZEND_ARG_INFO(0, context)
142 ZEND_ARG_INFO(0, context)
149 ZEND_ARG_INFO(0, context)
155 ZEND_ARG_INFO(0, context)
545 php_stream_context *context = php_stream_context_from_zval(zcontext, 0); in _php_finfo_get_type() local
548 if (php_stream_stat_path_ex(buffer, 0, &ssb, context) == SUCCESS) { in _php_finfo_get_type()
556 stream = php_stream_open_wrapper_ex(buffer, "rb", REPORT_ERRORS, NULL, context); in _php_finfo_get_type()
/PHP-7.2/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
/PHP-7.2/ext/standard/tests/streams/
H A Dbug44712.phpt9 Warning: stream_context_set_params(): Invalid stream/context parameter in %sbug44712.php on line %s

Completed in 58 milliseconds

12345678910>>...21