Home
last modified time | relevance | path

Searched refs:out (Results 126 – 150 of 465) sorted by relevance

12345678910>>...19

/PHP-5.6/ext/standard/tests/strings/
H A Dbug72823.phpt2 Bug #72823 (strtr out-of-bound access)
/PHP-5.6/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 gdImageJpegCtx (im, out, quality); in gdImageJpegPtr()
156 rv = gdDPExtractData (out, size); in gdImageJpegPtr()
157 out->gd_free (out); in gdImageJpegPtr()
/PHP-5.6/ext/xmlrpc/tests/
H A Dbug77242.phpt2 Bug #77242 (heap out of bounds read in xmlrpc_decode())
H A Dbug77380.phpt2 Bug #77380 (Global out of bounds read in xmlrpc base64 code)
/PHP-5.6/ext/oci8/tests/
H A Dbug37581.phpt15 procedure array_bind(in_str in str_array, out_str out string);
19 procedure array_bind(in_str in str_array, out_str out string) is
H A Drefcur_prefetch_1.phpt30 procedure open_ref_cur(cur1 out refcursortype);
31 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number,c2 out varchar2);
34 procedure open_ref_cur(cur1 out refcursortype) is
38 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number,
39 c2 out varchar2) is
/PHP-5.6/ext/standard/tests/mail/
H A Dmail_basic.phpt4 sendmail_path=tee mailBasic.out >/dev/null
27 $outFile = "mailBasic.out";
/PHP-5.6/ext/zip/lib/
H A Dzip_source_pkware.c102 decrypt(struct trad_pkware *ctx, zip_uint8_t *out, const zip_uint8_t *in, in decrypt() argument
120 if (out) in decrypt()
121 out[i] = b; in decrypt()
/PHP-5.6/ext/com_dotnet/
H A Dcom_dotnet.c142 goto out; in dotnet_init()
148 goto out; in dotnet_init()
153 goto out; in dotnet_init()
158 goto out; in dotnet_init()
162 out: in dotnet_init()
/PHP-5.6/ext/sockets/tests/
H A Dsocket_strerror.phpt58 string(32) "Numerical argument out of domain"
59 string(29) "Numerical result out of range"
69 string(27) "Channel number out of range"
73 string(24) "Link number out of range"
106 string(31) ".lib section in a.out corrupted"
135 string(20) "Connection timed out"
/PHP-5.6/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c420 goto out; in main()
460 goto out; in main()
466 goto out; in main()
472 goto out; in main()
478 goto out; in main()
490 out: in main()
/PHP-5.6/
H A D.gitignore119 tests/*/*.out
125 */tests/*.out
131 */tests/*/*.out
137 */*/tests/*.out
138 */*/tests/*.out.png
144 */*/tests/*/*.out
/PHP-5.6/ext/spl/tests/
H A Dfixedarray_004.phpt17 string(29) "Index invalid or out of range"
H A Dfixedarray_014.phpt15 Index invalid or out of range
H A Dfixedarray_012.phpt18 Index invalid or out of range
H A Dfixedarray_013.phpt21 Index invalid or out of range
H A Dfixedarray_006.phpt21 Index invalid or out of range
/PHP-5.6/ext/gd/tests/
H A Dbug72227.phpt2 Bug #72227: imagescale out-of-bounds read
H A Dbug72298.phpt2 Bug #72298: pass2_no_dither out-of-bounds access
/PHP-5.6/Zend/tests/
H A Dobjects_026.phpt2 Using $this when out of context
H A Dtry_finally_005.phpt17 Fatal error: jump out of a finally block is disallowed in %stry_finally_005.php on line %d
/PHP-5.6/tests/lang/
H A D017.phpt2 Testing user-defined function falling out of an If into another
/PHP-5.6/ext/standard/tests/streams/
H A Dstream_get_contents_001.phpt2 stream_get_contents() - Testing offset out of range
/PHP-5.6/ext/standard/
H A Dphp_crypt_r.h51 extern char * php_md5_crypt_r(const char *pw, const char *salt, char *out);
/PHP-5.6/ext/standard/tests/filters/
H A Dphp_user_filter_03.phpt6 function filter($in, $out, &$consumed, $closing) {}

Completed in 90 milliseconds

12345678910>>...19