Home
last modified time | relevance | path

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

1...<<11121314151617181920

/php-src/ext/standard/tests/streams/
H A Dbug46024.phpt6 // Terminating the process may cause a bailout while writing out the phpinfo,
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/dom/tests/
H A Dbug80332_2.phpt33 // This one should fail because it's out of bounds
/php-src/ext/random/tests/03_randomizer/methods/
H A DnextFloat.phpt35 die("failure: out of range at {$i}");
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/intl/tests/
H A Dnormalizer_get_raw_decomposition.phpt68 error info: 'Code point out of range: U_ILLEGAL_ARGUMENT_ERROR' (1)
/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/Zend/tests/
H A Dns_058.phpt2 058: Usage of 'namespace' in compound names (out of namespace)
/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()
/php-src/ext/openssl/
H A Dopenssl.c1745 BIO *out = NULL; in PHP_FUNCTION() local
1775 if (out && PEM_write_bio_PUBKEY(out, pkey)) { in PHP_FUNCTION()
1790 BIO_free_all(out); in PHP_FUNCTION()
5122 BIO_free(out); in PHP_FUNCTION()
5378 BIO_free(out); in PHP_FUNCTION()
6123 if (out == NULL) { in PHP_FUNCTION()
6142 BIO_free(out); in PHP_FUNCTION()
6834 if (out == NULL) { in PHP_FUNCTION()
6868 BIO_free(out); in PHP_FUNCTION()
6968 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";
/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.c340 goto out; in php_stream_url_wrap_http_ex()
724 goto out; in php_stream_url_wrap_http_ex()
836 goto out; in php_stream_url_wrap_http_ex()
901 goto out; in php_stream_url_wrap_http_ex()
912 goto out; \ in php_stream_url_wrap_http_ex()
938 out: in php_stream_url_wrap_http_ex()
/php-src/win32/build/
H A Dconfutils.js1838 var out = "| ";
1882 out = "|";
1886 out += " ";
1888 out += " |";
1890 STDOUT.WriteLine(out);
1894 out = "|";
1901 out += " ";
1904 out += " |";
1907 out = "|";
2350 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…
/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()

Completed in 121 milliseconds

1...<<11121314151617181920