/PHP-8.2/ext/soap/tests/ |
H A D | server030.phpt | 14 public $text; 24 $item->text = 'text'.$i; 52 …text xsi:type="xsd:string">text0</text></item><item xsi:type="ns1:Item"><text xsi:type="xsd:string…
|
H A D | server031.phpt | 24 public $text; 27 $this->text = 'text'.$n; 68 …text xsi:type="xsd:string">text0</text></item><item xsi:type="ns1:Item"><text xsi:type="xsd:string…
|
H A D | bug47021.phpt | 31 …text xsi:type="xsd:string">text0</text></item><item xsi:type="ns1:Item"><text xsi:type="xsd:string… 35 "data://text/plain,HTTP/1.1 200 OK\r\n". 36 "Content-Type: text/xml;charset=utf-8\r\n". 41 "data://text/plain,HTTP/1.1 200 OK\r\n". 42 "Content-Type: text/xml;charset=utf-8\r\n".
|
/PHP-8.2/ext/gd/tests/ |
H A D | bug53504.phpt | 22 …['fontSize' => 50, 'angle' => 0, 'x' => 20, 'y' => 70, 'text' => 'AV Teg', 'exp' => [2,15, 208,15,… 23 …['fontSize' => 50, 'angle' => 90, 'x' => 70, 'y' => 350, 'text' => 'AV Teg', 'exp' => [15,-1, 15,-… 24 …['fontSize' => 50, 'angle' => 40, 'x' => 130, 'y' => 280, 'text' => 'AV Teg', 'exp' => [11,11, 169… 27 …['fontSize' => 100, 'angle' => 0, 'x' => 350, 'y' => 110, 'text' => 'H-Shift', 'exp' => [8,2, 386,… 30 …['fontSize' => 100, 'angle' => 0, 'x' => 350, 'y' => 220, 'text' => '-', 'exp' => [7,-37, 51,-37, … 31 …['fontSize' => 100, 'angle' => 0, 'x' => 430, 'y' => 220, 'text' => ',', 'exp' => [7,15, 21,15, 21… 32 …['fontSize' => 100, 'angle' => 0, 'x' => 510, 'y' => 220, 'text' => '.', 'exp' => [7,1, 21,1, 21,-… 33 …['fontSize' => 100, 'angle' => 0, 'x' => 590, 'y' => 220, 'text' => '|', 'exp' => [8,0, 17,0, 17,-… 34 …['fontSize' => 100, 'angle' => 0, 'x' => 670, 'y' => 220, 'text' => 'g', 'exp' => [5,29, 60,29, 60… 54 $bbox = imageftbbox($test['fontSize'], $test['angle'], $font, $test['text']); [all …]
|
/PHP-8.2/ext/dom/tests/manually_call_constructor/ |
H A D | text.phpt | 2 Manually call __construct() - text variation 8 $text = new DOMText('my value'); 9 var_dump($text->textContent); 10 $text->__construct('my new value'); 11 var_dump($text->textContent); 18 $doc->documentElement->appendChild($text); 21 $text->__construct("\nmy new new value"); 22 $doc->documentElement->appendChild($text);
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | strip_tags_basic2.phpt | 8 $string = "<html><p>hello</p><b>world</b><a href=\"#fragment\">Other text</a></html><?php echo hell… 37 string(33) "<html>helloworldOther text</html>" 39 string(33) "<html>helloworldOther text</html>" 41 string(27) "<p>hello</p>worldOther text" 43 string(27) "<p>hello</p>worldOther text" 45 string(44) "helloworld<a href="#fragment">Other text</a>" 47 string(44) "helloworld<a href="#fragment">Other text</a>" 49 string(20) "helloworldOther text" 51 string(20) "helloworldOther text" 53 string(64) "<html><p>hello</p>world<a href="#fragment">Other text</a></html>"
|
H A D | hebrev_basic.phpt | 8 $hebrew_text = "The hebrev function converts logical Hebrew text to visual text.\nThe function trie… 16 string(109) ".The hebrev function converts logical Hebrew text to visual text 19 string(109) "to visual text 20 Hebrew text
|
H A D | bug39621.phpt | 8 $replace = "any text"; 16 $replace = "any text"; 24 $replace = "any text"; 32 $replace = "any text"; 43 string(8) "any text" 44 string(8) "any text"
|
H A D | strtr_variation2.phpt | 18 text & @() 26 "text & @()", 31 'text & @()', 66 string(10) "text i als" 67 string(10) "text & @()" 75 string(10) "text i als" 76 string(10) "text & @()" 80 text i als" 83 text & @()"
|
/PHP-8.2/ext/curl/tests/ |
H A D | curl_string_file_upload.phpt | 29 testcurl($ch, 'foo.txt', $data, 'text/plain'); 36 $file->mime = 'text/plain'; 44 $old = new CURLStringFile($data, 'foo.txt', 'text/plain'); 51 $file = new CURLStringFile($data, 'foo.txt', 'text/plain'); 57 $file = new CURLStringFile($data, 'foo.txt', 'text/plain'); 64 $file = new CURLStringFile($data, 'foo.txt', 'text/plain'); 75 string(%d) "foo.txt|text/plain|62942c05ed0d1b501c4afe6dc1c4db1b" 78 string(%d) "foo.txt|text/plain|62942c05ed0d1b501c4afe6dc1c4db1b" 79 string(%d) "text/plain" 82 string(%d) "foo.txt|text/plain|62942c05ed0d1b501c4afe6dc1c4db1b" [all …]
|
/PHP-8.2/Zend/tests/ |
H A D | closure_047.phpt | 6 function replace_variables($text, $params) { 8 preg_replace_callback( '/(\?)/', function($matches) use (&$params, &$text) { 10 $text = preg_replace( '/(\?)/', array_shift( $params ), $text, 1 ); 12 }, $text ); 14 return $text;
|
H A D | closure_048.phpt | 6 function replace_variables($text, $params) { 8 $c = function($matches) use (&$params, &$text) { 9 $text = preg_replace( '/(\?)/', array_shift( $params ), $text, 1 ); 12 preg_replace_callback( '/(\?)/', $c, $text ); 14 return $text;
|
/PHP-8.2/ext/pcre/tests/ |
H A D | bug79241.phpt | 8 $text = json_decode('"’"'); 14 var_dump(preg_match($pattern, $text, $matches, 0, 0)); 15 var_dump(preg_match($pattern, $text, $matches, 0, 1)); 20 $text = "VA\xff"; $text .= "LID"; 21 var_dump(preg_match($pattern, $text, $matches, 0, 4)); 22 var_dump(preg_match($pattern, $text, $matches, 0, 0));
|
H A D | 006.phpt | 9 $text = '[CODE]<td align="$stylevar[right]">[/CODE]'; 10 …ght)\](((?R)|[^[]+?|\[)*)\[/\\1\]#siU', '#\[(right)\](((?R)|[^[]+?|\[)*)\[/\\1\]#siU'), '', $text); 11 var_dump($text); 14 $result = preg_replace('#\[(right)\](((?R)|[^[]+?|\[)*)\[/\\1\]#siU', '', $text); 15 var_dump($text);
|
/PHP-8.2/ext/standard/tests/http/ |
H A D | bug61548.phpt | 35 do_test("First:1\nSecond:2\nContent-type: text/plain"); 36 do_test("First:1\nSecond:2\nContent-type: text/plain\n"); 38 do_test("First:1\nContent-type:text/plain\nSecond:2"); 39 do_test("First:1\nContent-type:text/plain\nSecond:2\n"); 40 do_test("First:1\nContent-type:text/plain\nSecond:2\nThird:"); 50 Content-type: text/plain 64 Content-type: text/plain 78 Content-type: text/plain 92 Content-type:text/plain 105 Content-type:text/plain [all …]
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | stream_rfc2397_002.phpt | 15 'data://text/plain,', 16 'data://text/plain;foo,', 17 'data://text/plain;foo=bar,', 18 'data://text/plain;foo=bar;bla,', 19 'data://text/plain;foo=bar;base64,', 20 'data://text/plain;foo=bar;bar=baz', 80 string(10) "text/plain" 94 string(18) "data://text/plain," 101 string(10) "text/plain" 124 string(10) "text/plain" [all …]
|
H A D | bug44034.phpt | 9 $urls[] = "data://text/plain,foo\r\nbar\r\n"; 10 $urls[] = "data://text/plain,\r\nfoo\r\nbar\r\n"; 11 $urls[] = "data://text/plain,foo\r\nbar"; 19 data://text/plain,foo\r\nbar\r\n 26 data://text/plain,\r\nfoo\r\nbar\r\n 35 data://text/plain,foo\r\nbar
|
/PHP-8.2/ext/dom/tests/ |
H A D | DOMNode_normalize_basic.phpt | 14 * Calculate the number of title text nodes (1). 15 * Add another text node to title. Calculate the number of title text nodes (2). 16 * Normalize author. Calculate the number of title text nodes (2). 17 * Normalize title. Calculate the number of title text nodes (1). 31 $text = $doc->createTextNode('This is the first title'); 32 $title->appendChild($text); 37 // add a second text node to title 38 $text = $doc->createTextNode('This is the second title'); 39 $title->appendChild($text); 51 // should concatenate first and second title text nodes
|
H A D | DOMText_appendData_basic.phpt | 15 $text = $document->createElement('text'); 16 $root->appendChild($text); 19 $text->appendChild($textnode); 37 <root><text>data><&"</text></root>
|
/PHP-8.2/ext/pdo_sqlite/tests/ |
H A D | bug33841.phpt | 10 $db->exec('CREATE TABLE test (text)'); 12 $stmt = $db->prepare("INSERT INTO test VALUES ( :text )"); 13 $stmt->bindParam(':text', $name); 17 $stmt = $db->prepare("UPDATE test SET text = :text "); 18 $stmt->bindParam(':text', $name);
|
/PHP-8.2/Zend/tests/traits/ |
H A D | bug60717.phpt | 10 function text($text); 17 function text($text) {} 24 abstract function text($text); 30 abstract function text($text);
|
/PHP-8.2/tests/lang/ |
H A D | bug21600.phpt | 19 function bar($text){ 20 return $text; 23 function fubar($text){ 24 $text = &$text; 25 return $text;
|
/PHP-8.2/ext/xmlwriter/tests/ |
H A D | OO_003.phpt | 2 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"); 34 <tag1 attr1="attr1_value" attr2="attr2_value">Test text for tag1<tag2/></tag1>
|
/PHP-8.2/ext/tokenizer/ |
H A D | tokenizer.c | 122 zend_string *text; in PHP_METHOD() local 129 Z_PARAM_STR(text) in PHP_METHOD() 137 ZVAL_STR_COPY(OBJ_PROP_NUM(obj, 1), text); in PHP_METHOD() 159 if (!text) { in PHP_METHOD() 166 zend_string *text = NULL; in PHP_METHOD() local 180 if (!text) { in PHP_METHOD() 181 text = php_token_get_text(ZEND_THIS); in PHP_METHOD() 182 if (!text) { in PHP_METHOD() 240 if (!text) { in PHP_METHOD() 244 RETURN_STR_COPY(text); in PHP_METHOD() [all …]
|
/PHP-8.2/ext/standard/tests/filters/ |
H A D | chunked_001.phpt | 13 "data://text/plain,0\r\n", 14 "data://text/plain,2\r\nte\r\n2\r\nst\r\n0\r\n", 15 "data://text/plain,2\nte\n2\nst\n0\n", 16 "data://text/plain,2;a=1\nte\n2;a=2;b=3\r\nst\n0\n", 17 "data://text/plain,2\nte\n2\nst\n0\na=b\r\nc=d\n\r\n", 18 "data://text/plain,1f\n0123456789abcdef0123456789abcde\n1\nf\n0\n", 19 "data://text/plain,1E\n0123456789abcdef0123456789abcd\n2\nef\n0\n",
|