Home
last modified time | relevance | path

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

1...<<11121314151617181920

/php-src/ext/curl/tests/
H A Dbug48207.phpt16 // Figure out what handler to use
H A Dcurl_setopt_array_basic.phpt16 // Figure out what handler to use
/php-src/ext/standard/tests/network/
H A Dtcp6loop.phpt5 …/* If IPv6 is supported on the platform this will error out with code 111 - Connection refused (or…
H A Dudp6loop.phpt5 /* If IPv6 is supported on the platform this will error out with code 111 -
/php-src/ext/date/tests/
H A Dmktime-3-64bit.phpt19 echo "out of range\n";
/php-src/sapi/fpm/tests/
H A Dbug74083-concurrent-reload.phpt45 exec("kill -USR2 $pid", $out, $killExitCode);
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetInt.phpt35 die("failure: out of range at {$i}");
H A DgetFloat.phpt36 die("failure: out of range at {$i}");
/php-src/ext/standard/tests/streams/
H A Dbug60106-002.phpt11 /* This figures out the max length for normal sockets */
H A Dproc_open_bug64438.phpt2 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes
/php-src/ext/sockets/
H A Dmulticast.c62 zend_result php_string_to_if_index(const char *val, unsigned *out) in php_string_to_if_index() argument
73 *out = ind; in php_string_to_if_index()
84 static zend_result php_get_if_index_from_zval(zval *val, unsigned *out) in php_get_if_index_from_zval() argument
93 *out = Z_LVAL_P(val); in php_get_if_index_from_zval()
98 ret = php_string_to_if_index(ZSTR_VAL(str), out); in php_get_if_index_from_zval()
H A Dsockaddr_conv.c12 extern zend_result php_string_to_if_index(const char *val, unsigned *out);
/php-src/ext/openssl/
H A Dopenssl.c1728 BIO *out = NULL; in PHP_FUNCTION() local
1758 if (out && PEM_write_bio_PUBKEY(out, pkey)) { in PHP_FUNCTION()
1773 BIO_free_all(out); in PHP_FUNCTION()
5105 BIO_free(out); in PHP_FUNCTION()
5361 BIO_free(out); in PHP_FUNCTION()
6106 if (out == NULL) { in PHP_FUNCTION()
6125 BIO_free(out); in PHP_FUNCTION()
6817 if (out == NULL) { in PHP_FUNCTION()
6851 BIO_free(out); in PHP_FUNCTION()
6951 out = zend_string_truncate(out, out_len, 0); in PHP_FUNCTION()
[all …]
/php-src/ext/openssl/tests/
H A Dopenssl_cms_verify_basic.phpt12 $contentfile = $outfile . ".out";
H A Dopenssl_cms_decrypt_basic.phpt12 $outfile = $encrypted . ".out";
/php-src/build/
H A Dshtool1758 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1759 my_error=`grep -v '^ *+' $tmpfile.out`
1763 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1764 my_error=`grep -v '^ *+' $tmpfile.out`
1775 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1776 my_error=`grep -v '^ *+' $tmpfile.out`
1785 rm -f $tmpfile.c $tmpfile.out >/dev/null 2>&1
/php-src/main/
H A Drfc1867.c628 char buf[FILLUNIT], *out=NULL; in multipart_buffer_read_body() local
632 out = erealloc(out, total_bytes + read_bytes + 1); in multipart_buffer_read_body()
633 memcpy(out + total_bytes, buf, read_bytes); in multipart_buffer_read_body()
637 if (out) { in multipart_buffer_read_body()
638 out[total_bytes] = '\0'; in multipart_buffer_read_body()
642 return out; in multipart_buffer_read_body()
/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c346 goto out; in php_stream_url_wrap_http_ex()
730 goto out; in php_stream_url_wrap_http_ex()
831 goto out; in php_stream_url_wrap_http_ex()
896 goto out; in php_stream_url_wrap_http_ex()
907 goto out; \ in php_stream_url_wrap_http_ex()
933 out: in php_stream_url_wrap_http_ex()
/php-src/win32/build/
H A Dconfutils.js1846 var out = "| ";
1890 out = "|";
1894 out += " ";
1896 out += " |";
1898 STDOUT.WriteLine(out);
1902 out = "|";
1909 out += " ";
1912 out += " |";
1915 out = "|";
2356 DEPS.WriteLine(out);
[all …]
/php-src/ext/standard/tests/file/
H A Dftruncate_bug76422.phpt39 …// NOTE: unlink() is deliberately repeated - If this test runs out of disk space attempting to res…
H A Dbug60120.phpt2 Bug #60120 (proc_open hangs when data in stdin/out/err is getting larger or equal to 2048)
/php-src/ext/fileinfo/libmagic/
H A Dmagic.c205 goto out; in file_or_stream()
266 out: in file_or_stream()
/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c602 char out[1024]; in ir_gdb_present() local
604 if (readlink(buf, out, sizeof(out) - 1) > 0) { in ir_gdb_present()
605 if (strstr(out, "gdb")) { in ir_gdb_present()
/php-src/ext/pdo_odbc/
H A Dodbc_driver.c237 goto out; in odbc_handle_doer()
242 goto out; in odbc_handle_doer()
248 goto out; in odbc_handle_doer()
253 out: in odbc_handle_doer()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c1662 goto out; in main()
1696 goto out; in main()
1716 goto out; in main()
1736 goto out; in main()
1749 goto out; in main()
1833 goto out; in main()
1836 goto out; in main()
1993 out: in main()

Completed in 84 milliseconds

1...<<11121314151617181920