Home
last modified time | relevance | path

Searched refs:out (Results 51 – 75 of 465) sorted by relevance

12345678910>>...19

/PHP-5.6/ext/dba/libcdb/
H A Duint32.h36 void uint32_pack(char *out, uint32 in);
37 void uint32_unpack(const char *in, uint32 *out);
/PHP-5.6/ext/standard/tests/filters/
H A Dbug35916.phpt10 function filter($in, $out, &$consumed, $closing)
15 stream_bucket_append($out, $bucket);
16 stream_bucket_append($out, $bucket);
H A Dphp_user_filter_02.phpt6 function filter($in, $out, $consumed, $closing) {}
12 …n of foo::filter() should be compatible with php_user_filter::filter($in, $out, &$consumed, $closi…
H A Dbug46164-1.phpt6 function filter($in, $out, &$consumed, $closing) {
9 stream_bucket_append($out, $bucket);
/PHP-5.6/ext/gmp/tests/
H A Dbug70284.phpt28 $out = '';
30 $out .= chr($ptr & 0xff);
33 return $out;
/PHP-5.6/ext/phar/tests/
H A Dmounteddir.phpt47 $out = array();
49 $out[] = $b;
51 sort($out);
52 foreach ($out as $b) {
55 $out = array();
57 $out[] = $b->getPathName();
59 sort($out);
60 foreach ($out as $b) {
H A DmounteddirU.phpt47 $out = array();
49 $out[] = $b;
51 sort($out);
52 foreach ($out as $b) {
55 $out = array();
57 $out[] = $b->getPathName();
59 sort($out);
60 foreach ($out as $b) {
/PHP-5.6/ext/zip/lib/
H A Dzip_close.c75 FILE *out; in zip_close() local
149 if ((temp=_zip_create_temp_output(za, &out)) == NULL) { in zip_close()
206 if (add_data(za, zs ? zs : entry->source, de, out) < 0) { in zip_close()
233 if (copy_data(za->zp, de->comp_size, out, &za->error) < 0) { in zip_close()
241 if (write_cdir(za, filelist, survivors, out) < 0) in zip_close()
248 fclose(out); in zip_close()
254 if (fclose(out) != 0) { in zip_close()
531 cd_start = ftello(out); in write_cdir()
536 end = ftello(out); in write_cdir()
549 if (fseeko(out, end-TORRENT_CRC_LEN, SEEK_SET) < 0) { in write_cdir()
[all …]
/PHP-5.6/ext/gd/libgd/
H A Dgd_png.c422 gdIOCtx *out = gdNewFileCtx(outFile); in gdImagePngEx() local
424 out->gd_free(out); in gdImagePngEx()
429 gdIOCtx *out = gdNewFileCtx(outFile); in gdImagePng() local
430 gdImagePngCtxEx(im, out, -1, -1); in gdImagePng()
431 out->gd_free(out); in gdImagePng()
437 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImagePngPtr() local
438 gdImagePngCtxEx(im, out, -1, -1); in gdImagePngPtr()
439 rv = gdDPExtractData(out, size); in gdImagePngPtr()
440 out->gd_free(out); in gdImagePngPtr()
450 rv = gdDPExtractData(out, size); in gdImagePngPtrEx()
[all …]
/PHP-5.6/ext/xmlwriter/examples/
H A Dxmlwriter_mem_ns.php27 $out = xmlwriter_output_memory($xw, 0); variable
29 echo $out;
/PHP-5.6/ext/standard/tests/streams/
H A Dbug47997.phpt9 $out = fopen('php://memory', 'wb+');
11 var_dump(stream_copy_to_stream($in, $out));
/PHP-5.6/ext/spl/tests/
H A Dbug70365.phpt28 $out = '';
30 $out .= chr($ptr & 0xff);
33 return $out;
H A Dbug70366.phpt28 $out = '';
30 $out .= chr($ptr & 0xff);
33 return $out;
H A Dfixedarray_015.phpt44 Index invalid or out of range
45 Index invalid or out of range
46 Index invalid or out of range
H A Dfixedarray_001.phpt49 Exception: Index invalid or out of range
50 Exception: Index invalid or out of range
51 Exception: Index invalid or out of range
/PHP-5.6/ext/standard/tests/serialize/
H A Dbug70172.phpt37 $out = '';
39 $out .= chr($ptr & 0xff);
42 return $out;
H A Dbug70172_2.phpt42 $out = '';
44 $out .= chr($ptr & 0xff);
47 return $out;
/PHP-5.6/tests/output/
H A Dob_start_callbacks.phpt14 static function out($foo) {
18 $a = array('foo', 'out');
24 ob_start(array('foo', 'out'));
/PHP-5.6/ext/wddx/tests/
H A Dbug70661.phpt45 $out = '';
48 $out .= chr($ptr & 0xff);
52 return $out;
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcdf.c335 goto out; in cdf_read_header()
339 goto out; in cdf_read_header()
344 goto out; in cdf_read_header()
347 out: in cdf_read_header()
458 out: in cdf_read_sat()
536 out: in cdf_read_long_sector_chain()
578 out: in cdf_read_short_sector_chain()
643 out: in cdf_read_dir()
687 out: in cdf_read_ssat()
717 out: in cdf_read_short_stream()
[all …]
/PHP-5.6/ext/interbase/tests/
H A D007.phpt80 echo " out: ".$row->V_CHAR[$i]."\n";
85 echo " out: ".$row->V_DATE[$i]."\n";
90 echo " out: ".$row->V_DECIMAL[$i]."\n";
95 echo " out: ".$row->V_DOUBLE[$i]."\n";
100 echo " out: ".$row->V_FLOAT[$i]."\n";
105 echo " out: ".$row->V_INTEGER[$i]."\n";
110 echo " out: ".$row->V_NUMERIC[$i]."\n";
115 echo " out: ".$row->V_SMALLINT[$i]."\n";
120 echo " out: ".$row->V_VARCHAR[$i]."\n";
/PHP-5.6/ext/filter/tests/
H A Dbug7733.phpt14 $out = filter_var($data, FILTER_VALIDATE_FLOAT, FILTER_REQUIRE_ARRAY);
15 var_dump($out);
/PHP-5.6/ext/standard/tests/strings/
H A Dbug70436.phpt37 $out = '';
40 $out .= chr($ptr & 0xff);
44 return $out;
/PHP-5.6/ext/odbc/tests/
H A Dbug47803.phpt60 goto out;
65 goto out;
74 goto out;
79 goto out;
86 out:
/PHP-5.6/ext/session/tests/
H A Dbug72562.phpt30 $out = '';
32 $out .= chr($ptr & 0xff);
35 return $out;

Completed in 65 milliseconds

12345678910>>...19