Home
last modified time | relevance | path

Searched refs:out (Results 326 – 350 of 437) sorted by relevance

1...<<1112131415161718

/PHP-8.0/ext/imap/
H A Dphp_imap.c2016 zval *stream, *out; in PHP_FUNCTION() local
2040 switch (Z_TYPE_P(out)) in PHP_FUNCTION()
2350 unsigned char *out, *outp; in PHP_FUNCTION() local
2422 out = emalloc(outlen + 1); in PHP_FUNCTION()
2425 outp = out; in PHP_FUNCTION()
2473 if (outp - out != outlen) { in PHP_FUNCTION()
2488 zend_string *out; in PHP_FUNCTION() local
2588 RETURN_STR(out); in PHP_FUNCTION()
2601 unsigned char *out; in php_imap_mutf7() local
2617 if (out == NIL) { in php_imap_mutf7()
[all …]
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_fetch.phpt85 [014] [%d] Commands out of sync; you can't run this command now
H A Dmysqli_report.phpt325 Warning: mysqli_autocommit(): (%s/%d): Commands out of sync; you can't run this command now in %s o…
327 Warning: mysqli_commit(): (%s/%d): Commands out of sync; you can't run this command now in %s on li…
329 Warning: mysqli_rollback(): (%s/%d): Commands out of sync; you can't run this command now in %s on …
331 Warning: mysqli_stmt_prepare(): (%s/%d): Commands out of sync; you can't run this command now in %s…
/PHP-8.0/ext/fileinfo/libmagic/
H A Dfuncs.c619 goto out; in file_replace()
629 goto out; in file_replace()
637 out: in file_replace()
/PHP-8.0/ext/standard/
H A Dfile.c690 zval out; in PHP_FUNCTION() local
692 if (zend_std_cast_object_tostring(Z_OBJ_P(data), &out, IS_STRING) == SUCCESS) { in PHP_FUNCTION()
693 numbytes = php_stream_write(stream, Z_STRVAL(out), Z_STRLEN(out)); in PHP_FUNCTION()
694 if (numbytes != -1 && numbytes != Z_STRLEN(out)) { in PHP_FUNCTION()
695 …ARNING, "Only %zd of %zd bytes written, possibly out of free disk space", numbytes, Z_STRLEN(out)); in PHP_FUNCTION()
698 zval_ptr_dtor_str(&out); in PHP_FUNCTION()
2106 goto out; in php_fgetcsv()
2256 out: in php_fgetcsv()
H A Duser_filters.c44 zval *in, *out, *consumed; in PHP_METHOD() local
46 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rrzb", &in, &out, &consumed, &closing) == FAILURE) { in PHP_METHOD()
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt35 /* Pull it out */
/PHP-8.0/ext/oci8/tests/
H A Dbug42841.phpt21 "create or replace procedure bug42841_proc(out_1 out sys_refcursor) is
/PHP-8.0/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt7 exec('openssl help', $out, $code);
/PHP-8.0/.github/scripts/
H A Dsetup-slapd.sh24 -out /etc/ldap/ssl/server.crt -keyout /etc/ldap/ssl/server.key \
/PHP-8.0/ext/openssl/
H A Dxp_ssl.c115 #define PHP_X509_NAME_ENTRY_TO_UTF8(ne, i, out) \ argument
116 ASN1_STRING_to_UTF8(&out, X509_NAME_ENTRY_get_data(X509_NAME_get_entry(ne, i)))
1543 unsigned char *out; in php_openssl_alpn_protos_parse() local
1551 out = emalloc(strlen(in) + 1); in php_openssl_alpn_protos_parse()
1556 efree(out); in php_openssl_alpn_protos_parse()
1559 out[start] = i - start; in php_openssl_alpn_protos_parse()
1562 out[i + 1] = in[i]; in php_openssl_alpn_protos_parse()
1568 return out; in php_openssl_alpn_protos_parse()
1573 const unsigned char **out, unsigned char *outlen, in php_openssl_server_alpn_callback() argument
1578 …if (SSL_select_next_proto((unsigned char **)out, outlen, sslsock->alpn_ctx.data, sslsock->alpn_ctx… in php_openssl_server_alpn_callback()
H A Dopenssl.c1799 BIO *out = NULL; in PHP_FUNCTION() local
1828 out = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
1829 if (out && PEM_write_bio_PUBKEY(out, pkey)) { in PHP_FUNCTION()
1844 BIO_free_all(out); in PHP_FUNCTION()
4610 BIO *out; in PHP_FUNCTION() local
4623 BIO_free(out); in PHP_FUNCTION()
4774 BIO_free(out); in PHP_FUNCTION()
5494 if (out == NULL) { in PHP_FUNCTION()
5513 BIO_free(out); in PHP_FUNCTION()
6198 if (out == NULL) { in PHP_FUNCTION()
[all …]
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c1648 goto out; in main()
1682 goto out; in main()
1702 goto out; in main()
1720 goto out; in main()
1733 goto out; in main()
1967 out: in main()
/PHP-8.0/sapi/fpm/tests/
H A Dlogtool.inc285 $out = rtrim($line);
288 $out = $matches[2];
299 if ( ! $this->checkMessage($out, $this->position, $useLine)) {
302 $outLen = strlen($out);
507 if ($this->getError()) { // quick bail out to save some CPU
H A Dtester.inc650 $out = '';
664 $out .= "--$boundary$nl";
665 $out .= "Content-disposition: $dispositionType; $dispositionParam=\"$name\"$nl";
667 $out .= "$headerName: $headerValue$nl";
669 $out .= $nl;
670 $out .= "$value$nl";
672 $out .= "--$boundary--$nl";
674 return $out;
1398 $this->error('Log is not closed and timed out', $exception);
/PHP-8.0/sapi/cli/tests/
H A Dcli_process_title_windows.phpt50 // I couldn't figure out a good way to navigate this, so we're "grep'ing" all possible
/PHP-8.0/ext/gd/tests/
H A Dgif.phpt2 gif in/out
/PHP-8.0/docs/
H A Dstreams.md3 WARNING: some prototypes in this file are out of date.
229 to find out if a stream can be cast, without actually performing the cast, so to
324 First, you need to figure out what data you need to associate with the
355 Once you have that part figured out, you can write your implementation and
375 /* pull out some data from the stream and put it in buf */
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt82 … printf("[003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!\n");
170 [003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!
/PHP-8.0/ext/phar/tests/
H A Dphar_convert_again.phpt191 Cannot write out data phar archive, use Phar::TAR or Phar::ZIP
192 Cannot write out data phar archive, use Phar::TAR or Phar::ZIP
/PHP-8.0/main/
H A Dnetwork.c555 goto out;
563 goto out;
574 goto out;
597 out:
H A Dphp_output.h100 php_output_buffer out; member
/PHP-8.0/tests/lang/
H A D024.phpt501 commented out...
726 commented out...
951 commented out...
1176 commented out...
1401 commented out...
1626 commented out...
1851 commented out...
2076 commented out...
2301 commented out...
2526 commented out...
[all …]
/PHP-8.0/ext/intl/tests/
H A Dformatter_get_set_text_attribute.phpt50 // Set new attribute's value and see if it works out.
H A Dformatter_get_set_text_attribute_var2.phpt50 // Set new attribute's value and see if it works out.

Completed in 113 milliseconds

1...<<1112131415161718