php-src/ext/standard/tests/streams
2012-03-29 17:03:43 +05:00
..
bug44712.phpt
bug44818.phpt MFH: Fixed bug #44818 (php://memory writeable when opened read only) 2008-11-11 00:44:55 +00:00
bug46024.phpt pass an absolute path for the php binary to proc_open, without this the test would fail if ran with a relative TEST_DEV_EXECUTABLE 2011-09-02 20:28:39 +00:00
bug46426.phpt - [DOC] Reverted rev #304382 and rev #304380, as I figured out a way to 2010-10-14 03:15:15 +00:00
bug47997.phpt fix phpt : fopen(data://) requires allow_url_fopen=1 2012-02-25 12:44:46 +00:00
bug48309.phpt MFH: Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do not 2009-05-17 14:58:10 +00:00
bug49936_win32.phpt - add win32 version of the test, damned error msg with eol in them 2010-01-24 17:53:10 +00:00
bug49936.phpt Fix test.. the errormessage is irrelevant, we are testing if we segfault and corrupt return value 2011-12-04 12:34:19 +00:00
bug53427.phpt - Implemented bug/request #53427 - stream_select doesn't preserve the 2010-11-30 16:22:48 +00:00
bug53903.phpt - Fixed bug #53903 (userspace stream stat callback does not separate the 2011-02-01 22:55:17 +00:00
bug54623.phpt test fixes 2011-12-26 03:22:07 +00:00
bug54946.phpt - close the stream before removing the file (win and other system may lock it) and use test dir for tmp data 2011-09-05 13:31:13 +00:00
bug60106.phpt Fix bug #61518 skip on windows, fix on linux - ext/standard/tests/streams/bug60106.phpt 2012-03-27 18:49:59 +02:00
bug60455_01.phpt - Fixed bug #60455: stream_get_line misbehaves if EOF is not detected together 2011-12-11 21:08:15 +00:00
bug60455_02.phpt MFH: 45a6f8d for 5.4. 2012-03-19 16:34:31 +00:00
bug60455_03.phpt MFH: 45a6f8d for 5.4. 2012-03-19 16:34:31 +00:00
bug60455_04.phpt MFH: 45a6f8d for 5.4. 2012-03-19 16:34:31 +00:00
bug60817.phpt MFH: 45a6f8d for 5.4. 2012-03-19 16:34:31 +00:00
bug61115-1.phpt Fixed bug61115-1.phpt for debug build version. 2012-03-29 16:51:45 +05:00
bug61115-2.phpt - Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak 2012-03-17 19:37:30 +00:00
bug61115.phpt - Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak 2012-03-17 19:37:30 +00:00
bug61371.phpt - Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak 2012-03-17 19:37:30 +00:00
stream_context_get_params_001.phpt MFH: Added stream_context_get_params() 2008-11-13 05:47:47 +00:00
stream_context_set_option_basic.phpt Added tests contributions on spl_autoload and stream_context_set_option() 2011-12-09 11:45:39 +00:00
stream_context_set_option_error_001.phpt Added tests contributions on spl_autoload and stream_context_set_option() 2011-12-09 11:45:39 +00:00
stream_context_set_option_error_002.phpt Added tests contributions on spl_autoload and stream_context_set_option() 2011-12-09 11:45:39 +00:00
stream_copy_to_stream_socket.phpt MFH: Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $source 2009-05-16 20:23:06 +00:00
stream_get_contents_001.phpt - [DOC] Reverted rev #304382 and rev #304380, as I figured out a way to 2010-10-14 03:15:15 +00:00
stream_get_contents_002.phpt MFH: Fixed stream_get_contents() when using $maxlength and socket is not 2008-11-11 01:55:51 +00:00
stream_get_line_nb.phpt more verbose skip reason in test files with not so obvious extension requirements 2012-02-25 12:10:41 +00:00
stream_get_meta_data_dir_basic.phpt
stream_get_meta_data_file_basic.phpt
stream_get_meta_data_file_error.phpt
stream_get_meta_data_file_variation1.phpt
stream_get_meta_data_file_variation2.phpt
stream_get_meta_data_file_variation4.phpt
stream_get_meta_data_file_variation5.phpt
stream_get_meta_data_process_basic.phpt
stream_get_meta_data_socket_basic.phpt
stream_get_meta_data_socket_variation1.phpt Make test more robust; avoid hangs if fsockopen() fails. Tested on Windows, Linux and Linux 64 bit 2009-01-23 23:49:38 +00:00
stream_get_meta_data_socket_variation2.phpt Make test more robust; avoid hangs if fsockopen() fails. Tested on Windows, Linux and Linux 64 bit 2009-01-23 23:49:38 +00:00
stream_get_meta_data_socket_variation3.phpt Make test more robust; avoid hangs if fsockopen() fails. Tested on Windows, Linux and Linux 64 bit 2009-01-23 23:49:38 +00:00
stream_get_meta_data_socket_variation4.phpt Make test more robust; avoid hangs if fsockopen() fails. Tested on Windows, Linux and Linux 64 bit 2009-01-23 23:49:38 +00:00
stream_is_local.phpt - Re-fix stream_is_local() memory leaks 2009-08-03 13:16:24 +00:00
stream_resolve_include_path.phpt - fix test, dir separator agnostic 2010-01-24 17:57:40 +00:00
stream_set_chunk_size.phpt - PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain 2011-02-19 01:28:37 +00:00
stream_set_timeout_error.phpt Remove duff comment produced by the test generator tool 2008-12-05 14:18:02 +00:00
stream_socket_pair.phpt MFH: Windows support for stream_socket_pair(), by moving the socketpair() implementation from ext/sockets to win32/ 2009-01-23 15:49:49 +00:00