Home
last modified time | relevance | path

Searched refs:text (Results 176 – 200 of 507) sorted by relevance

12345678910>>...21

/PHP-5.3/ext/dom/tests/
H A Dbug46335.phpt8 $text = 'This is an ‘example’ of using DOM splitText';
22 $node = $dom->createTextNode($text);
H A Ddom_xinclude.phpt39 #text
42 #text
/PHP-5.3/ext/standard/tests/file/
H A Dfgets_variation6-win32.phpt23 $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumeric");
76 -- File content type : text --
110 -- File content type : text --
144 -- File content type : text --
178 -- File content type : text --
212 -- File content type : text --
246 -- File content type : text --
280 -- File content type : text --
314 -- File content type : text --
348 -- File content type : text --
H A Dfgets_variation6.phpt23 $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumeric");
76 -- File content type : text --
110 -- File content type : text --
144 -- File content type : text --
178 -- File content type : text --
212 -- File content type : text --
246 -- File content type : text --
280 -- File content type : text --
314 -- File content type : text --
348 -- File content type : text --
H A Dfile.inc42 "text" = fills with string of size $file_size
50 if ( $fill_type == "text" ) {
51 $data = "text ";
55 $data = "line\nline of text\n";
87 "text" = fills with string of size $file_size
100 } if ( $fill_type == "text" ) {
101 $data = "text ";
105 $data = "line\nline of text\n";
214 "text" = fill file with regular text
334 text = fill file with regular text
[all …]
/PHP-5.3/ext/xml/tests/
H A Dxml_set_processing_instruction_handler_basic.phpt40 <?xml-stylesheet href="default.xsl" type="text/xml"?>
51 Data: href="default.xsl" type="text/xml"
/PHP-5.3/ext/mbstring/tests/
H A Dmb_send_mail05.phpt35 Content-Type: text/plain; charset=%s
43 Content-Type: text/plain; charset=HZ-GB-2312
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxml_element.h151 simplestring text; /* text contained between element begin/end pairs */ member
190 #define xml_elem_get_val(el) (char *)((el) ? el->text.str : NULL)
H A Dxmlrpc.c192 if (strchr (text, '-')) { in date_from_ISO8601()
193 char *p = (char *) text, *p2 = buf; in date_from_ISO8601()
204 text = buf; in date_from_ISO8601()
215 XMLRPC_IS_NUMBER(text[i]) in date_from_ISO8601()
216 tm.tm_year += (text[i]-'0')*n; in date_from_ISO8601()
222 XMLRPC_IS_NUMBER(text[i]) in date_from_ISO8601()
223 tm.tm_mon += (text[i+4]-'0')*n; in date_from_ISO8601()
231 XMLRPC_IS_NUMBER(text[i]) in date_from_ISO8601()
239 XMLRPC_IS_NUMBER(text[i]) in date_from_ISO8601()
247 XMLRPC_IS_NUMBER(text[i]) in date_from_ISO8601()
[all …]
/PHP-5.3/sapi/cli/
H A Dphp_cli_readline.h25 char **cli_code_completion(const char *text, int start, int end);
/PHP-5.3/ext/soap/interop/
H A Ddatabase_round2.sql41 error text,
42 wire text NOT NULL,
/PHP-5.3/ext/xmlwriter/tests/
H A DOO_007.phpt20 $xw->text('a&b');
24 $xw->text("<>\"'&");
/PHP-5.3/ext/imap/tests/
H A Dimap_base64_basic.phpt9 /* Prototype : string imap_base64 ( string $text )
10 * Description: Decode BASE64 encoded text.
/PHP-5.3/ext/xmlwriter/examples/
H A Dxmlwriter_oo.php6 $xw->text("example");
/PHP-5.3/ext/pdo_firebird/tests/
H A Dexecute.phpt18 $db->exec("CREATE TABLE ddl (id SMALLINT NOT NULL PRIMARY KEY, text VARCHAR(32),
20 $db->exec("INSERT INTO ddl (id,text) VALUES (1,'bla')");
/PHP-5.3/ext/pcre/tests/
H A Dbug27011.phpt6 var_dump(preg_match_all('|(\w+)://([^\s"<]*[\w+#?/&=])|', "This is a text string", $matches, PREG_S…
H A D005.phpt54 ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
56 ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
58 ext/ming/ming.o(.text+0xc115): In function `zim_swfmovie_namedAnchor':
62 ext/ming/ming.o(.text+0x851): In function `zif_ming_setSWFCompression':
68 $gcc_regex = '/^((.+)(\(\.text\+0x[[:xdigit:]]+\))?: In function [`\'](\w+)\':\s+)?'.
410 [0] => ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
412 [1] => ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
415 [3] => (.text+0x80)
430 [3] => (.text+0x80)
447 [3] => (.text+0xc115)
[all …]
/PHP-5.3/ext/mysqli/tests/
H A D021.phpt2 mysqli bind_param+bind_result char/text
18 mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text)");
H A D022.phpt2 mysqli bind_param/bind_result char/text long
18 mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text)");
/PHP-5.3/ext/simplexml/tests/
H A D006.phpt12 Plain text.
17 Here we have some text data.
H A Dsxe_004.phpt15 Plain text.
20 Here we have some text data.
102 string(28) "Here we have some text data."
/PHP-5.3/ext/standard/tests/http/
H A Dbug38802.phpt16 …"data://text/plain,HTTP/1.0 302 Moved Temporarily\r\nLocation: http://127.0.0.1:12342/foo/bar2\r\n…
17 …"data://text/plain,HTTP/1.0 301 Moved Permanently\r\nLocation: http://127.0.0.1:12342/foo/bar3\r\n…
18 …"data://text/plain,HTTP/1.0 302 Moved Temporarily\r\nLocation: http://127.0.0.1:12342/foo/bar4\r\n…
19 "data://text/plain,HTTP/1.0 200 OK\r\n\r\ndone.",
/PHP-5.3/ext/fileinfo/libmagic/
H A Dascmagic.c72 int text) in file_ascmagic() argument
93 type, text); in file_ascmagic()
103 const char *type, int text) in file_ascmagic_with_encoding() argument
148 (size_t)(utf8_end - utf8_buf), TEXTTEST, text)) == 0) in file_ascmagic_with_encoding()
/PHP-5.3/ext/readline/
H A Dreadline.c411 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() argument
424 if (strncmp (Z_STRVAL_PP(entry), text, strlen(text)) == 0) { in _readline_command_generator()
459 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb() argument
466 params[0]=_readline_string_zval(text); in _readline_completion_cb()
473 matches = rl_completion_matches(text,_readline_command_generator); in _readline_completion_cb()
/PHP-5.3/ext/standard/tests/strings/
H A Dbug63943.phpt2 Bug #63943 (Bad warning text from strpos() on empty needle)

Completed in 59 milliseconds

12345678910>>...21