Home
last modified time | relevance | path

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

1...<<1112131415161718

/PHP-8.0/sapi/cli/tests/
H A Dbug64529.phpt2 Bug #64529 (Ran out of opcode space)
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_cms_encrypt_der.phpt13 $decryptfile = $tname . ".out";
/PHP-8.0/ext/iconv/
H A Dconfig.m4127 char *out = malloc(out_left);
128 char *out_p = out;
/PHP-8.0/ext/phar/tests/
H A Dphar_convert_repeated_b.phpt110 Cannot write out executable phar archive, phar is read-only
118 Cannot write out executable phar archive, phar is read-only
/PHP-8.0/ext/gd/libgd/
H A Dgd_topal.c1376 int in, out; in init_error_limit() local
1391 out = 0; in init_error_limit()
1392 for (in = 0; in < STEPSIZE; in++, out++) in init_error_limit()
1394 table[in] = out; in init_error_limit()
1395 table[-in] = -out; in init_error_limit()
1398 for (; in < STEPSIZE * 3; in++, out += (in & 1) ? 0 : 1) in init_error_limit()
1400 table[in] = out; in init_error_limit()
1401 table[-in] = -out; in init_error_limit()
1406 table[in] = out; in init_error_limit()
1407 table[-in] = -out; in init_error_limit()
/PHP-8.0/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-8.0/ext/pdo_odbc/
H A Dodbc_driver.c240 goto out; in odbc_handle_doer()
245 goto out; in odbc_handle_doer()
251 goto out; in odbc_handle_doer()
256 out: in odbc_handle_doer()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c1165 goto out; in mconvert()
1169 goto out; in mconvert()
1175 goto out; in mconvert()
1183 goto out; in mconvert()
1222 goto out; in mconvert()
1229 goto out; in mconvert()
1237 goto out; in mconvert()
1242 goto out; in mconvert()
1249 goto out; in mconvert()
1257 goto out; in mconvert()
[all …]
H A Dapprentice.c1398 goto out; in apprentice_load()
1427 out: in apprentice_load()
1804 goto out; in parse_string_modifier()
1807 out: in parse_string_modifier()
2258 goto out; in parse_strength()
2262 goto out; in parse_strength()
2268 goto out; in parse_strength()
2271 out: in parse_strength()
2902 out: in getstr()
3185 goto out; in apprentice_compile()
[all …]
/PHP-8.0/ext/standard/tests/streams/
H A Dbug46024.phpt6 // Terminating the process may cause a bailout while writing out the phpinfo,
H A Dproc_open_bug60120.phpt2 Bug #60120 proc_open hangs with stdin/out with >2048 bytes
/PHP-8.0/ext/imap/tests/
H A Dimap_fetchbody_variation6.phpt22 $sequences = [0, /* out of range */ 4, 1];
H A Dimap_fetchheader_variation5.phpt20 $sequences = [0, /* out of range */ 4, 1];
/PHP-8.0/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-8.0/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-8.0/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-8.0/Zend/tests/
H A Dns_058.phpt2 058: Usage of 'namespace' in compound names (out of namespase)
/PHP-8.0/ext/date/tests/
H A Dmktime-3-64bit.phpt19 echo "out of range\n";
/PHP-8.0/sapi/fpm/tests/
H A Dbug74083-concurrent-reload.phpt45 exec("kill -USR2 $pid", $out, $killExitCode);
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c2032 if (out == NULL) { in PHP_METHOD()
2039 php_stream_write(out, "\n", 1); in PHP_METHOD()
2047 php_stream_write(out, "\n", 1); in PHP_METHOD()
2050 php_stream_printf(out, "Params: %d\n", in PHP_METHOD()
2058 php_stream_printf(out, "Key: Name: [%zd] %.*s\n", in PHP_METHOD()
2064 php_stream_printf(out, in PHP_METHOD()
2077 php_stream_close(out); in PHP_METHOD()
2122 goto out; in dbstmt_method_get()
2130 goto out; in dbstmt_method_get()
2135 goto out; in dbstmt_method_get()
[all …]
/PHP-8.0/ext/mbstring/
H A Dconfig.m438 out="php_config.h"
41 out="$abs_builddir/config.h"
45 #include "$out"

Completed in 53 milliseconds

1...<<1112131415161718