Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.1/ext/bz2/tests/
H A Dbz2_filter_decompress.phpt7 $text = 'QlpoNDFBWSZTWRN6QG0AAAoVgECFACA395UgIABIintI1N6mpowIQ0E1MTTAQGYTNcRyMZm5kgW3ib7hVboE7Tmqj3…
12 fwrite($fp, $text);
H A Dbz2_filter_compress.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
12 fwrite($fp, $text);
/PHP-7.1/ext/filter/tests/
H A D024.phpt10 var_dump(filter_var(" text here ", FILTER_SANITIZE_ENCODED));
18 string(23) "%20%20text%20here%20%20"
/PHP-7.1/ext/standard/tests/strings/
H A Dstrip_tags_variation10.phpt22 '<a>This is a hyper text tag</a>',
25 '<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>'
48 string(31) "<a>This is a hyper text tag</a>"
54 string(65) "<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>"
/PHP-7.1/ext/standard/tests/file/
H A Dreadfile_variation2.phpt71 line of text
73 line of text
81 line of text
83 line of text
H A Dfgetss_variation2.phpt25 this is the text containing \r character
116 string(41) "this is the text containing
122 string(46) "this text contains some html tags body br
177 string(41) "this is the text containing
183 string(46) "this text contains some html tags body br
238 string(41) "this is the text containing
244 string(46) "this text contains some html tags body br
299 string(41) "this is the text containing
305 string(46) "this text contains some html tags body br
360 string(41) "this is the text containing
[all …]
H A Dis_executable_variation2.phpt41 create_files(dirname(__FILE__), 1, "text", 0755, 1, "w", $name_prefix, 2);
44 create_files(dirname(__FILE__), 1, "text", 0222, 1, "w", $name_prefix, 5);
46 create_files(dirname(__FILE__), 1, "text", 0714, 1, "w", $name_prefix, 7);
48 create_files(dirname(__FILE__), 1, "text", 0421, 1, "w", $name_prefix, 9);
49 create_files(dirname(__FILE__), 1, "text", 0712, 1, "w", $name_prefix, 10);
H A Dis_readable_variation2.phpt40 create_files(dirname(__FILE__), 1, "text", 0755, 1, "w", $name_prefix, 2);
43 create_files(dirname(__FILE__), 1, "text", 0222, 1, "w", $name_prefix, 5);
45 create_files(dirname(__FILE__), 1, "text", 0411, 1, "w", $name_prefix, 7);
47 create_files(dirname(__FILE__), 1, "text", 0421, 1, "w", $name_prefix, 9);
48 create_files(dirname(__FILE__), 1, "text", 0422, 1, "w", $name_prefix, 10);
/PHP-7.1/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp127 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.1/ext/intl/tests/
H A Dcpbi_clone_equality.phpt12 $text = 'ตัวอย่างข้อความ';
16 $it->setText($text);
H A Dbug74484_MessageFormatter.phpt12 $text = "{a} {b} {c} {d} {e} {f} {g} {h} {i} {j} {k} {l}";
29 var_dump(MessageFormatter::formatMessage('en_US', $text, $vars));
/PHP-7.1/Zend/tests/
H A Dbug72813.phpt7 private $props = ['a' => 'text', 'b' => 1];
35 [a] => text
/PHP-7.1/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.1/tests/basic/
H A D021.phpt14 Content-Type: text/plain
31 string(10) "text/plain"
/PHP-7.1/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.1/ext/intl/spoofchecker/
H A Dspoofchecker_main.c30 char *text; in PHP_METHOD() local
35 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "s|z", &text, &text_len, &error_code)) { in PHP_METHOD()
41 ret = uspoof_checkUTF8(co->uspoof, text, text_len, NULL, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD()
/PHP-7.1/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.1/ext/pdo_pgsql/tests/
H A Dbug69752.phpt22 field1 text not null,
23 field2 text not null,
24 field3 text not null,
H A Dbug64953.phpt37 $st = $pdo->prepare("SELECT '''?'''::text as \":text\"");
66 [":text"]=>
/PHP-7.1/ext/simplexml/tests/
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."
H A D009b.phpt11 Plain text.
13 Here we have some text data.
/PHP-7.1/ext/standard/tests/http/
H A Dbug60570.phpt15 "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",
17 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n"
/PHP-7.1/ext/fileinfo/
H A Dmagicdata.patch21 !:mime text/x-awk
22 0 string/wt #!\ /usr/bin/awk awk script text executable
23 !:mime text/x-awk
24 -0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
26 +>0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
29 0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable
47 !:mime text/x-awk
48 0 string/wt #!\ /usr/bin/awk awk script text executable
49 !:mime text/x-awk
51 ->0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
[all …]

Completed in 28 milliseconds

12345678910>>...26