Home
last modified time | relevance | path

Searched refs:write (Results 451 – 469 of 469) sorted by relevance

1...<<111213141516171819

/PHP-5.4/ext/standard/tests/file/
H A Dfgetcsv_variation5.phpt57 // write another line of text and a blank line
H A Dfgetcsv_variation6.phpt57 // write another line of text and a blank line
/PHP-5.4/
H A DNEWS776 bypassing copy on write). (Adam)
1379 . Fixed bug #63297 (Phar fails to write an openssl based signature).
1894 SessionHandler::write()). (Ilia)
2352 enable write operations from XSLT. Bug #54446 (Chregu, Nicolas Gregoire)
2555 SessionHandler::write()). (Ilia)
2839 XSLT stylesheets, default is not to enable write operations. This option
3705 . Fixed bug #52944 (Invalid write on second and subsequent reads with an
5451 - Fixed read or write errors for large zip archives. (Pierre)
5656 - Fixed bug #44182 (extract($a, EXTR_REFS) can fail to split copy-on-write
7597 - Fixed bug #36359 (splFileObject::fwrite() doesn't write when no data
[all …]
H A Dacinclude.m42890 n = write(1, TEXT, sizeof(TEXT)-1);
2902 AC_DEFINE(PHP_WRITE_STDOUT, 1, [whether write(2) works])
H A DINSTALL64 set up anything on your own, only write your PHP scripts, upload it to
78 write scripts autogenerating some images for you offline, or processing
84 With PHP you can also write desktop GUI applications using the PHP-GTK
/PHP-5.4/main/
H A Dmain.c649 php_ignore_value(write(fd, tmp, len)); in php_log_err()
/PHP-5.4/ext/sockets/
H A Dsockets.c1289 retval = write(php_sock->bsd_socket, str, MIN(length, str_len));
/PHP-5.4/win32/
H A Dinstall.txt66 set up anything on your own, only write your PHP scripts, upload it to
80 write scripts autogenerating some images for you offline, or processing
86 With PHP you can also write desktop GUI applications using the PHP-GTK
/PHP-5.4/ext/fileinfo/libmagic/
H A Dapprentice.c2778 if (write(fd, ar, sizeof(ar)) != (ssize_t)sizeof(ar)) { in apprentice_compile()
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch765 - if (write(fd, map->nmagic, nm) != (ssize_t)nm) {
781 - if (write(fd, map->magic[i], len) != (ssize_t)len) {
/PHP-5.4/ext/oci8/
H A Doci8.c987 PHP_FALIAS(write, oci_lob_write, arginfo_oci_lob_write_method)
/PHP-5.4/ext/pcre/pcrelib/
H A DREADME84 you have to do the same thing for your applications, or write them using the
H A DChangeLog3499 write a Perl script that can interpret lines of an input file either as
4232 write the compiled pattern to the file whose name is "rest-of-line".
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt4948 For example, if you want to match a * character, you write \* in the
4953 slash, you write \\.
6980 of (?1) in the pattern above you can write (?-2) to refer to the second
7093 separate the two cases, and write out the odd and even cases as alter-
9234 If you want to write more than one pattern to a file, you will have to
9237 Another possibility is to write out the data in hexadecimal instead of
9993 statement, you may write:
10285 workspace it is given. However, it is possible to write patterns with
10323 ing long subject strings is to write repeated parenthesized subpatterns
/PHP-5.4/build/
H A Dlibtool.m42722 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
2804 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
4133 # along with this program; if not, write to the Free Software
/PHP-5.4/ext/soap/
H A Dphp_sdl.c2376 php_ignore_value(write(f, buf.c, buf.len)); in add_sdl_to_cache()
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY1821 * write Makefile.am and configure.in.
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic1432 #>0x410 string disk\ image UDIF read/write image (UDRW)
7763 >64 lelong x \b address of next segment to write 0x%x,
13217 # direct read/write support by driver functions 03h,0Ch
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c25851 { "write", (sqlite3_syscall_ptr)write, 0 },

Completed in 711 milliseconds

1...<<111213141516171819