Home
last modified time | relevance | path

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

1...<<11121314151617

/PHP-7.4/ext/spl/tests/
H A Ddit_006.phpt48 Seek position %d is out of range
/PHP-7.4/ext/xsl/tests/
H A Dbug33853.phpt6 if (getenv('SKIP_ASAN')) die('xfail bailing out across foreign C code');
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_error2.phpt18 //bail out on error
/PHP-7.4/ext/standard/tests/streams/
H A Dbug64770.phpt28 echo "process timed out\n";
H A Dbug60602.phpt28 echo "process timed out\n";
/PHP-7.4/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.4/ext/calendar/tests/
H A Djdtojewish.phpt42 Warning: jdtojewish(): Year out of range (0-9999) in %s on line %d
/PHP-7.4/ext/mysqli/tests/
H A Dbug80837.phpt38 Commands out of sync; you can't run this command now
/PHP-7.4/ext/simplexml/tests/
H A Dbug79971_1.phpt18 var_dump($sxe->asXML("$uri.out%00foo"));
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug41004.phpt20 public $out;
/PHP-7.4/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.4/ext/gd/tests/
H A Dimagecolourstotal_basic.phpt17 * Description: Find out the number of colors in an image's palette
/PHP-7.4/TSRM/
H A Dtsrm_win32.c455 HANDLE in, out; in popen_ex() local
508 if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) { in popen_ex()
528 startup.hStdOutput = out; in popen_ex()
530 out = dupHandle(out, FALSE); in popen_ex()
582 CloseHandle(out); in popen_ex()
584 fno = _open_osfhandle((tsrm_intptr_t)out, _O_WRONLY | mode); in popen_ex()
/PHP-7.4/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.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1140 goto out; in mconvert()
1144 goto out; in mconvert()
1150 goto out; in mconvert()
1157 goto out; in mconvert()
1190 goto out; in mconvert()
1197 goto out; in mconvert()
1205 goto out; in mconvert()
1210 goto out; in mconvert()
1217 goto out; in mconvert()
1225 goto out; in mconvert()
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substitute_character_variation2.phpt2 Test mb_substitute_character() function : variation unmappable out char for convert encoding
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle_create.phpt27 // fall out
/PHP-7.4/ext/tidy/
H A Dtidy.c779 ZVAL_LONG(out, 0); in tidy_doc_cast_handler()
783 ZVAL_DOUBLE(out, 0); in tidy_doc_cast_handler()
787 ZVAL_TRUE(out); in tidy_doc_cast_handler()
797 ZVAL_EMPTY_STRING(out); in tidy_doc_cast_handler()
817 ZVAL_LONG(out, 0); in tidy_node_cast_handler()
821 ZVAL_DOUBLE(out, 0); in tidy_node_cast_handler()
825 ZVAL_TRUE(out); in tidy_node_cast_handler()
833 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
835 ZVAL_EMPTY_STRING(out); in tidy_node_cast_handler()
1232 output_context->out.data = (char *) outbuf.bp; in php_tidy_output_handler()
[all …]
/PHP-7.4/ext/sockets/
H A Dmulticast.h66 int php_string_to_if_index(const char *val, unsigned *out);
/PHP-7.4/sapi/cli/tests/
H A Dbug64529.phpt2 Bug #64529 (Ran out of opcode space)
/PHP-7.4/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.4/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.4/ext/fileinfo/
H A Dlibmagic.patch933 out:
1209 out:
1241 out:
1250 out:
1261 out:
1291 out:
2275 -out:
2492 -out:
2555 +out:
2679 -out:
[all …]
/PHP-7.4/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()

Completed in 52 milliseconds

1...<<11121314151617