Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.6/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h49 virtual void setText(const UnicodeString &text);
51 virtual void setText(UText *text, UErrorCode &status);
/PHP-5.6/ext/soap/interop/
H A Ddatabase_round2.sql41 error text,
42 wire text NOT NULL,
/PHP-5.6/ext/xmlwriter/tests/
H A DOO_007.phpt20 $xw->text('a&b');
24 $xw->text("<>\"'&");
/PHP-5.6/ext/xmlwriter/examples/
H A Dxmlwriter_oo.php6 $xw->text("example");
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_lexer.h28 unsigned char *text; member
H A Dphpdbg_help.h44 char *text; member
/PHP-5.6/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.6/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-5.6/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.6/sapi/cli/tests/
H A Dphp_cli_server_010.phpt60 Content-type: text/html; charset=UTF-8
70 Content-type: text/html; charset=UTF-8
H A Dphp_cli_server_013.phpt87 Content-Type: text/html; charset=UTF-8
95 Content-Type: text/html; charset=UTF-8
103 Content-Type: text/html; charset=UTF-8
/PHP-5.6/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-5.6/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-5.6/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
150 (size_t)(utf8_end - utf8_buf), 0, TEXTTEST, text)) == 0) in file_ascmagic_with_encoding()
/PHP-5.6/ext/standard/tests/streams/
H A Dbug47997.phpt8 $in = fopen('data://text/plain,', 'rb+');
/PHP-5.6/ext/filter/tests/
H A Dbug39846.phpt7 var_dump(filter_var('192.168.1.100random-text-here', FILTER_VALIDATE_IP));
/PHP-5.6/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.6/build/
H A Dshtool479 text="$*"
501 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%[Bb]'`" != . ]; then
581 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%U'`" != . ]; then
615 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%[gG]'`" != . ]; then
646 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%g'`" != . ]; then
681 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%h'`" != . ]; then
698 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%d'`" != . ]; then
752 text=`echo $seo "$text" |\
769 echo $seo "$text"
774 echo $seo $minusn "$text"
[all …]
/PHP-5.6/ext/readline/
H A Dreadline.c443 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() argument
456 if (strncmp (Z_STRVAL_PP(entry), text, strlen(text)) == 0) { in _readline_command_generator()
491 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb() argument
498 params[0]=_readline_string_zval(text); in _readline_completion_cb()
505 matches = rl_completion_matches(text,_readline_command_generator); in _readline_completion_cb()
/PHP-5.6/ext/oci8/tests/
H A Dlob_null.phpt65 echo "Temporary CLOB: text\n";
109 echo "Procedure parameter: text\n";
139 echo "RETURNING INTO: text\n";
194 Temporary CLOB: text
197 Procedure parameter: text
200 RETURNING INTO: text

Completed in 32 milliseconds

12345678910>>...24