Home
last modified time | relevance | path

Searched refs:text (Results 226 – 250 of 618) sorted by relevance

12345678910>>...25

/PHP-7.0/sapi/cli/tests/
H A Dphp_cli_server_019.phpt47 Content-type: text/html; charset=UTF-8
67 string(24) "text/html; charset=UTF-8"
H A Dphp_cli_server_010.phpt60 Content-type: text/html; charset=UTF-8
70 Content-type: text/html; charset=UTF-8
/PHP-7.0/ext/xmlwriter/tests/
H A DOO_007.phpt20 $xw->text('a&b');
24 $xw->text("<>\"'&");
/PHP-7.0/ext/imap/tests/
H A Dimap_base64_basic.phpt9 /* Prototype : string imap_base64 ( string $text )
10 * Description: Decode BASE64 encoded text.
/PHP-7.0/ext/soap/interop/
H A Ddatabase_round2.sql41 error text,
42 wire text NOT NULL,
/PHP-7.0/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h49 virtual void setText(const UnicodeString &text);
51 virtual void setText(UText *text, UErrorCode &status);
/PHP-7.0/ext/xmlwriter/examples/
H A Dxmlwriter_oo.php6 $xw->text("example");
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_lexer.h28 unsigned char *text; member
H A Dphpdbg_help.h44 char *text; member
/PHP-7.0/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-7.0/ext/standard/tests/strings/
H A Dbug63943.phpt2 Bug #63943 (Bad warning text from strpos() on empty needle)
H A Dtrim_basic.phpt13 $text = " \t\r\n\0\x0B ---These are a few words--- \t\r\n\0\x0B ";
18 var_dump(trim($text));
/PHP-7.0/ext/pdo_firebird/tests/
H A Dexecute.phpt19 $db->exec("CREATE TABLE ddl (id SMALLINT NOT NULL PRIMARY KEY, text VARCHAR(32),
21 $db->exec("INSERT INTO ddl (id,text) VALUES (1,'bla')");
/PHP-7.0/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-7.0/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)");
H A D005.phpt2 mysqli fetch char/text long
18 if (!mysqli_query($link, "CREATE TABLE test_bind_fetch(c1 char(10), c2 text) ENGINE=" . $engine))
/PHP-7.0/ext/standard/tests/streams/
H A Dbug47997.phpt8 $in = fopen('data://text/plain,', 'rb+');
/PHP-7.0/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
151 TEXTTEST, text)) == 0) in file_ascmagic_with_encoding()
/PHP-7.0/ext/readline/
H A Dreadline.c445 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() argument
458 if (strncmp (Z_STRVAL_P(entry), text, strlen(text)) == 0) { in _readline_command_generator()
480 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb() argument
486 _readline_string_zval(&params[0], text); in _readline_completion_cb()
493 matches = rl_completion_matches(text,_readline_command_generator); in _readline_completion_cb()
/PHP-7.0/ext/filter/tests/
H A Dbug39846.phpt7 var_dump(filter_var('192.168.1.100random-text-here', FILTER_VALIDATE_IP));
/PHP-7.0/ext/fileinfo/tests/
H A Dprecedural_finfo_in_method.phpt18 string(28) "text/x-php; charset=us-ascii"
/PHP-7.0/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.",

Completed in 67 milliseconds

12345678910>>...25