Home
last modified time | relevance | path

Searched refs:text (Results 476 – 500 of 507) sorted by relevance

1...<<1112131415161718192021

/PHP-5.3/sapi/fpm/
H A Dphp-fpm.conf.in281 ; By default the status page output is formatted as text/plain. Passing either
357 ; response is formatted as text/plain with a 200 response code.
/PHP-5.3/ext/standard/tests/file/
H A Dfgetc_basic.phpt17 $file_content_types = array("numeric", "text", "text_with_new_line");
H A Dfgetcsv_variation12.phpt53 // write another line of text and a blank line
56 fwrite($file_handle, "This is line of text without csv fields\n");
H A Dfgetcsv_variation25.phpt58 // write another line of text and a blank line
61 fwrite($file_handle, "This is line of text without csv fields\n");
H A Dfgetcsv_variation28.phpt58 // write another line of text and a blank line
61 fwrite($file_handle, "This is line of text without csv fields\n");
H A Dfgetcsv_variation27.phpt58 // write another line of text and a blank line
61 fwrite($file_handle, "This is line of text without csv fields\n");
H A Dfgetcsv_variation3.phpt55 // write another line of text and a blank line
58 fwrite($file_handle, "This is line of text without csv fields\n");
H A Dfgetcsv_variation4.phpt54 // write another line of text and a blank line
57 fwrite($file_handle, "This is line of text without csv fields\n");
H A Dfgetcsv_variation5.phpt57 // write another line of text and a blank line
60 fwrite($file_handle, "This is line of text without csv fields\n");
/PHP-5.3/ext/openssl/
H A DREADME124 "detached", "nodetached", "text", "nointern", "noverify", "nochain",
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI117 ONIG_SYNTAX_ASIS plain text
/PHP-5.3/
H A Dacinclude.m4695 dnl PHP_ARG_WITH(arg-name, check message, help text[, default-val[, extension-or-not]])
720 dnl PHP_ARG_ENABLE(arg-name, check message, help text[, default-val[, extension-or-not]])
1220 if (pwrite(fd, "text", 4, 0) != 4) exit(1);
1222 if (pwrite(fd, "text", 4, -1) != -1 || errno != EINVAL) exit(1);
H A DINSTALL79 text files depending on some arguments you pass to them), you always
1126 Note: One way to open this is by using a Unix based text editor in
1137 2. With a text editor, uncomment the lines (by removing the #) that
1632 ; any text on a line after an unquoted semicolon (;) is ignored
1633 [php] ; section markers (text within square brackets) are also ignored
2107 AddType text/html php
H A DNEWS199 . Fixed bug #63943 (Bad warning text from strpos() on empty needle).
872 . Fixed bug #59985 (show normal warning text for OCI_NO_DATA).
2172 - Added LIBXML_PARSEHUGE constant to override the maximum text size of a
2173 single text node when using libxml2.7.3+. (Kalle)
2337 - Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe)
2339 - Fixed bug #49600 (imageTTFText text shifted right). (Takeshi Abe)
2680 strings and literal text in HEREDOCs and backticks. (Matt)
2805 common non-text types such as "application/xhtml+xml" to be converted
3442 - Fixed bug #38805 (PDO truncates text from SQL Server text data type field).
4432 - Fixed bug #41374 (whole text concats values of wrong nodes). (Rob)
[all …]
H A Dphp.ini-development778 ; PHP's built-in default is text/html
780 default_mimetype = "text/html"
1822 ; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
H A Dphp.ini-production778 ; PHP's built-in default is text/html
780 default_mimetype = "text/html"
1822 ; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt3 text format for ease of searching with a text editor, or for use on systems
6 the pcredemo program. There are separate text files for the pcregrep and
130 In the plain text format, all the sections, except the pcredemo sec-
462 If there is an error while compiling a pattern, the error text that is
788 If there is an error while compiling a pattern, the error text that is
1181 By default, pcregrep reads all files as plain text. You can build it so
2154 matched text may continue over the newline.
9311 a. "text" matches "pattern" exactly;
9358 match any substring of the text.
9372 By default, pattern and text are plain text, one byte per character.
[all …]
/PHP-5.3/build/
H A Dlibtool.m43703 _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3723 # ever link correctly. If we're not using GNU ld we use -z text
3735 _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
4490 # text mode, it properly converts lines to CR/LF. This bash problem
5599 …_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $link…
6054 _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
6091 …_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_…
6138 _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
6156 # ever link correctly. If we're not using GNU ld we use -z text
6159 _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
/PHP-5.3/win32/
H A Dinstall.txt81 text files depending on some arguments you pass to them), you always
1434 ; any text on a line after an unquoted semicolon (;) is ignored
1435 [php] ; section markers (text within square brackets) are also ignored
1931 AddType text/html php
1935 AddType text/html php
/PHP-5.3/ext/xmlwriter/
H A Dphp_xmlwriter.c567 PHP_ME_MAPPING(text, xmlwriter_text, arginfo_xmlwriter_method_text, 0)
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog201 running pcretest, the text "(JIT)" added to the output whenever JIT is
237 -I, and --text options.
643 7. pcretest now gives a text phrase as well as the error number when
1153 much relocation at load time. To find a text, the string is searched,
2449 (a) When it is outputting text in the compiled version of a pattern, bytes
2452 (b) When it is outputting text that is a matched part of a subject string,
3214 retained in the file doc/pcre.txt, which is a concatenation in text format
3292 automatically from a table. It wasn't just a text change.)
4237 1. A bit of extraneous text had somehow crept into the pcregrep documentation.
4324 absolute limit. Changed the text of the error message to make this clear, and
[all …]
H A DHACKING61 integer in 32-bit mode. However, so as not to over-complicate the text, the
H A DNEWS554 absolute limit. Changed the text of the error message to make this clear, and
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch2764 ((text && (m->str_flags & (STRING_BINTEST | STRING_TEXTTEST)) == STRING_BINTEST) ||
2765 (!text && (m->str_flags & (STRING_TEXTTEST | STRING_BINTEST)) == STRING_TEXTTEST))) ||
/PHP-5.3/ext/pgsql/
H A Dpgsql.c758 #define PHP_PQ_ERROR(text, pgsql) { \ argument
760 php_error_docref(NULL TSRMLS_CC, E_WARNING, text, msgbuf); \

Completed in 217 milliseconds

1...<<1112131415161718192021