Home
last modified time | relevance | path

Searched refs:stream (Results 551 – 575 of 622) sorted by relevance

1...<<2122232425

/PHP-5.3/ext/standard/tests/file/
H A Dfeof_basic.phpt100 Warning: feof(): %d is not a valid stream resource in %s on line %d
H A Dfseek_ftell_rewind_error2.phpt90 Warning: ftell(): %d is not a valid stream resource in %s on line %d
H A Dfseek_ftell_rewind_error3.phpt90 Warning: rewind(): %d is not a valid stream resource in %s on line %d
H A Dfseek_ftell_rewind_error1.phpt94 Warning: fseek(): %d is not a valid stream resource in %s on line %d
H A Dfopen_variation5.phpt2 Test fopen() function : variation: use include path and stream context (absolute directories in pat…
H A Dfopen_variation8.phpt2 Test fopen() function : variation: use include path and stream context (relative directories in pat…
H A Dfgets_error.phpt102 Warning: fgets(): %d is not a valid stream resource in %s on line %d
H A Dfgetss_error.phpt101 Warning: fgetss(): 5 is not a valid stream resource in %s on line %d
H A Duserstreams.phpt238 /* now compare the real stream with the user stream */
H A Dftruncate_error.phpt117 Warning: ftruncate(): 5 is not a valid stream resource in %s on line %d
H A Dcopy_variation16-win32.phpt134 Warning: copy(%s): failed to open stream: No such file or directory in %s on line %s
H A Dcopy_variation6-win32.phpt133 Warning: copy(%s/copy_variation6/copy_variation6_sub/..///../*): failed to open stream: No such fil…
/PHP-5.3/ext/phar/tests/
H A D022.phpt2 Phar: stream stat
H A Dmounteddir.phpt101 Warning: file_get_contents(phar://%stempmanifest1.phar.php/testit/directory): failed to open stream
H A DmounteddirU.phpt100 Warning: file_get_contents(phar://%stempmanifest1.phar.php/testit/directory): failed to open stream
/PHP-5.3/ext/standard/tests/strings/
H A Dhighlight_file.phpt44 Warning: highlight_file(%shighlight_file.dat): failed to open stream: No such file or directory in …
/PHP-5.3/ext/oci8/
H A Doci8_interface.c882 php_stream *stream; local
966 stream = php_stream_open_wrapper_ex(filename, "w", REPORT_ERRORS, NULL, NULL);
968 stream = php_stream_open_wrapper_ex(filename, "w", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, NULL);
979 php_stream_close(stream);
982 if (tmp_bytes_read && !php_stream_write(stream, buffer, tmp_bytes_read)) {
983 php_stream_close(stream);
1000 php_stream_close(stream);
/PHP-5.3/ext/phar/
H A Dphar.c3367 file_handle->handle.stream.handle = phar;
3368 file_handle->handle.stream.reader = phar_zend_stream_reader;
3369 file_handle->handle.stream.closer = NULL;
3370 file_handle->handle.stream.fsizer = phar_zend_stream_fsizer;
3371 file_handle->handle.stream.isatty = 0;
3375 memset(&file_handle->handle.stream.mmap, 0, sizeof(file_handle->handle.stream.mmap));
3379 file_handle->handle.stream.handle = phar;
3380 file_handle->handle.stream.reader = phar_zend_stream_reader;
3381 file_handle->handle.stream.closer = NULL; /* don't close - let phar handle this one */
3382 file_handle->handle.stream.fteller = phar_stream_fteller_for_zend;
[all …]
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c187 php_stream *stream; in dsn_from_uri() local
190 stream = php_stream_open_wrapper(uri, "rb", ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL); in dsn_from_uri()
191 if (stream) { in dsn_from_uri()
192 dsn = php_stream_get_line(stream, buf, buflen, NULL); in dsn_from_uri()
193 php_stream_close(stream); in dsn_from_uri()
/PHP-5.3/ext/standard/tests/general_functions/
H A Dvar_dump.phpt848 resource(5) of type (stream)
850 resource(6) of type (stream)
1232 resource(5) of type (stream)
1234 resource(6) of type (stream)
H A Dvar_dump_64bit.phpt848 resource(5) of type (stream)
850 resource(6) of type (stream)
1232 resource(5) of type (stream)
1234 resource(6) of type (stream)
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobfromsteam.phpt2 MySQL PDOStatement - inserting BLOB from stream
/PHP-5.3/ext/standard/tests/array/
H A Darray_unshift_variation1.phpt333 resource(%d) of type (stream)
337 resource(%d) of type (stream)
H A Darray_unshift_variation2.phpt1034 resource(%d) of type (stream)
1047 resource(%d) of type (stream)
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch1111 -a application/octet-stream
1116 bin application/octet-stream
1117 +dms application/octet-stream
1118 +lha application/octet-stream
1119 +lzh application/octet-stream
1120 exe application/octet-stream
1121 -dump application/octet-stream
1122 -o application/octet-stream
1125 +class application/octet-stream
1126 +so application/octet-stream
[all …]

Completed in 57 milliseconds

1...<<2122232425