Home
last modified time | relevance | path

Searched refs:out (Results 101 – 125 of 433) sorted by relevance

12345678910>>...18

/PHP-5.5/tests/output/
H A Dob_clean_basic_001.phpt22 $out = ob_get_clean();
23 var_dump($out);
H A Dob_flush_basic_001.phpt22 $out = ob_flush();
23 var_dump($out);
/PHP-5.5/Zend/tests/
H A Dbug21478.phpt11 function filter($in, $out, &$consumed, $closing) {
14 stream_bucket_append($out, $bucket);
H A Dns_024.phpt2 024: __NAMESPACE__ constant out of namespace
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_log.phpt4 sendmail_path=tee /tmp/mail.out >/dev/null
41 unlink("/tmp/mail.out");
H A Dmail_variation2.phpt4 sendmail_path="cat > /tmp/php_test_mailVariation2.out"
27 $outFile = "/tmp/php_test_mailVariation2.out";
H A Dbug69874_2.phpt4 sendmail_path=tee mailBasic.out >/dev/null
26 $outFile = "mailBasic.out";
H A Dbug66535.phpt4 sendmail_path=tee mailBasic.out >/dev/null
26 $outFile = "mailBasic.out";
H A Dmail_basic2.phpt9 sendmail_path="cat > /tmp/php_test_mailBasic2.out"
28 $outFile = "/tmp/php_test_mailBasic2.out";
H A Dmail_basic.phpt4 sendmail_path=tee mailBasic.out >/dev/null
27 $outFile = "mailBasic.out";
/PHP-5.5/ext/standard/
H A Dcrypt_freesec.c582 des_cipher(const char *in, char *out, uint32_t salt, int count, in des_cipher() argument
603 out[0] = l_out >> 24; in des_cipher()
604 out[1] = l_out >> 16; in des_cipher()
605 out[2] = l_out >> 8; in des_cipher()
606 out[3] = l_out; in des_cipher()
607 out[4] = r_out >> 24; in des_cipher()
608 out[5] = r_out >> 16; in des_cipher()
609 out[6] = r_out >> 8; in des_cipher()
610 out[7] = r_out; in des_cipher()
H A Dfilters.c421 goto out; in php_conv_base64_encode_flush()
444 goto out; in php_conv_base64_encode_flush()
460 out: in php_conv_base64_encode_flush()
499 goto out; in php_conv_base64_encode_convert()
526 goto out; in php_conv_base64_encode_convert()
545 goto out; in php_conv_base64_encode_convert()
554 goto out; in php_conv_base64_encode_convert()
570 out: in php_conv_base64_encode_convert()
1176 out: in php_conv_qprint_decode_convert()
1836 goto out; in strfilter_convert_create()
[all …]
/PHP-5.5/ext/oci8/tests/
H A Drefcur_prefetch_2.phpt23 procedure open_ref_cur(cur1 out refcursortype);
24 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number,c2 out varchar2);
27 procedure open_ref_cur(cur1 out refcursortype) is
31 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number,
32 c2 out varchar2) is
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.phpt23 procedure open_ref_cur(cur1 out refcursortype);
24 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number,c2 out varchar2);
27 procedure open_ref_cur(cur1 out refcursortype) is
31 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number,
32 c2 out varchar2) is
/PHP-5.5/ext/standard/tests/strings/
H A Dbug67249.phpt2 Bug #67249 (printf out-of-bounds read)
/PHP-5.5/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt13 $ret = exec(get_junction().' /? 2>&1', $out);
14 if (strpos($out[0], 'recognized')) {
/PHP-5.5/ext/standard/tests/image/
H A Dbug67250.phpt2 Bug #67250 (iptcparse out-of-bounds read)
/PHP-5.5/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.5/ext/zip/lib/
H A Dzip_source_pkware.c109 decrypt(struct trad_pkware *ctx, zip_uint8_t *out, const zip_uint8_t *in, in decrypt() argument
127 if (out) in decrypt()
128 out[i] = b; in decrypt()
/PHP-5.5/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.5/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.5/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.5/
H A D.gitignore119 tests/*/*.out
125 */tests/*.out
131 */tests/*/*.out
137 */*/tests/*.out
143 */*/tests/*/*.out
224 ext/sqlite/libsqlite/src/parse.out
/PHP-5.5/ext/spl/tests/
H A Dfixedarray_004.phpt17 string(29) "Index invalid or out of range"

Completed in 46 milliseconds

12345678910>>...18