Home
last modified time | relevance | path

Searched refs:stream (Results 376 – 400 of 622) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-5.3/ext/standard/tests/strings/
H A Dstrncasecmp_variation7.phpt14 …on should not expect a null terminated string, and it should treat input as a raw stream of data */
H A Dstrncmp_variation7.phpt14 …on should not expect a null terminated string, and it should treat input as a raw stream of data */
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_basic5.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_basic6.phpt6 * Description: Write a formatted string to a stream
/PHP-5.3/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 Dzlib_wrapper_meta_data_basic.phpt2 Test function stream_get_meta_data on a zlib stream
/PHP-5.3/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.3/ext/standard/
H A Dsha1.c76 php_stream *stream; in PHP_FUNCTION() local
82 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, 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.3/ext/standard/tests/array/
H A Darray_diff_variation8.phpt200 resource(%d) of type (stream)
205 resource(%d) of type (stream)
/PHP-5.3/ext/standard/tests/file/
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"
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"
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_set_local_infile_default.phpt58 printf("[013] Cannot read from stream\n");
59 $error = 'Cannot read from stream';
H A Dmysqli_set_local_infile_handler_openbasedir.phpt62 printf("[013] Cannot read from stream\n");
63 $error = 'Cannot read from stream';
/PHP-5.3/ext/phar/tests/
H A Dfgc_edgecases.phpt86 Warning: file_get_contents(phar://%sfgc_edgecases.phar.php/oops): failed to open stream: phar error…
88 Warning: file_get_contents(): Failed to seek to position 50000 in the stream in phar://%sfgc_edgeca…
H A D021.phpt2 Phar: stream stat
/PHP-5.3/ext/standard/tests/dir/
H A Ddir_error.phpt20 var_dump( dir(getcwd(), "stream", $extra_arg) );
/PHP-5.3/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.3/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…

Completed in 42 milliseconds

1...<<11121314151617181920>>...25