Home
last modified time | relevance | path

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

1...<<1112131415161718

/PHP-8.1/Zend/tests/
H A Dgc_033.phpt13 /* remove the self-reference array out of roots */
/PHP-8.1/ext/mbstring/tests/
H A Dmb_substitute_character_variation2.phpt2 Test mb_substitute_character() function : variation unmappable out char for convert encoding
/PHP-8.1/ext/mysqli/tests/
H A Dbug64726.phpt24 Warning: mysqli_result::fetch_object(): (HY000/2014): Commands out of sync; you can't run this comm…
H A Dbug55653.phpt2 Bug #55653 PS crash with libmysql when binding same variable as param and out
H A Dmysqli_stmt_unclonable.phpt20 /* no, still bails out */
H A Dbug80837.phpt39 Commands out of sync; you can't run this command now
/PHP-8.1/ext/tidy/
H A Dtidy.c519 ZVAL_LONG(out, 0); in tidy_doc_cast_handler()
523 ZVAL_DOUBLE(out, 0); in tidy_doc_cast_handler()
527 ZVAL_TRUE(out); in tidy_doc_cast_handler()
537 ZVAL_EMPTY_STRING(out); in tidy_doc_cast_handler()
557 ZVAL_LONG(out, 0); in tidy_node_cast_handler()
561 ZVAL_DOUBLE(out, 0); in tidy_node_cast_handler()
565 ZVAL_TRUE(out); in tidy_node_cast_handler()
573 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
575 ZVAL_EMPTY_STRING(out); in tidy_node_cast_handler()
970 output_context->out.data = (char *) outbuf.bp; in php_tidy_output_handler()
[all …]
/PHP-8.1/ext/standard/tests/file/windows_links/
H A Dcommon.inc25 $ret = exec("mklink $ln " . __FILE__ .' 2>&1', $out);
/PHP-8.1/ext/standard/
H A Dpassword.c308 zend_string *salt, *out, *encoded; in php_password_argon2_hash() local
346 out = zend_string_alloc(32, 0); in php_password_argon2_hash()
352 ZSTR_LEN(out), in php_password_argon2_hash()
365 ZSTR_VAL(out), in php_password_argon2_hash()
366 ZSTR_LEN(out), in php_password_argon2_hash()
373 zend_string_release_ex(out, 0); in php_password_argon2_hash()
H A Ddns.c178 char out[NI_MAXHOST]; in php_gethostbyaddr() local
185 …if (getnameinfo((struct sockaddr *)&sa6, sizeof(sa6), out, sizeof(out), NULL, 0, NI_NAMEREQD) != 0… in php_gethostbyaddr()
188 return zend_string_init(out, strlen(out), 0); in php_gethostbyaddr()
192 …if (getnameinfo((struct sockaddr *)&sa4, sizeof(sa4), out, sizeof(out), NULL, 0, NI_NAMEREQD) != 0… in php_gethostbyaddr()
195 return zend_string_init(out, strlen(out), 0); in php_gethostbyaddr()
/PHP-8.1/ext/intl/tests/
H A Dgrapheme_out_of_bounds.phpt2 grapheme_* functions with out-of-bounds offsets
37 // Positive out of bounds.
80 // Negative out of bounds.
123 // Empty needle + out of bounds
H A Dresourcebundle_create.phpt27 // fall out
/PHP-8.1/ext/bz2/tests/
H A D003-mb.phpt34 Heading out for Jerusalem
H A D003.phpt34 Heading out for Jerusalem
/PHP-8.1/ext/standard/tests/streams/
H A Dbug64770.phpt28 echo "process timed out\n";
/PHP-8.1/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.1/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.1/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
H A Ddllist_013.phpt43 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) is out of range
/PHP-8.1/ext/oci8/tests/
H A Dbind_sqltchr_2.phpt13 "create or replace procedure bind_sqltchr_proc (msg_in in varchar2, msg_out out varchar2)
/PHP-8.1/ext/calendar/tests/
H A Djdtojewish.phpt45 Year out of range (0-9999)
/PHP-8.1/ext/simplexml/tests/
H A Dbug79971_1.phpt18 var_dump($sxe->asXML("$uri.out%00foo"));
/PHP-8.1/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-8.1/ext/pgsql/tests/
H A D00version.phpt10 // Execute run-test.php with --keep-all to get version string in 00version.log or 00version.out

Completed in 56 milliseconds

1...<<1112131415161718