Home
last modified time | relevance | path

Searched refs:out (Results 251 – 275 of 433) sorted by relevance

1...<<1112131415161718

/PHP-7.3/ext/pgsql/tests/
H A D00version.phpt8 // Execute run-test.php with --keep-all to get version string in 00version.log or 00version.out
/PHP-7.3/ext/calendar/tests/
H A Djdtojewish.phpt42 Warning: jdtojewish(): Year out of range (0-9999) in %s on line %d
/PHP-7.3/ext/standard/tests/streams/
H A Dbug64770.phpt28 echo "process timed out\n";
H A Dbug60602.phpt28 echo "process timed out\n";
/PHP-7.3/ext/standard/tests/file/
H A Drename_variation6-win32.phpt8 $ret = exec("mklink $fn " . __FILE__ .' 2>&1', $out);
H A Dproc_open01.phpt41 print "timed out\n";
/PHP-7.3/ext/simplexml/tests/
H A Dbug79971_1.phpt18 var_dump($sxe->asXML("$uri.out%00foo"));
/PHP-7.3/TSRM/
H A Dtsrm_win32.c455 HANDLE in, out; in popen_ex() local
509 if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) { in popen_ex()
529 startup.hStdOutput = out; in popen_ex()
531 out = dupHandle(out, FALSE); in popen_ex()
583 CloseHandle(out); in popen_ex()
585 fno = _open_osfhandle((tsrm_intptr_t)out, _O_WRONLY | mode); in popen_ex()
/PHP-7.3/ext/pdo_odbc/tests/
H A Dlong_columns.phpt65 $out = "";
66 while (strlen($out) < $len) {
67 $out .= "abcdefghijklmnopqrstuvwxyz";
69 return substr($out, 0, $len);
/PHP-7.3/ext/oci8/tests/
H A Dbind_sqltchr_2.phpt13 "create or replace procedure bind_sqltchr_proc (msg_in in varchar2, msg_out out varchar2)
H A Dbug44008.phpt16 "create or replace procedure bug44008_proc (p in out clob)
/PHP-7.3/ext/gd/tests/
H A Dimagecolourstotal_basic.phpt17 * Description: Find out the number of colors in an image's palette
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug41004.phpt20 public $out;
/PHP-7.3/ext/standard/
H A Dhttp_fopen_wrapper.c350 goto out; in php_stream_url_wrap_http_ex()
730 goto out; in php_stream_url_wrap_http_ex()
734 goto out; in php_stream_url_wrap_http_ex()
751 goto out; in php_stream_url_wrap_http_ex()
842 goto out; in php_stream_url_wrap_http_ex()
902 goto out; in php_stream_url_wrap_http_ex()
913 goto out; \ in php_stream_url_wrap_http_ex()
932 out: in php_stream_url_wrap_http_ex()
/PHP-7.3/ext/tidy/
H A Dtidy.c762 static int tidy_doc_cast_handler(zval *in, zval *out, int type) in tidy_doc_cast_handler() argument
770 ZVAL_LONG(out, 0); in tidy_doc_cast_handler()
774 ZVAL_DOUBLE(out, 0); in tidy_doc_cast_handler()
778 ZVAL_TRUE(out); in tidy_doc_cast_handler()
804 ZVAL_LONG(out, 0); in tidy_node_cast_handler()
808 ZVAL_DOUBLE(out, 0); in tidy_node_cast_handler()
812 ZVAL_TRUE(out); in tidy_node_cast_handler()
820 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
822 ZVAL_EMPTY_STRING(out); in tidy_node_cast_handler()
1212 output_context->out.data = (char *) outbuf.bp; in php_tidy_output_handler()
[all …]
/PHP-7.3/ext/mbstring/tests/
H A Dmb_substitute_character_variation2.phpt2 Test mb_substitute_character() function : variation unmappable out char for convert encoding
/PHP-7.3/ext/intl/tests/
H A Dresourcebundle_create.phpt27 // fall out
/PHP-7.3/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-7.3/ext/phar/tests/
H A Dphar_convert_repeated_b.phpt111 Cannot write out executable phar archive, phar is read-only
119 Cannot write out executable phar archive, phar is read-only
/PHP-7.3/ext/pdo_odbc/
H A Dodbc_driver.c242 goto out; in odbc_handle_doer()
247 goto out; in odbc_handle_doer()
253 goto out; in odbc_handle_doer()
258 out: in odbc_handle_doer()
/PHP-7.3/sapi/cli/tests/
H A Dbug64529.phpt2 Bug #64529 (Ran out of opcode space)
/PHP-7.3/ext/sockets/
H A Dmulticast.h66 int php_string_to_if_index(const char *val, unsigned *out);
/PHP-7.3/ext/bz2/tests/
H A D003-mb.phpt38 Heading out for Jerusalem
H A D003.phpt38 Heading out for Jerusalem
/PHP-7.3/ext/standard/tests/network/
H A Dtcp6loop.phpt5 /* If IPv6 is supported on the platform this will error out with code 111 - Connection refused.

Completed in 58 milliseconds

1...<<1112131415161718