Home
last modified time | relevance | path

Searched refs:text (Results 151 – 175 of 630) sorted by relevance

12345678910>>...26

/PHP-7.4/ext/standard/tests/strings/
H A Dstrip_tags_variation9.phpt19 "<a>This is a hyper text tag</a>",
22 "<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>"
45 string(31) "<a>This is a hyper text tag</a>"
51 string(62) "<b>This is a text in bold letters
H A Dstrip_tags_variation10.phpt20 '<a>This is a hyper text tag</a>',
23 '<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>'
46 string(31) "<a>This is a hyper text tag</a>"
52 string(65) "<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>"
/PHP-7.4/ext/session/tests/
H A Dsession_basic3.phpt94 <input type="text" name="test2" />
194 <input type="text" name="test2" />
198 <input type="text" name="test2" />
202 <input type="text" name="test2" />
206 <input type="text" name="test2" />
210 <input type="text" name="test2" />
214 <input type="text" name="test2" />
218 <input type="text" name="test2" />
321 <input type="text" name="test2" />
325 <input type="text" name="test2" />
[all …]
/PHP-7.4/ext/intl/tests/
H A Dcpbi_clone_equality.phpt12 $text = 'ตัวอย่างข้อความ';
16 $it->setText($text);
/PHP-7.4/Zend/tests/
H A Dbug72813.phpt7 private $props = ['a' => 'text', 'b' => 1];
35 [a] => text
/PHP-7.4/ext/imap/
H A Dphp_imap.h68 #define LSIZE text.size
69 #define LTEXT text.data
76 #define LTEXT text
96 SIZEDTEXT text; member
103 SIZEDTEXT text; member
/PHP-7.4/ext/standard/tests/file/
H A Dis_executable_variation2.phpt32 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
35 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
37 create_files(__DIR__, 1, "text", 0714, 1, "w", $name_prefix, 7);
39 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
40 create_files(__DIR__, 1, "text", 0712, 1, "w", $name_prefix, 10);
H A Dis_readable_variation2.phpt32 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
35 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
37 create_files(__DIR__, 1, "text", 0411, 1, "w", $name_prefix, 7);
39 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
40 create_files(__DIR__, 1, "text", 0422, 1, "w", $name_prefix, 10);
H A Dpopen_pclose_basic.phpt79 line of text
81 line of text
83 line of text
85 line of text
87 line of text
H A Dreadfile_variation2.phpt71 line of text
73 line of text
81 line of text
83 line of text
H A Duserfilters.phpt23 $text = "Hello There!";
26 fwrite($fp, $text);
H A Dis_writable_variation2.phpt35 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
38 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
40 create_files(__DIR__, 1, "text", 0114, 1, "w", $name_prefix, 7);
42 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
43 create_files(__DIR__, 1, "text", 0422, 1, "w", $name_prefix, 10);
/PHP-7.4/tests/basic/
H A D021.phpt14 Content-Type: text/plain
31 string(10) "text/plain"
/PHP-7.4/ext/zlib/tests/
H A Dzlib_filter_deflate2.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
11 fwrite($fp, $text);
H A Dzlib_scheme_file_put_contents_basic.phpt15 text to be read
29 text to be read
/PHP-7.4/ext/sodium/tests/
H A Dinstalled.phpt12 text in the --EXPECT-- section below for the tests
14 expected text are interpreted as failure
/PHP-7.4/ext/fileinfo/tests/
H A Dbug57547.phpt25 string(28) "text/x-php; charset=us-ascii"
26 string(28) "text/x-php; charset=us-ascii"
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp128 ZVAL_COPY(&bio_new->text, &bio_orig->text); in BreakIterator_clone_obj()
161 if (Z_ISUNDEF(bio->text)) { in BreakIterator_get_debug_info()
165 Z_TRY_ADDREF(bio->text); in BreakIterator_get_debug_info()
166 zend_hash_str_update(debug_info, "text", sizeof("text") - 1, &bio->text); in BreakIterator_get_debug_info()
183 ZVAL_UNDEF(&bio->text); in breakiterator_object_init()
192 zval_ptr_dtor(&bio->text); in BreakIterator_objects_free()
230 ZEND_ARG_INFO(0, text)
/PHP-7.4/ext/simplexml/tests/
H A D009b.phpt11 Plain text.
13 Here we have some text data.
H A D019.phpt12 Plain text.
17 Here we have some text data.
79 string(28) "Here we have some text data."
H A Dsxe_002.phpt15 Plain text.
20 Here we have some text data.
59 string(28) "Here we have some text data."
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug64953.phpt37 $st = $pdo->prepare("SELECT '''?'''::text as \":text\"");
66 [":text"]=>
H A Dbug69752.phpt22 field1 text not null,
23 field2 text not null,
24 field3 text not null,
/PHP-7.4/sapi/cgi/tests/
H A D003.phpt50 Content-type: text/html%r; charset=.*|%r
58 Content-type: text/html%r; charset=.*|%r
63 Content-type: text/html%r; charset=.*|%r
/PHP-7.4/ext/standard/tests/http/
H A Dbug60570.phpt14 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n",
15 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n",
16 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n"

Completed in 24 milliseconds

12345678910>>...26