Home
last modified time | relevance | path

Searched refs:write (Results 476 – 490 of 490) sorted by relevance

1...<<11121314151617181920

/PHP-5.5/main/
H A Dmain.c649 php_ignore_value(write(fd, tmp, len)); in php_log_err()
/PHP-5.5/win32/
H A Dinstall.txt65 set up anything on your own, only write your PHP scripts, upload it to
79 write scripts autogenerating some images for you offline, or processing
85 With PHP you can also write desktop GUI applications using the PHP-GTK
/PHP-5.5/
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.5/ext/fileinfo/libmagic/
H A Dapprentice.c2777 if (write(fd, ar, sizeof(ar)) != (ssize_t)sizeof(ar)) { in apprentice_compile()
/PHP-5.5/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.5/ext/oci8/
H A Doci8.c987 PHP_FALIAS(write, oci_lob_write, arginfo_oci_lob_write_method)
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME84 you have to do the same thing for your applications, or write them using the
H A DChangeLog3675 write a Perl script that can interpret lines of an input file either as
4408 write the compiled pattern to the file whose name is "rest-of-line".
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4959 For example, if you want to match a * character, you write \* in the
4964 slash, you write \\.
7004 of (?1) in the pattern above you can write (?-2) to refer to the second
7117 separate the two cases, and write out the odd and even cases as alter-
9258 If you want to write more than one pattern to a file, you will have to
9261 Another possibility is to write out the data in hexadecimal instead of
10017 statement, you may write:
10309 workspace it is given. However, it is possible to write patterns with
10347 ing long subject strings is to write repeated parenthesized subpatterns
/PHP-5.5/build/
H A Dlibtool.m42729 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
2811 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
4140 # along with this program; if not, write to the Free Software
/PHP-5.5/ext/soap/
H A Dphp_sdl.c2376 php_ignore_value(write(f, buf.c, buf.len)); in add_sdl_to_cache()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY2035 * write Makefile.am and configure.in.
/PHP-5.5/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.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c25851 { "write", (sqlite3_syscall_ptr)write, 0 },

Completed in 536 milliseconds

1...<<11121314151617181920