Home
last modified time | relevance | path

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

1...<<1112131415161718

/PHP-8.0/ext/standard/
H A Dpassword.c303 zend_string *salt, *out, *encoded; in php_password_argon2_hash() local
341 out = zend_string_alloc(32, 0); in php_password_argon2_hash()
347 ZSTR_LEN(out), in php_password_argon2_hash()
360 ZSTR_VAL(out), in php_password_argon2_hash()
361 ZSTR_LEN(out), in php_password_argon2_hash()
368 zend_string_release_ex(out, 0); in php_password_argon2_hash()
/PHP-8.0/ext/tidy/
H A Dtidy.c536 ZVAL_LONG(out, 0); in tidy_doc_cast_handler()
540 ZVAL_DOUBLE(out, 0); in tidy_doc_cast_handler()
544 ZVAL_TRUE(out); in tidy_doc_cast_handler()
554 ZVAL_EMPTY_STRING(out); in tidy_doc_cast_handler()
574 ZVAL_LONG(out, 0); in tidy_node_cast_handler()
578 ZVAL_DOUBLE(out, 0); in tidy_node_cast_handler()
582 ZVAL_TRUE(out); in tidy_node_cast_handler()
590 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
592 ZVAL_EMPTY_STRING(out); in tidy_node_cast_handler()
989 output_context->out.data = (char *) outbuf.bp; in php_tidy_output_handler()
[all …]
/PHP-8.0/ext/standard/tests/streams/
H A Dbug64770.phpt28 echo "process timed out\n";
H A Dbug60602.phpt28 echo "process timed out\n";
/PHP-8.0/ext/iconv/
H A Dphp_iconv.h95 PHP_ICONV_API php_iconv_err_t php_iconv_string(const char * in_p, size_t in_len, zend_string **out,…
/PHP-8.0/ext/mysqli/tests/
H A Dbug55653.phpt2 Bug #55653 PS crash with libmysql when binding same variable as param and out
H A Dmysqli_stmt_unclonable.phpt19 /* no, still bails out */
H A Dbug80837.phpt38 Commands out of sync; you can't run this command now
/PHP-8.0/ext/date/tests/
H A Dbug53437_var4.phpt2 Bug #53437 (Check that var_dump out is the same using the whole object or it's single properties), …
/PHP-8.0/ext/spl/tests/
H A Ddit_006.phpt47 Seek position %d is out of range
H A Ddllist_006.phpt59 Exception: SplDoublyLinkedList::offsetGet(): Argument #1 ($index) is out of range
/PHP-8.0/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-8.0/ext/bz2/tests/
H A D003-mb.phpt34 Heading out for Jerusalem
H A D003.phpt34 Heading out for Jerusalem
/PHP-8.0/ext/calendar/tests/
H A Djdtojewish.phpt45 Year out of range (0-9999)
/PHP-8.0/ext/simplexml/tests/
H A Dbug79971_1.phpt18 var_dump($sxe->asXML("$uri.out%00foo"));
/PHP-8.0/ext/intl/tests/
H A Dgrapheme_out_of_bounds.phpt2 grapheme_* functions with out-of-bounds offsets
35 // Positive out of bounds.
78 // Negative out of bounds.
121 // Empty needle + out of bounds
H A Dresourcebundle_create.phpt27 // fall out
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug41004.phpt20 public $out;
/PHP-8.0/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-8.0/TSRM/
H A Dtsrm_win32.c453 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-8.0/ext/standard/tests/strings/
H A Dstr_shuffle_basic.phpt43 echo "TEST FAILED.. Only $combinations out of a possible 24 combinations used\n";
/PHP-8.0/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-8.0/ext/sockets/
H A Dmulticast.h64 int php_string_to_if_index(const char *val, unsigned *out);

Completed in 47 milliseconds

1...<<1112131415161718