Home
last modified time | relevance | path

Searched refs:out (Results 201 – 225 of 491) sorted by relevance

12345678910>>...20

/php-src/ext/opcache/jit/ir/
H A D.gitignore18 tests/**/*.out
/php-src/Zend/tests/
H A Dbug71196.phpt2 Bug #71196 (Memory leak with out-of-order live ranges)
H A Dobjects_026.phpt2 Using $this when out of context
/php-src/ext/gd/libgd/
H A Dgd_jpeg.c146 gdIOCtx *out = gdNewFileCtx (outFile); in gdImageJpeg() local
147 gdImageJpegCtx (im, out, quality); in gdImageJpeg()
148 out->gd_free (out); in gdImageJpeg()
154 gdIOCtx *out = gdNewDynamicCtx (2048, NULL); in gdImageJpegPtr() local
155 if (!_gdImageJpegCtx(im, out, quality)) { in gdImageJpegPtr()
156 rv = gdDPExtractData(out, size); in gdImageJpegPtr()
160 out->gd_free (out); in gdImageJpegPtr()
/php-src/ext/spl/tests/
H A Dbug71735.phpt13 SplDoublyLinkedList::offsetSet(): Argument #1 ($index) is out of range
H A DSplDoublyLinkedList_add_invalid_offset.phpt13 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) is out of range
/php-src/ext/standard/tests/strings/
H A Dbug78833.phpt2 Bug #78833 (Integer overflow in pack causes out-of-bound access)
H A Dgh15552.phpt8 Fatal error: Uncaught ValueError: "%n$" argument index out of range in %s:%d
/php-src/Zend/tests/try/
H A Dtry_finally_005.phpt17 Fatal error: jump out of a finally block is disallowed in %stry_finally_005.php on line %d
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_007.phpt22 Fatal error: jump out of a finally block is disallowed in %stry_finally_007.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
/php-src/ext/mbstring/
H A Dmbstring.c1945 out: in mb_find_strpos()
2302 out: in PHP_FUNCTION()
4408 out: in _php_mbstr_parse_mail_headers()
6090 out = mb_convert_buf_add4(out, in transfer_encode_mime_bytes()
6114 out = mb_convert_buf_add(out, c); in transfer_encode_mime_bytes()
6227 buf.out = mb_convert_buf_add(buf.out, ' '); in mb_mime_header_encode()
6232 buf.out = mb_convert_buf_add(buf.out, ' '); in mb_mime_header_encode()
6241 buf.out = mb_convert_buf_add(buf.out, ' '); in mb_mime_header_encode()
6246 buf.out = mb_convert_buf_add(buf.out, ' '); in mb_mime_header_encode()
6282 buf.out = mb_convert_buf_add(buf.out, ' '); in mb_mime_header_encode()
[all …]
/php-src/ext/exif/tests/bug77184/
H A Dbug77184.phpt2 Bug #74428 (Unsigned rational numbers are written out as signed rationals)
/php-src/ext/mbstring/tests/
H A Dmb_send_mail07.phpt34 * the Base64-encoded ISO-2022-KR string contained an extraneous 0xF ('shift out')
35 * byte. 'Shift out' is only needed to return to ASCII mode, but the string
/php-src/tests/lang/
H A Dbug24396.phpt9 global $$k; // comment this out and it works in PHP 7 too..
/php-src/ext/phar/tests/tar/
H A Dtar_nohash.phpt2 Phar: tar archive, require_hash=1, should not error out
/php-src/ext/gd/tests/
H A Dbug72494.phpt2 Bug #72494 (imagecropauto out-of-bounds access)
/php-src/ext/fileinfo/tests/
H A Dbug68735.phpt2 Bug #68735 fileinfo out-of-bounds memory access
/php-src/ext/dom/lexbor/lexbor/core/
H A Dconv.c308 lexbor_conv_dec_to_hex(uint32_t number, lxb_char_t *out, size_t length) in lexbor_conv_dec_to_hex() argument
329 out[0] = '0'; in lexbor_conv_dec_to_hex()
342 out[ length-- ] = map_str[c]; in lexbor_conv_dec_to_hex()
/php-src/ext/json/tests/
H A Dbug72787.phpt2 Bug #72787 (json_decode reads out of bounds)
/php-src/ext/dom/tests/
H A DDOMCharacterData_data_error_002.phpt2 Invalid State Error when getting data on DOMCharacterData out of content.
H A DDOMCharacterData_length_error_001.phpt2 Invalid State Error when getting length on DOMCharacterData out of content.
/php-src/ext/standard/tests/serialize/
H A Dbug73825.phpt2 Bug #73825 Heap out of bounds read on unserialize in finish_nested_data()
/php-src/sapi/cli/
H A Dphp_cli.c625 goto out; in do_cli()
630 goto out; in do_cli()
644 goto out; in do_cli()
950 goto out; in do_cli()
960 goto out; in do_cli()
1101 out: in do_cli()
1128 goto out; in do_cli()
1244 goto out; in WinMain()
1248 goto out; in WinMain()
1284 goto out; in WinMain()
[all …]

Completed in 108 milliseconds

12345678910>>...20