Home
last modified time | relevance | path

Searched refs:out (Results 76 – 100 of 433) sorted by relevance

12345678910>>...18

/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_error_002.phpt2 Test parse_url() function: url component specifier out of range
11 echo "*** Testing parse_url() : error conditions: url component specifier out of range ***\n";
23 *** Testing parse_url() : error conditions: url component specifier out of range ***
/PHP-5.5/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt47 $out = "extra";
48 fwrite($h, $out);
52 fseek($h, -strlen($out) + 1, SEEK_CUR);
53 echo "last bytes: ".fread($h, strlen($out))."\n";
H A Duserfilters.phpt7 function filter($in, $out, &$consumed, $closing) {
11 stream_bucket_append($out, $bucket);
/PHP-5.5/ext/standard/tests/filters/
H A Dread.phpt7 function filter($in, $out, &$consumed, $closing)
13 stream_bucket_append($out, $bucket);
18 stream_bucket_append($out, $bucket);
H A Dfilter_errors_user.phpt8 function filter($in, $out, &$consumed, $closing) {
13 function filter($in, $out, &$consumed, $closing) {
19 function filter($in, $out, &$consumed, $closing) {
22 stream_bucket_append($out, $bucket);
28 function filter($in, $out, &$consumed, $closing) {
31 stream_bucket_append($out, $bucket);
37 function filter($in, $out, &$consumed, $closing) {
/PHP-5.5/ext/phar/tests/
H A Dphar_extract2.phpt24 $out = array();
32 foreach ($extracted as $out) {
33 echo "$out\n";
/PHP-5.5/ext/gd/libgd/
H A Dgd.h585 void gdImagePng(gdImagePtr im, FILE *out);
586 void gdImagePngCtx(gdImagePtr im, gdIOCtx *out);
587 void gdImageGif(gdImagePtr im, FILE *out);
588 void gdImageGifCtx(gdImagePtr im, gdIOCtx *out);
597 void gdImageWBMP(gdImagePtr image, int fg, FILE *out);
598 void gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out);
609 void gdImageJpeg(gdImagePtr im, FILE *out, int quality);
631 void gdImagePngToSink(gdImagePtr im, gdSinkPtr out);
633 void gdImageGd(gdImagePtr im, FILE *out);
634 void gdImageGd2(gdImagePtr im, FILE *out, int cs, int fmt);
[all …]
/PHP-5.5/Zend/tests/
H A Dbug36006.phpt9 $this->dad = null; /* no segfault if this is commented out */
17 $this->son->dad = $this; /* no segfault if this is commented out */
/PHP-5.5/ext/opcache/tests/
H A Dbug64353.phpt12 public function filter($in, $out, &$consumed, $closing) {
18 stream_bucket_append($out, $bucket);
/PHP-5.5/ext/filter/tests/
H A Dbug7586.phpt32 $out = filter_var_array($data, $args);
33 var_dump($out);
/PHP-5.5/ext/intl/tests/
H A Dsymfony_format_type_int32_intl6.phpt10 ….00)";i:3;s:83:"->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range…
30 string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range."
H A Dsymfony_format_type_int32_intl7.phpt10 …7.00";i:3;s:83:"->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range…
30 string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range."
H A Dsymfony_format_type_int32_intl3.phpt10 …,648";i:3;s:83:"->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range…
30 string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range."
/PHP-5.5/ext/spl/tests/
H A Darray_014.phpt46 Seek position -1 is out of range
47 Seek position 12 is out of range
H A Ddllist_006.phpt59 Exception: Offset invalid or out of range
61 Exception: Offset invalid or out of range
H A Dfixedarray_002.phpt70 Exception: Index invalid or out of range
72 Exception: Index invalid or out of range
74 Exception: Index invalid or out of range
/PHP-5.5/ext/hash/
H A Dphp_hash.h136 static inline void php_hash_bin2hex(char *out, const unsigned char *in, int in_len) in php_hash_bin2hex() argument
142 out[i * 2] = hexits[in[i] >> 4]; in php_hash_bin2hex()
143 out[(i * 2) + 1] = hexits[in[i] & 0x0F]; in php_hash_bin2hex()
/PHP-5.5/ext/zlib/
H A Dzlib.c142 output_context->out.data = emalloc(output_context->out.size); in php_zlib_output_handler_ex()
143 output_context->out.free = 1; in php_zlib_output_handler_ex()
144 output_context->out.used = 0; in php_zlib_output_handler_ex()
148 ctx->Z.avail_out = output_context->out.size; in php_zlib_output_handler_ex()
169 output_context->out.used = output_context->out.size - ctx->Z.avail_out; in php_zlib_output_handler_ex()
508 if (ctx.out.data && ctx.out.free) { in PHP_FUNCTION()
509 efree(ctx.out.data); in PHP_FUNCTION()
515 if (ctx.out.data) { in PHP_FUNCTION()
516 RETVAL_STRINGL(ctx.out.data, ctx.out.used, 1); in PHP_FUNCTION()
517 if (ctx.out.free) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/tests/mail/
H A Dbug51604.phpt4 sendmail_path=tee mail_bug51604.out >/dev/null
18 $outFile = "mail_bug51604.out";
H A Dbug69874.phpt4 sendmail_path=tee mailBasic.out >/dev/null
26 $outFile = "mailBasic.out";
/PHP-5.5/
H A Dserver-tests.php186 if ($out != strlen($input)) {
229 $out = $match[2];
231 return $out;
541 $out = preg_split("/[\n\r]+/",$out);
543 foreach ($out as $line) {
575 $out = '';
586 return $out;
1386 $out = $r->response;
1395 $out = $match[2];
1410 echo "OUTPUT: \n$out\n";
[all …]
/PHP-5.5/ext/standard/
H A Dcrypt.c158 char output[MD5_HASH_MAX_LEN], *out; in php_crypt() local
160 out = php_md5_crypt_r(password, salt, output); in php_crypt()
161 if (out) { in php_crypt()
162 *result = estrdup(out); in php_crypt()
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt25 $sequences = array (0, 4, '4', // out of range
56 Sequence out of range
59 Sequence out of range
62 Sequence out of range
/PHP-5.5/ext/spl/internal/
H A Dspldoublylinkedlist.inc196 * @throw OutOfRangeException If the offset is either invalid or out of
202 throw new OutOfRangeException("Offset invalid or out of range");
211 * @throw OutOfRangeException If the offset is either invalid or out of
223 throw new OutOfRangeException("Offset invalid or out of range");
233 * @throw OutOfRangeException If the offset is either invalid or out of
249 throw new OutOfRangeException("Offset invalid or out of range");
258 * @throw OutOfRangeException If the offset is either invalid or out of
270 throw new OutOfRangeException("Offset invalid or out of range");
/PHP-5.5/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt25 procedure open_ref_cur(cur1 out refcursortype);
26 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number, c2 out varchar2);
30 procedure open_ref_cur(cur1 out refcursortype) is
34 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number, c2 out varchar2) is

Completed in 52 milliseconds

12345678910>>...18