Home
last modified time | relevance | path

Searched refs:text (Results 126 – 150 of 630) sorted by last modified time

12345678910>>...26

/PHP-7.4/ext/xmlwriter/tests/
H A D003.phpt18 xmlwriter_text($xw, "Test text for tag1");
32 <tag1 attr1="attr1_value" att2="att2_value">Test text for tag1<tag2/></tag1>
H A DOO_005.phpt17 $xw->text('comment');
H A DOO_003.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush, text, attribute
14 $xw->text("attr1_value");
18 $xw->text("attr2_value");
21 $xw->text("Test text for tag1");
35 <tag1 attr1="attr1_value" attr2="attr2_value">Test text for tag1<tag2/></tag1>
H A DOO_004.phpt15 $xw->text('echo $a;');
/PHP-7.4/ext/tokenizer/
H A Dtokenizer.c108 unsigned char *text, size_t leng, int lineno) { in add_token() argument
114 add_next_index_str(&keyword, ZSTR_CHAR(text[0])); in add_token()
116 add_next_index_stringl(&keyword, (char *) text, leng); in add_token()
122 add_next_index_str(return_value, ZSTR_CHAR(text[0])); in add_token()
124 add_next_index_stringl(return_value, (char *) text, leng); in add_token()
/PHP-7.4/ext/xmlreader/tests/
H A D004.phpt42 #text
/PHP-7.4/ext/standard/tests/strings/
H A Dsubstr_replace_error.phpt6 * Description: Replace text within a portion of a string
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));
H A Dstrpbrk_basic.phpt14 $text = 'This is a Simple text.';
15 var_dump( strpbrk($text, 'mi') );
16 var_dump( strpbrk($text, 'ZS') );
17 var_dump( strpbrk($text, 'Z') );
18 var_dump( strpbrk($text, 'H') );
20 $text = '';
21 var_dump( strpbrk($text, 'foo') );
23 $text = " aaa aaaSLR";
24 var_dump( strpbrk($text, ' ') );
33 string(20) "is is a Simple text."
[all …]
H A Dstrpbrk_error.phpt13 $haystack = 'This is a Simple text.';
H A Dltrim_basic.phpt13 $text = " \t\r\n\0\x0B ---These are a few words--- ";
19 var_dump(ltrim($text));
H A Drtrim_basic.phpt13 $text = "---These are a few words--- \t\r\n\0\x0B ";
21 var_dump(rtrim($text));
H A Dhebrev_basic.phpt7 * Description: Convert logical Hebrew text to visual text
13 $hebrew_text = "The hebrev function converts logical Hebrew text to visual text.\nThe function trie…
22 string(109) ".The hebrev function converts logical Hebrew text to visual text
25 string(109) "to visual text
26 Hebrew text
H A Dhebrevc_basic.phpt7 * Description: Convert logical Hebrew text to visual text
13 $hebrew_text = "The hebrevc function converts logical Hebrew text to visual text.\nThis function is…
24 string(239) ".The hebrevc function converts logical Hebrew text to visual text<br />
32 string(317) "to visual text<br />
33 Hebrew text<br />
H A Dbug63943.phpt2 Bug #63943 (Bad warning text from strpos() on empty needle)
H A Dconvert_cyr_string_basic.phpt15 echo "\n-- First try some simple English text --\n";
32 -- First try some simple English text --
/PHP-7.4/ext/standard/tests/http/
H A Dbug69337.phpt24 "data://text/plain,HTTP/1.0 302 Found\r\nLocation: http://127.0.0.1:22345/try-again\r\n\r\n",
25 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n",
H A Dbug75535.phpt12 "data://text/plain,HTTP/1.0 200 Ok\r\nContent-Length\r\n",
H A Dhttp_response_header_01.phpt12 "data://text/plain,HTTP/1.0 200 Ok\r\nSome: Header\r\nSome: Header\r\n\r\nBody",
H A Dhttp_response_header_02.phpt12 "data://text/plain,HTTP/1.0 302 Found\r\n"
H A Dhttp_response_header_03.phpt12 "data://text/plain,HTTP/1.0 302 Found\r\n"
H A Dhttp_response_header_04.phpt12 "data://text/plain,HTTP/1.0 200 Ok\r\nSome: Header \r\n\r\nBody",
H A Dhttp_response_header_05.phpt12 "data://text/plain,HTTP/1.0 200 Ok\r\n \r\n\r\nBody",
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt12 //File containing text string
13 "File with text data" => "test.txt",
39 -- File with text data (test.txt) --
/PHP-7.4/ext/standard/tests/file/
H A Dis_uploaded_file_basic.phpt14 Content-Type: text/plain

Completed in 34 milliseconds

12345678910>>...26