Home
last modified time | relevance | path

Searched refs:out (Results 226 – 250 of 437) sorted by relevance

12345678910>>...18

/PHP-8.0/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt23 SplDoublyLinkedList::offsetUnset(): Argument #1 ($index) is out of range
H A Ddllist_013.phpt34 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) is out of range
/PHP-8.0/ext/standard/tests/assert/
H A Dassert_error2.phpt18 //bail out on error
/PHP-8.0/ext/date/tests/
H A Dbug67253.phpt2 Bug #67253 (timelib_meridian_with_check out-of-bounds read)
/PHP-8.0/ext/phar/tests/
H A Dphar_extract.phpt25 $out = array();
28 $out[] = $p;
31 sort($out);
33 foreach ($out as $b) {
/PHP-8.0/ext/gd/tests/
H A Dcolorclosest.phpt87 imagecolorsforindex(): Argument #2 ($color) is out of range
110 imagecolorsforindex(): Argument #2 ($color) is out of range
H A Dfunc.inc71 * .php test file with the extension .out.png, to be able to manually inspect
138 * extension .out.png.
146 $filename = "{$pathinfo['dirname']}/{$pathinfo['filename']}.out.png";
H A Dimagetruecolortopalette_error4.phpt2 Testing imagetruecolortopalette(): out of range parameter 3
H A Dbug75111.phpt22 Warning: imagecreatefromstring(): Couldn't create GD Image Stream out of Data in %s on line %d
/PHP-8.0/ext/oci8/tests/
H A Dbug46994.phpt16 "create or replace procedure bug46994_proc1(p1 in out nocopy clob) is
21 "create or replace procedure bug46994_proc2(p1 in out nocopy clob) is
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_dfg.h32 zend_bitset out; member
/PHP-8.0/ext/xml/tests/
H A Dbug72714.phpt31 Warning: xml_parser_set_option(): tagstart ignored, because it is out of range in %s on line %d
/PHP-8.0/ext/standard/tests/file/
H A Dbug47517.phpt8 exec('net session 2>&1', $out, $status);
/PHP-8.0/ext/session/tests/
H A Dbug71972.phpt21 $_SESSION['obj'.$num]->test = new stdClass();//NOTE: No bug if try commenting out this too.
/PHP-8.0/ext/standard/tests/filters/
H A Dbug54350.phpt7 function filter($in, $out, &$consumed, $closing): int {
/PHP-8.0/ext/mbstring/
H A Dmb_gpc.c194 goto out; in _php_mb_encoding_handler_ex()
241 goto out; in _php_mb_encoding_handler_ex()
286 goto out; in _php_mb_encoding_handler_ex()
327 out: in _php_mb_encoding_handler_ex()
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug36908.phpt46 …mlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:addResponse><out xsi:type="xsd:string">9</out></ns1…
/PHP-8.0/Zend/tests/
H A Dbug39438.phpt41 $out=serialize($test);
H A Dgc_033.phpt13 /* remove the self-reference array out of roots */
/PHP-8.0/ext/mysqli/tests/
H A Dbug64726.phpt23 Warning: mysqli_result::fetch_object(): (HY000/2014): Commands out of sync; you can't run this comm…
/PHP-8.0/ext/standard/
H A Ddns_win32.c262 unsigned short out[8]; in php_parserr() local
267 out[i * 2] = htons(LOWORD(chunk)); in php_parserr()
268 out[i * 2 + 1] = htons(HIWORD(chunk)); in php_parserr()
272 if (out[i] != 0) { in php_parserr()
278 tp += sprintf((char*)tp,"%x", out[i]); in php_parserr()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dprint.c266 goto out; in file_fmttime()
270 goto out; in file_fmttime()
273 out: in file_fmttime()
/PHP-8.0/ext/standard/tests/file/windows_links/
H A Dcommon.inc25 $ret = exec("mklink $ln " . __FILE__ .' 2>&1', $out);
/PHP-8.0/ext/mbstring/tests/
H A Dmb_substitute_character_variation2.phpt2 Test mb_substitute_character() function : variation unmappable out char for convert encoding
/PHP-8.0/ext/iconv/tests/
H A Diconv_substr_out_of_bounds.phpt2 iconv_substr() with out of bounds offset

Completed in 26 milliseconds

12345678910>>...18