Home
last modified time | relevance | path

Searched refs:stream (Results 476 – 500 of 655) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-5.5/ext/standard/tests/file/
H A Dfile_error.phpt44 Warning: file(temp.tmp): failed to open stream: No such file or directory in %s on line %d
H A Dflock.phpt46 Warning: flock(): %d is not a valid stream resource in %s on line %d
H A Dfopen_variation9.phpt2 Test fopen() function : variation: use include path and stream context create a file, relative path
H A Dfread_error.phpt10 opening userspace stream) when 8192 bytes have been read whichever comes first.
106 Warning: fread(): %d is not a valid stream resource in %s on line %d
H A Dfwrite_error.phpt7 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
115 Warning: fwrite(): %d is not a valid stream resource in %s on line %d
H A Dfgetss.phpt81 Warning: fgetss(): %d is not a valid stream resource in %s on line %d
/PHP-5.5/ext/phar/tests/
H A Dfopen.phpt42 Warning: fopen(notfound.txt): failed to open stream: No such file or directory in phar://%sfopen.ph…
H A Dfopen_edgecases2.phpt43 Warning: fopen(phar://%sfopen_edgecases2.phar.php/oops): failed to open stream: phar error: path "o…
H A Dopen_for_write_existing_b.phpt39 Warning: fopen(phar://%sopen_for_write_existing_b.phar.php/b/c.php): failed to open stream: phar er…
H A Dreadfile_edgecasesU.phpt60 Warning: readfile(phar://%sreadfile_edgecasesU.phar.php/oops): failed to open stream: phar error: p…
H A Dfopen5.2.phpt42 Warning: fopen(phar://%sfopen5.2.phar.php/notfound.txt): failed to open stream: phar error: "notfou…
H A Dreadfile_edgecases.phpt62 Warning: readfile(phar://%sreadfile_edgecases.phar.php/oops): failed to open stream: phar error: pa…
H A Dtest_alias_unset.phpt44 Warning: file_get_contents(phar://%sfile1.txt): failed to open stream: Cannot open archive "%stest_…
/PHP-5.5/ext/zlib/tests/
H A D004.phpt21 Warning: gzfile(nonexistent_file_gzfile): failed to open stream: No such file or directory in %s on…
H A Dgzopen_variation5.phpt2 Test gzopen() function : variation: use include path and stream context create a file, relative path
/PHP-5.5/ext/iconv/tests/
H A Diconv_stream_filter_delimiter.phpt2 iconv stream filter
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_basic.phpt613 resource(%d) of type (stream)
618 resource(%d) of type (stream)
719 resource(%d) of type (stream)
726 resource(%d) of type (stream)
827 resource(%d) of type (stream)
834 resource(%d) of type (stream)
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_existing_c.phpt46 Warning: fopen(phar://%sopen_for_write_existing_c.phar.tar/b/c.php): failed to open stream: phar er…
H A Ddelete_in_phar.phpt53 Warning: include(%sdelete_in_phar.phar.tar/b/c.php): failed to open stream: phar error: "b/c.php" i…
/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_existing_c.phpt43 Warning: fopen(phar://%sopen_for_write_existing_c.phar.zip/b/c.php): failed to open stream: phar er…
H A Ddelete_in_phar.phpt52 Warning: include(%sdelete_in_phar.phar.zip/b/c.php): failed to open stream: phar error: "b/c.php" i…
/PHP-5.5/ext/imap/tests/
H A Dimap_close_basic.phpt10 * Description: Close an IMAP stream
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt98 var_dump(str_replace("stream", "FOUND", $resource1, $count));
100 var_dump(str_replace("stream", "FOUND", $resource2, $count));
H A Ducfirst.phpt78 $string2 = (int)get_resource_type($file1); // converting stream type to int
80 /* $string1 is of "stream" type */
/PHP-5.5/ext/interbase/
H A Dibase_blobs.c546 php_stream *stream; in PHP_FUNCTION() local
557 php_stream_from_zval(stream, &file); in PHP_FUNCTION()
565 for (size = 0; (b = php_stream_read(stream, bl_data, sizeof(bl_data))); size += b) { in PHP_FUNCTION()

Completed in 27 milliseconds

1...<<11121314151617181920>>...27