Home
last modified time | relevance | path

Searched refs:out (Results 176 – 200 of 425) sorted by relevance

12345678910>>...17

/PHP-7.4/Zend/tests/try/
H A Dtry_finally_008.phpt21 Fatal error: jump out of a finally block is disallowed in %stry_finally_008.php on line %d
H A Dtry_finally_009.phpt23 Fatal error: jump out of a finally block is disallowed in %stry_finally_009.php on line %d
H A Dtry_finally_007.phpt22 Fatal error: jump out of a finally block is disallowed in %stry_finally_007.php on line %d
/PHP-7.4/ext/gd/libgd/
H A Dgd_jpeg.c148 gdIOCtx *out = gdNewFileCtx (outFile); in gdImageJpeg() local
149 gdImageJpegCtx (im, out, quality); in gdImageJpeg()
150 out->gd_free (out); in gdImageJpeg()
156 gdIOCtx *out = gdNewDynamicCtx (2048, NULL); in gdImageJpegPtr() local
157 if (!_gdImageJpegCtx(im, out, quality)) { in gdImageJpegPtr()
158 rv = gdDPExtractData(out, size); in gdImageJpegPtr()
162 out->gd_free (out); in gdImageJpegPtr()
/PHP-7.4/ext/fileinfo/tests/
H A Dbug71434.phpt2 Bug #68735 fileinfo out-of-bounds memory access
H A Dbug68735.phpt2 Bug #68735 fileinfo out-of-bounds memory access
/PHP-7.4/ext/spl/tests/
H A DSplDoublyLinkedList_add_invalid_offset.phpt13 Exception: Offset invalid or out of range
H A DSplDoublyLinkedList_offsetUnset_greater_than_elements.phpt25 Offset out of range
H A DSplDoublyLinkedList_offsetGet_param_string.phpt14 Fatal error: Uncaught OutOfRangeException: Offset invalid or out of range in %s
H A DSplDoublyLinkedList_offsetGet_param_array.phpt14 Fatal error: Uncaught OutOfRangeException: Offset invalid or out of range in %s
H A Dbug70561.phpt22 Seek position %d is out of range
/PHP-7.4/ext/dom/tests/
H A DDOMCharacterData_length_error_001.phpt2 Invalid State Error when getting length on DOMCharacterData out of content.
H A DDOMCharacterData_data_error_002.phpt2 Invalid State Error when getting data on DOMCharacterData out of content.
/PHP-7.4/ext/standard/tests/file/
H A Dfile_get_contents_error001.phpt2 file_get_contents() test using offset parameter out of range
H A Dbug65272.phpt2 Bug #65272: flock() correctly sets wouldblock out param in windows
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug73825.phpt2 Bug #73825 Heap out of bounds read on unserialize in finish_nested_data()
/PHP-7.4/ext/exif/tests/bug77184/
H A Dbug77184.phpt2 Bug #74428 (Unsigned rational numbers are written out as signed rationals)
/PHP-7.4/ext/json/tests/
H A Dbug72787.phpt2 Bug #72787 (json_decode reads out of bounds)
/PHP-7.4/ext/bz2/tests/
H A D003.txt.bz2
H A D003私はガラスを食べられます.txt.bz2
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c676 php_output_options out; in PHP_FUNCTION() local
682 set_output_options(&out, out_opts ? out_opts : 0); in PHP_FUNCTION()
688 XMLRPC_RequestSetOutputOptions(xRequest, &out.xmlrpc_out); in PHP_FUNCTION()
713 efree((char *)out.xmlrpc_out.xml_elem_opts.encoding); in PHP_FUNCTION()
1037 php_output_options out; in PHP_FUNCTION() local
1045 set_output_options(&out, NULL); in PHP_FUNCTION()
1047 set_output_options(&out, output_opts); in PHP_FUNCTION()
1078 if (xAnswer && out.b_php_out) { in PHP_FUNCTION()
1085 if (!out.b_php_out) { in PHP_FUNCTION()
1092 if (out.b_auto_version) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dbug67252.phpt2 Bug #67252 (convert_uudecode out-of-bounds read)
/PHP-7.4/sapi/cli/
H A Dphp_cli.c648 goto out; in do_cli()
676 goto out; in do_cli()
690 goto out; in do_cli()
980 goto out; in do_cli()
990 goto out; in do_cli()
1131 out: in do_cli()
1146 goto out; in do_cli()
1286 goto out; in WinMain()
1290 goto out; in WinMain()
1334 goto out; in WinMain()
[all …]
/PHP-7.4/ext/phar/tests/
H A Dphar_extract.phpt25 $out = array();
28 $out[] = $p;
31 sort($out);
33 foreach ($out as $b) {
/PHP-7.4/ext/gd/tests/
H A Dbug72697.phpt2 Bug #72697: select_colors write out-of-bounds

Completed in 38 milliseconds

12345678910>>...17