Home
last modified time | relevance | path

Searched refs:out (Results 276 – 300 of 491) sorted by relevance

1...<<11121314151617181920

/php-src/ext/iconv/tests/
H A Diconv_substr_out_of_bounds.phpt2 iconv_substr() with out of bounds offset
/php-src/ext/gd/tests/
H A Dbug75111.phpt20 Warning: imagecreatefromstring(): Couldn't create GD Image Stream out of Data in %s on line %d
/php-src/Zend/tests/
H A Dgc_033.phpt13 /* remove the self-reference array out of roots */
/php-src/ext/mbstring/tests/
H A Dmb_substitute_character_variation2.phpt2 Test mb_substitute_character() function : variation unmappable out char for convert encoding
/php-src/ext/standard/tests/file/windows_links/
H A Dcommon.inc25 $ret = exec("mklink $ln " . __FILE__ .' 2>&1', $out);
/php-src/ext/skeleton/
H A D.gitignore.in39 tests/**/*.out
/php-src/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-src/ext/standard/
H A Ddns.c177 char out[NI_MAXHOST]; in php_gethostbyaddr() local
184 …if (getnameinfo((struct sockaddr *)&sa6, sizeof(sa6), out, sizeof(out), NULL, 0, NI_NAMEREQD) != 0… in php_gethostbyaddr()
187 return zend_string_init(out, strlen(out), 0); in php_gethostbyaddr()
191 …if (getnameinfo((struct sockaddr *)&sa4, sizeof(sa4), out, sizeof(out), NULL, 0, NI_NAMEREQD) != 0… in php_gethostbyaddr()
194 return zend_string_init(out, strlen(out), 0); in php_gethostbyaddr()
/php-src/ext/iconv/
H A Dconfig.m498 char *out = malloc(out_left);
99 char *out_p = out;
/php-src/ext/mbstring/
H A Dmb_gpc.c174 goto out; in _php_mb_encoding_handler_ex()
219 goto out; in _php_mb_encoding_handler_ex()
272 out: in _php_mb_encoding_handler_ex()
H A Dconfig.m4166 out="php_config.h"
169 out="$abs_builddir/config.h"
173 #include "$out"
/php-src/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
/php-src/ext/bz2/tests/
H A D003-mb.phpt34 Heading out for Jerusalem
H A D003.phpt34 Heading out for Jerusalem
/php-src/ext/standard/tests/streams/
H A Dbug64770.phpt28 echo "process timed out\n";
/php-src/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.phpt20 /* no, still bails out */
H A Dbug80837.phpt38 Commands out of sync; you can't run this command now
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c331 goto out; in file_zmagic()
333 goto out; in file_zmagic()
369 out: in file_zmagic()
736 ZSTD_outBuffer out; in uncompresszstd() local
751 out.dst = RCAST(void *, *newch); in uncompresszstd()
752 out.size = bytes_max; in uncompresszstd()
753 out.pos = 0; in uncompresszstd()
755 rc = ZSTD_decompressStream(zstd, &out, &in); in uncompresszstd()
759 *n = out.pos; in uncompresszstd()
/php-src/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-src/ext/calendar/tests/
H A Djdtojewish.phpt45 Year out of range (0-9999)
/php-src/ext/simplexml/tests/
H A Dbug79971_1.phpt20 var_dump($sxe->asXML("$uri.out%00foo"));
/php-src/ext/dom/tests/modern/extensions/
H A DElement_renaming_html_ns_02.phpt24 It is not possible to move an element out of the HTML namespace because the HTML namespace is tied …
/php-src/ext/standard/tests/assert/
H A Dassert_basic3.phpt16 //bail out on error

Completed in 28 milliseconds

1...<<11121314151617181920