Home
last modified time | relevance | path

Searched refs:read (Results 476 – 500 of 604) sorted by relevance

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

/php-src/ext/standard/tests/file/
H A Drealpath_basic-win32-mb.phpt41 /* loop through $files to read the filepath of $file in the above array */
H A Dfgetc_basic.phpt9 /* read character from different files which are opened in different modes */
39 // perform the read file at least 6 char and check
41 // read data from the file and check, file pointer position, feof etc
42 var_dump( fgetc($file_handle) ); // read a char
H A Dfgetcsv_variation1.phpt9 /* Testing fgetcsv() to read a file when all its parameters are provided */
13 /* the array is with three elements in it. Each element should be read as
55 // this will be used to test, if the fgetcsv() read more than a line and its
56 // working when only a blank line is read
60 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation7.phpt9 /* Testing fgetcsv() to read from a file when provided with default value of arguments */
13 /* the array is with three elements in it. Each element should be read as
54 // this will be used to test, if the fgetcsv() read more than a line and its
55 // working when only a blank line is read
59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dreadlink_realpath_basic1.phpt44 /* loop through $files to read the linkpath of
H A Dfgetcsv_variation11.phpt6 present in the data being read and delimiter which is present in the data */
10 /* the array is with three elements in it. Each element should be read as
51 // this will be used to test, if the fgetcsv() read more than a line and its
52 // working when only a blan line is read
56 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfscanf_variation51.phpt6 /* Test fscanf() to scan a file for read when file is opened inwrite only mode */
10 echo "*** Test fscanf(): to read from a file opened in write only mode ***\n";
64 *** Test fscanf(): to read from a file opened in write only mode ***
H A Dfgets_variation5.phpt2 Test fgets() function : usage variations - read beyond filesize
33 /* read with length beyond file size */
H A Dfopen_variation14-win32.phpt51 $readData = "read:$iteration";
54 // create the file and test read
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt78 TODO - read only
/php-src/Zend/tests/offsets/
H A Dinvalid_container_offset_behaviour.phpt43 Nested read:
H A Dobject_container_offset_behaviour.phpt27 Nested read:
H A DArrayAccess_container_offset_behaviour.phpt57 Nested read:
/php-src/Zend/tests/
H A D033.phpt64 Warning: Attempt to read property "foo" on null in %s on line %d
/php-src/ext/session/tests/user_session_module/
H A Dbasic_set_save_handler_test02.phpt28 function read($key): string|false
/php-src/ext/random/
H A Dcsprng.c194 ssize_t n = read(fd, bytes + read_bytes, size - read_bytes); in php_random_bytes_ex()
/php-src/ext/opcache/jit/
H A DREADME.md23 read-only, which is sometimes the cause of opcache bugs.
35 Using valgrind is slower at detecting invalid memory read/writes than AddressSanitizer when running…
/php-src/main/streams/
H A Dstreams.c565 justread = stream->ops->read(stream, chunk_buf, stream->chunk_size); in _php_stream_fill_read_buffer()
684 justread = stream->ops->read(stream, (char*)stream->readbuf + stream->writepos, in _php_stream_fill_read_buffer()
737 toread = stream->ops->read(stream, buf, size); in _php_stream_read()
795 ssize_t read = php_stream_read(stream, ZSTR_VAL(str), len); in php_stream_read_to_str() local
796 if (read < 0) { in php_stream_read_to_str()
801 ZSTR_LEN(str) = read; in php_stream_read_to_str()
802 ZSTR_VAL(str)[read] = 0; in php_stream_read_to_str()
804 if ((size_t) read < len / 2) { in php_stream_read_to_str()
805 return zend_string_truncate(str, read, 0); in php_stream_read_to_str()
/php-src/tests/lang/
H A D023.phpt34 This should read "blah": blah<br>
35 This should read "this is nifty": this is nifty<br>
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt61 …o make sure that they work - and are not treated as a long column (should be read in a single read)
/php-src/ext/openssl/
H A Dxp_ssl.c160 static ssize_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count);
2043 static ssize_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count) /* {{{ … in php_openssl_sockop_io() argument
2101 if (read) { in php_openssl_sockop_io()
2128 if (errno == EAGAIN && err == SSL_ERROR_WANT_READ && read) { in php_openssl_sockop_io()
2131 if (errno == EAGAIN && err == SSL_ERROR_WANT_WRITE && read == 0) { in php_openssl_sockop_io()
2136 if (read) { in php_openssl_sockop_io()
2149 if (read) { in php_openssl_sockop_io()
2168 if (read) { in php_openssl_sockop_io()
2196 if (read) { in php_openssl_sockop_io()
2197 nr_bytes = php_stream_socket_ops.read(stream, buf, count); in php_openssl_sockop_io()
/php-src/ext/opcache/jit/ir/
H A Dir_disasm.c763 if (read(fd, s, sect->size) != (ssize_t)sect->size) {
805 if (read(fd, &hdr, sizeof(hdr)) == sizeof(hdr)
812 if (read(fd, &sect, sizeof(sect)) == sizeof(sect)
820 && read(fd, &sect, sizeof(sect)) == sizeof(sect)
H A Dir_perf.c142 ret = read(fd, &elf_hdr, sizeof(elf_hdr)); in ir_perf_jitdump_open()
/php-src/ext/spl/tests/
H A Diterator_044.phpt69 foreach($it as $v); // read all into cache
/php-src/ext/snmp/tests/
H A Dsnmp-object-properties.phpt199 Cannot write read-only property SNMP::$info

Completed in 71 milliseconds

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