Home
last modified time | relevance | path

Searched refs:read (Results 376 – 400 of 478) sorted by relevance

1...<<11121314151617181920

/PHP-5.5/ext/session/
H A Dphp_session.h293 extern PHP_METHOD(SessionHandler, read);
H A Dmod_files.c385 n = read(data->fd, *val, sbuf.st_size); in PS_READ_FUNC()
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_error.phpt11 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation4.phpt44 $data_from_link = file_get_contents($linkname); // data read from $filename
H A Dsymlink_link_linkinfo_is_link_variation3.phpt50 $data_from_link = file_get_contents($linkname); // data read from $filename
H A Dfseek_ftell_rewind_basic1.phpt12 Description: Tells file pointer read/write position
18 /* Testing fseek(),ftell(),rewind() functions on all read and append modes */
H A Dfputcsv_variation10.phpt15 /* the array is with three elements in it. Each element should be read as
/PHP-5.5/
H A DREADME.input_filter16 policy, read on.
H A DREADME.SUBMITTING_PATCH12 An excellent article to read first is:
131 in http://wiki.php.net/vcs/svnfaq. If you are new to SVN, read
H A DREADME.UNIX-BUILD-SYSTEM87 This will read a file in the source-dir of your extension called
/PHP-5.5/ext/mysqli/tests/
H A Dlocal_infile_tools.inc84 …+ 4] Cannot change the file perms of '%s' from 0600 to 0644, MySQL might not be able to read it\n",
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt162 printf("[001] Cannot read public key file.");
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_unix.c313 ret = read(fpm_globals.send_config_pipe[0], &readval, sizeof(readval)); in fpm_unix_init_main()
H A Dfpm_events.c64 res = read(fd, &c, 1); in fpm_got_signal()
H A Dfastcgi.c343 ret = read(req->fd, ((char*)buf)+n, count-n); in safe_read()
351 ret = read(req->fd, ((char*)buf)+n, count-n); in safe_read()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch318 file_error(ms, errno, "cannot read magic file `%s'",
323 /* read and parse this file */
641 - if (read(fd, map->p, map->len) != (ssize_t)map->len) {
939 DPRINTF(("Out of bounds read %" SIZE_T_FORMAT "u > %"
1240 * `safe' read for sockets and pipes.
1252 - switch ((rv = read(fd, buf, n))) {
1543 +#define FINFO_READ_FUNC read
2500 - /* We can not read it, but we were able to stat it. */
2508 - if ((nbytes = read(fd, (char *)buf, HOWMANY)) == -1) {
2509 - file_error(ms, errno, "cannot read `%s'", inname);
[all …]
/PHP-5.5/ext/standard/
H A Dpassword.c141 n = read(fd, buffer + read_bytes, raw_length - read_bytes); in php_password_make_salt()
H A Ddir.c107 PHP_NAMED_FE(read, php_if_readdir, arginfo_dir)
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt10 /* the array is with three elements in it. Each element should be read as
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation2.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h517 #define FINFO_READ_FUNC read
/PHP-5.5/sapi/apache_hooks/
H A DREADME21 phpPostReadHandler /path/to/file = hook for post-read phase
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch706 - (void) read( hc->conn_fd, buf, r );
708 + (void) read( hc->conn_fd, buf, 2 );
1862 /* Is there room in our buffer to read more bytes? */
1908 + ** to read timeout
2073 +printf("*LINGER read\n");
2075 /* In lingering-close mode we just read and ignore bytes. An error
2088 + n = read(hc->conn_fd, hc->read_buf + hc->read_idx,
2362 + syslog(LOG_INFO, "Expired %d/%d connections in read/write state", r, w);
/PHP-5.5/ext/oci8/tests/
H A Dlob_040.phpt34 echo "Data: " . $row[$i][0]->read(5) . "\n";;
36 echo "Data: " . $row[$i][0]->read(12) . "\n";
/PHP-5.5/ext/phar/
H A DTODO88 X allow read/write on .tar/.zip files that do not contain a stub or alias [Steph/Greg]

Completed in 90 milliseconds

1...<<11121314151617181920