Home
last modified time | relevance | path

Searched refs:out (Results 276 – 300 of 425) sorted by relevance

1...<<11121314151617

/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt2 Bug #60120 proc_open hangs with stdin/out with >2048 bytes
H A Dproc_open_bug64438.phpt2 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes
/PHP-7.4/ext/standard/tests/file/
H A Dproc_open01.phpt41 print "timed out\n";
H A Dbug60120.phpt2 Bug #60120 (proc_open hangs when data in stdin/out/err is getting larger or equal to 2048)
/PHP-7.4/ext/bz2/tests/
H A D003-mb.phpt38 Heading out for Jerusalem
H A D003.phpt38 Heading out for Jerusalem
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_shuffle_basic.phpt48 echo "TEST FAILED.. Only $combinations out of a possible 24 combinations used\n";
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1358 goto out; in apprentice_load()
1387 out: in apprentice_load()
1762 goto out; in parse_string_modifier()
1765 out: in parse_string_modifier()
2205 goto out; in parse_strength()
2209 goto out; in parse_strength()
2215 goto out; in parse_strength()
2218 out: in parse_strength()
2840 out: in getstr()
3201 goto out; in apprentice_compile()
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dcalltimeout1.phpt2 oci_set_call_timeout: test timing out
H A Dcursors.phpt65 Warning: oci_fetch_assoc(): ORA-01002: fetch out of sequence in %s on line %d
/PHP-7.4/ext/date/tests/
H A Dmktime-3-64bit.phpt19 echo "out of range\n";
/PHP-7.4/ext/curl/tests/
H A Dbug48207.phpt16 // Figure out what handler to use
H A Dcurl_setopt_array_basic.phpt17 // Figure out what handler to use
/PHP-7.4/Zend/tests/
H A Dns_058.phpt2 058: Usage of 'namespace' in compound names (out of namespase)
/PHP-7.4/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-7.4/ext/pdo/
H A Dpdo_stmt.c2104 if (out == NULL) { in PHP_METHOD()
2111 php_stream_write(out, "\n", 1); in PHP_METHOD()
2119 php_stream_write(out, "\n", 1); in PHP_METHOD()
2122 php_stream_printf(out, "Params: %d\n", in PHP_METHOD()
2130 php_stream_printf(out, "Key: Name: [%zd] %.*s\n", in PHP_METHOD()
2136 php_stream_printf(out, in PHP_METHOD()
2149 php_stream_close(out); in PHP_METHOD()
2220 goto out; in dbstmt_method_get()
2228 goto out; in dbstmt_method_get()
2233 goto out; in dbstmt_method_get()
[all …]
/PHP-7.4/ext/mbstring/
H A Dconfig.m438 out="php_config.h"
41 out="$abs_builddir/config.h"
45 #include "$out"
/PHP-7.4/ext/sockets/
H A Dmulticast.c64 int php_string_to_if_index(const char *val, unsigned *out) in php_string_to_if_index() argument
75 *out = ind; in php_string_to_if_index()
86 static int php_get_if_index_from_zval(zval *val, unsigned *out) in php_get_if_index_from_zval() argument
97 *out = Z_LVAL_P(val); in php_get_if_index_from_zval()
103 ret = php_string_to_if_index(ZSTR_VAL(str), out); in php_get_if_index_from_zval()
/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c349 goto out; in php_stream_url_wrap_http_ex()
729 goto out; in php_stream_url_wrap_http_ex()
830 goto out; in php_stream_url_wrap_http_ex()
890 goto out; in php_stream_url_wrap_http_ex()
901 goto out; \ in php_stream_url_wrap_http_ex()
920 out: in php_stream_url_wrap_http_ex()
/PHP-7.4/ext/intl/tests/
H A Dnormalizer_get_raw_decomposition.phpt67 error info: 'Code point out of range: U_ILLEGAL_ARGUMENT_ERROR' (1)
/PHP-7.4/ext/gd/tests/
H A Dimagecolorstotal_error.phpt15 * Description: Find out the number of colors in an image's palette
/PHP-7.4/sapi/fpm/tests/
H A Dbug74083-concurrent-reload.phpt45 exec("kill -USR2 $pid", $out, $killExitCode);
/PHP-7.4/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-7.4/main/
H A Drfc1867.c657 char buf[FILLUNIT], *out=NULL; in multipart_buffer_read_body() local
661 out = erealloc(out, total_bytes + read_bytes + 1); in multipart_buffer_read_body()
662 memcpy(out + total_bytes, buf, read_bytes); in multipart_buffer_read_body()
666 if (out) { in multipart_buffer_read_body()
667 out[total_bytes] = '\0'; in multipart_buffer_read_body()
671 return out; in multipart_buffer_read_body()

Completed in 53 milliseconds

1...<<11121314151617