Home
last modified time | relevance | path

Searched refs:out (Results 301 – 325 of 491) sorted by relevance

1...<<11121314151617181920

/php-src/TSRM/
H A Dtsrm_win32.c452 HANDLE in, out; in popen_ex() local
506 if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) { in popen_ex()
526 startup.hStdOutput = out; in popen_ex()
528 out = dupHandle(out, FALSE); in popen_ex()
580 CloseHandle(out); in popen_ex()
582 fno = _open_osfhandle((tsrm_intptr_t)out, _O_WRONLY | mode); in popen_ex()
/php-src/ext/phar/tests/
H A Dphar_convert_repeated_b.phpt105 Cannot write out executable phar archive, phar is read-only
113 Cannot write out executable phar archive, phar is read-only
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt66 $out = "";
67 while (strlen($out) < $len) {
68 $out .= "abcdefghijklmnopqrstuvwxyz";
70 return substr($out, 0, $len);
/php-src/ext/intl/tests/
H A Dresourcebundle_create.phpt27 // fall out
/php-src/ext/soap/tests/bugs/
H A Dbug41004.phpt20 public $out;
/php-src/ext/spl/tests/
H A Ddllist_013.phpt43 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) is out of range
/php-src/ext/standard/tests/streams/
H A Dbug60602.phpt28 echo "process timed out\n";
H A Dproc_open_bug60120.phpt2 Bug #60120 proc_open hangs with stdin/out with >2048 bytes
/php-src/ext/pgsql/tests/
H A D00version.phpt10 // Execute run-test.php with --keep-all to get version string in 00version.log or 00version.out
/php-src/ext/standard/tests/assert/
H A Dassert_error2.phpt18 //bail out on error
/php-src/ext/mysqli/tests/
H A Dbug81335.phpt2 Bug #81335: Packets out of order after connection timeout
/php-src/ext/standard/tests/strings/
H A Dstr_shuffle_basic.phpt43 echo "TEST FAILED.. Only $combinations out of a possible 24 combinations used\n";
/php-src/ext/opcache/tests/
H A Dgh9164.phpt14 // Generate enough classes so that the out of bound access will cause a crash
/php-src/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-src/ext/dom/lexbor/patches/
H A DREADME.md23 * 0006-Patch-out-unused-CSS-style-code.patch
38 * `git am -3 ../patches/0006-Patch-out-unused-CSS-style-code.patch`
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c1166 goto out; in mconvert()
1176 goto out; in mconvert()
1182 goto out; in mconvert()
1190 goto out; in mconvert()
1230 goto out; in mconvert()
1237 goto out; in mconvert()
1245 goto out; in mconvert()
1250 goto out; in mconvert()
1257 goto out; in mconvert()
1265 goto out; in mconvert()
[all …]
H A Dapprentice.c1531 goto out; in apprentice_load()
1563 out: in apprentice_load()
1952 goto out; in parse_string_modifier()
1955 out: in parse_string_modifier()
2421 goto out; in parse_strength()
2425 goto out; in parse_strength()
2431 goto out; in parse_strength()
2434 out: in parse_strength()
3086 out: in getstr()
3369 goto out; in apprentice_compile()
[all …]
/php-src/ext/openssl/tests/
H A Dopenssl_cms_encrypt_der.phpt12 $decryptfile = $tname . ".out";
/php-src/sapi/cli/tests/
H A Dbug64529.phpt2 Bug #64529 (Ran out of opcode space)
/php-src/ext/fileinfo/
H A Dlibmagic.patch459 out:
821 out:
1091 out:
1123 out:
1132 out:
1143 out:
1152 out:
1930 -out:
2070 -out:
2173 +out:
[all …]
/php-src/ext/standard/tests/file/
H A Dproc_open01.phpt41 print "timed out\n";
/php-src/ext/sockets/
H A Dmulticast.h65 zend_result php_string_to_if_index(const char *val, unsigned *out);
/php-src/main/streams/
H A Dstreams.c341 strcat(out, "CALL_DTOR, "); in _php_stream_pretty_free_options()
343 strcat(out, "RELEASE_STREAM, "); in _php_stream_pretty_free_options()
347 strcat(out, "RSRC_DTOR, "); in _php_stream_pretty_free_options()
349 strcat(out, "PERSISTENT, "); in _php_stream_pretty_free_options()
352 if (out[0] != '\0') in _php_stream_pretty_free_options()
353 out[strlen(out) - 2] = '\0'; in _php_stream_pretty_free_options()
354 return out; in _php_stream_pretty_free_options()
393 char out[200] = ""; in _php_stream_free() local
1181 goto out; in _php_stream_write_buffer()
1184 goto out; in _php_stream_write_buffer()
[all …]
/php-src/ext/mbstring/
H A Dphp_unicode.c233 static uint32_t *emit_special_casing_sequence(uint32_t w, uint32_t *out) in emit_special_casing_sequence() argument
238 *out++ = *++p; in emit_special_casing_sequence()
240 return out; in emit_special_casing_sequence()
/php-src/ext/pdo/
H A Dpdo_stmt.c1951 if (out == NULL) { in PHP_METHOD()
1958 php_stream_write(out, "\n", 1); in PHP_METHOD()
1966 php_stream_write(out, "\n", 1); in PHP_METHOD()
1969 php_stream_printf(out, "Params: %d\n", in PHP_METHOD()
1977 php_stream_printf(out, "Key: Name: [%zd] %.*s\n", in PHP_METHOD()
1983 php_stream_printf(out, in PHP_METHOD()
1996 php_stream_close(out); in PHP_METHOD()
2043 goto out; in dbstmt_method_get()
2051 goto out; in dbstmt_method_get()
2056 goto out; in dbstmt_method_get()
[all …]

Completed in 63 milliseconds

1...<<11121314151617181920