Home
last modified time | relevance | path

Searched refs:stream (Results 401 – 425 of 655) sorted by relevance

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

/PHP-5.5/Zend/tests/
H A Dsettype_object.phpt86 resource(%d) of type (stream)
H A Dbug38779_1.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…
/PHP-5.5/ext/zlib/tests/
H A Dbug_40189.phpt2 Bug #40189 (endless loop in zlib.inflate stream filter)
H A Dgzfile_variation6.phpt46 Error: 2 - gzfile(Class A object): failed to open stream: No such file or directory, %s(%d)
H A Dreadgzfile_variation6.phpt46 Error: 2 - readgzfile(Class A object): failed to open stream: No such file or directory, %s(%d)
H A Dzlib_wrapper_meta_data_basic.phpt2 Test function stream_get_meta_data on a zlib stream
/PHP-5.5/ext/standard/
H A Dsha1.c76 php_stream *stream; in PHP_FUNCTION() local
82 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
83 if (!stream) { in PHP_FUNCTION()
89 while ((n = php_stream_read(stream, buf, sizeof(buf))) > 0) { in PHP_FUNCTION()
95 php_stream_close(stream); in PHP_FUNCTION()
/PHP-5.5/main/
H A Dmain.c1336 if (stream) { in php_stream_open_for_zend_ex()
1343 handle->handle.stream.handle = stream; in php_stream_open_for_zend_ex()
1345 handle->handle.stream.fsizer = php_zend_stream_fsizer; in php_stream_open_for_zend_ex()
1346 handle->handle.stream.isatty = 0; in php_stream_open_for_zend_ex()
1348 memset(&handle->handle.stream.mmap, 0, sizeof(handle->handle.stream.mmap)); in php_stream_open_for_zend_ex()
1349 len = php_zend_stream_fsizer(stream TSRMLS_CC); in php_stream_open_for_zend_ex()
1354 && php_stream_mmap_possible(stream) in php_stream_open_for_zend_ex()
1357 handle->handle.stream.mmap.buf = p; in php_stream_open_for_zend_ex()
1358 handle->handle.stream.mmap.len = mapped_len; in php_stream_open_for_zend_ex()
1361 handle->handle.stream.closer = php_zend_stream_closer; in php_stream_open_for_zend_ex()
[all …]
/PHP-5.5/ext/phar/
H A Dconfig.m48 …PHP_NEW_EXTENSION(phar, util.c tar.c zip.c stream.c func_interceptors.c dirstream.c phar.c phar_ob…
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_basic5.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_basic6.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_basic2.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_basic4.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_basic1.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_basic7.phpt10 * Description: Write a formatted string to a stream
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_variation8.phpt200 resource(%d) of type (stream)
205 resource(%d) of type (stream)
/PHP-5.5/ext/standard/tests/file/
H A D007_variation11-win32.phpt64 resource(%d) of type (stream)
65 string(6) "stream"
H A D007_variation19.phpt59 resource(%d) of type (stream)
60 string(6) "stream"
H A D007_variation3.phpt59 resource(%d) of type (stream)
60 string(6) "stream"
H A D007_variation4.phpt59 resource(%d) of type (stream)
60 string(6) "stream"
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c492 php_stream * stream; in mysqlnd_sha256_get_rsa_key() local
548 stream = php_stream_open_wrapper((char *) fname, "rb", REPORT_ERRORS, NULL); in mysqlnd_sha256_get_rsa_key()
550 if (stream) { in mysqlnd_sha256_get_rsa_key()
551 if ((len = php_stream_copy_to_mem(stream, &key_str, PHP_STREAM_COPY_ALL, 0)) >= 0 ) { in mysqlnd_sha256_get_rsa_key()
561 php_stream_free(stream, PHP_STREAM_FREE_CLOSE); in mysqlnd_sha256_get_rsa_key()
/PHP-5.5/ext/libxml/tests/
H A Dbug61367-write.phpt45 Warning: DOMDocument::save(%s): failed to open stream: Operation not permitted in %s on line %d
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_001.phpt29 Warning: fopen(phar://%star_001.phar.tar/tar_001.phpt): failed to open stream: phar error: "%star_0…
H A Dtar_002.phpt32 Warning: fopen(phar://%star_002.phar.tar/tar_002.phpt): failed to open stream: phar error: "%star_0…
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation5.phpt2 testing stream_get_meta_data() "eof" field for a file stream

Completed in 67 milliseconds

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