Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/PHP-8.4/ext/dom/tests/modern/spec/
H A DDocument_getElementsByTagNameNS.phpt55 string(9) "content 1"
56 string(9) "content 2"
65 content 1content 2content 3"
73 content 1content 2content 3"
75 string(9) "content 1"
76 string(9) "content 2"
77 string(9) "content 3"
80 string(9) "content 1"
81 string(9) "content 2"
84 string(9) "content 1"
[all …]
H A DtextContent_edge_cases.phpt10 echo "document text content: ";
23 echo "text node text content: ";
25 echo "pi node text content: ";
31 echo "text node text content: ";
33 echo "pi node text content: ";
41 document text content: NULL
43 text node text content: string(4) "text"
44 pi node text content: string(5) "value"
45 text node text content: string(0) ""
46 pi node text content: string(0) ""
/PHP-8.4/ext/hash/tests/
H A Dhash_hmac_basic.phpt11 echo "gost: " . hash_hmac('gost', $content, $key) . "\n";
12 echo "haval128,3: " . hash_hmac('haval128,3', $content, $key) . "\n";
13 echo "md2: " . hash_hmac('md2', $content, $key) . "\n";
14 echo "md4: " . hash_hmac('md4', $content, $key) . "\n";
15 echo "md5: " . hash_hmac('md5', $content, $key) . "\n";
16 echo "ripemd128: " . hash_hmac('ripemd128', $content, $key) . "\n";
20 echo "sha1: " . hash_hmac('sha1', $content, $key) . "\n";
21 echo "sha256: " . hash_hmac('sha256', $content, $key) . "\n";
22 echo "sha384: " . hash_hmac('sha384', $content, $key) . "\n";
23 echo "sha512: " . hash_hmac('sha512', $content, $key) . "\n";
[all …]
/PHP-8.4/ext/standard/tests/strings/
H A Dget_meta_tags.phpt9 <meta name="author" content="name">
10 <meta name="keywords" content="php documentation">
11 <meta name="DESCRIPTION" content="a php manual">
12 <meta name="geo.position" content="49.33;-86.59">
19 <meta name="author" content="name">
21 <meta name="DESCRIPTION" content="a php manual">
25 <meta name="author" content="name1">
34 <meta name="author" content="name"
35 <meta name="keywords" content="php documentation">
43 <meta name="author" content="name"
[all …]
/PHP-8.4/ext/standard/tests/file/
H A Dftruncate_variation6-win32.phpt11 /* truncate the file to smaller size and display the content */
51 /* try to truncate it and display the file content */
292 File content after truncating file to 15 size : string(15) "line
301 File content after truncating file to 15 size : string(15) "line
310 File content after truncating file to 15 size : string(15) "line
319 File content after truncating file to 15 size : string(15) "line
328 File content after truncating file to 15 size : string(15) "line
337 File content after truncating file to 15 size : string(15) "line
346 File content after truncating file to 15 size : string(15) "line
355 File content after truncating file to 15 size : string(15) "line
[all …]
H A Dftruncate_variation6.phpt11 /* truncate the file to smaller size and display the content */
51 /* try to truncate it and display the file content */
292 File content after truncating file to 15 size : string(15) "line
301 File content after truncating file to 15 size : string(15) "line
310 File content after truncating file to 15 size : string(15) "line
319 File content after truncating file to 15 size : string(15) "line
328 File content after truncating file to 15 size : string(15) "line
337 File content after truncating file to 15 size : string(15) "line
346 File content after truncating file to 15 size : string(15) "line
355 File content after truncating file to 15 size : string(15) "line
[all …]
H A Dfgets_variation5.phpt56 -- File content type : numeric --
62 -- File content type : text --
83 -- File content type : numeric --
89 -- File content type : text --
116 -- File content type : text --
143 -- File content type : text --
170 -- File content type : text --
197 -- File content type : text --
224 -- File content type : text --
251 -- File content type : text --
[all …]
H A Dfread_variation1.phpt5 /* Read content less than file size &
104 -- Reading entire file content, expected : 1024 bytes --
119 -- Reading entire file content, expected : 1024 bytes --
134 -- Reading entire file content, expected : 1024 bytes --
149 -- Reading entire file content, expected : 1024 bytes --
164 -- Reading entire file content, expected : 1024 bytes --
179 -- Reading entire file content, expected : 1024 bytes --
194 -- Reading entire file content, expected : 1024 bytes --
209 -- Reading entire file content, expected : 1024 bytes --
224 -- Reading entire file content, expected : 1024 bytes --
[all …]
H A Dfgets_variation6-win32.phpt63 -- File content type : numeric --
71 -- File content type : text --
97 -- File content type : numeric --
105 -- File content type : text --
139 -- File content type : text --
173 -- File content type : text --
207 -- File content type : text --
241 -- File content type : text --
275 -- File content type : text --
309 -- File content type : text --
[all …]
H A Dfgets_variation6.phpt63 -- File content type : numeric --
71 -- File content type : text --
97 -- File content type : numeric --
105 -- File content type : text --
139 -- File content type : text --
173 -- File content type : text --
207 -- File content type : text --
241 -- File content type : text --
275 -- File content type : text --
309 -- File content type : text --
[all …]
H A Dfread_variation2.phpt103 -- Reading entire file content, expected : 0 bytes --
122 -- Reading entire file content, expected : 0 bytes --
141 -- Reading entire file content, expected : 0 bytes --
160 -- Reading entire file content, expected : 0 bytes --
179 -- Reading entire file content, expected : 0 bytes --
198 -- Reading entire file content, expected : 0 bytes --
217 -- Reading entire file content, expected : 0 bytes --
236 -- Reading entire file content, expected : 0 bytes --
255 -- Reading entire file content, expected : 0 bytes --
276 -- Reading entire file content, expected : 0 bytes --
[all …]
/PHP-8.4/ext/dom/tests/
H A DDOM4_ParentNode_prepend.phpt17 $dom->createElement('element', 'content'),
18 'content'
26 $dom->createElement('element', 'content'),
27 'content'
31 $firstMark->prepend('content');
37 content
39 content
49 content
H A DDOM4_ParentNode_append.phpt16 $dom->createElement('element', 'content'),
17 'content'
24 $dom->createElement('element', 'content'),
25 'content'
38 content
40 content
H A DDOM4_DOMNode_replaceWith.phpt14 $dom->createElement('element', 'content'),
15 'content'
22 content
24 content
/PHP-8.4/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php49 function xmlwriter_write_cdata(XMLWriter $writer, string $content): bool {} argument
51 function xmlwriter_text(XMLWriter $writer, string $content): bool {} argument
53 function xmlwriter_write_raw(XMLWriter $writer, string $content): bool {} argument
59 function xmlwriter_write_comment(XMLWriter $writer, string $content): bool {} argument
218 public function writePi(string $target, string $content): bool {} argument
236 public function writeCdata(string $content): bool {} argument
242 public function text(string $content): bool {} argument
248 public function writeRaw(string $content): bool {} argument
266 public function writeComment(string $content): bool {} argument
302 public function writeDtdElement(string $name, string $content): bool {} argument
[all …]
/PHP-8.4/Zend/tests/lazy_objects/rfc/
H A Drfc_example_004.phpt11 public string $content,
19 'content' => 'Content',
24 // Callable that retrieves the title and content from the database.
29 $blogPost->content = $data['content'];
43 var_dump($post->content);
54 ["content"]=>
66 ["content"]=>
H A Drfc_example_005.phpt11 public string $content,
19 'content' => 'Content',
24 // Callable that retrieves the title and content from the database.
28 return new BlogPost($blogPost->id, $data['title'], $data['content']);
42 var_dump($post->content);
53 ["content"]=>
67 ["content"]=>
/PHP-8.4/ext/dom/lexbor/lexbor/html/interfaces/
H A Dtemplate_element.c27 element->content = lxb_dom_document_fragment_interface_create(node->owner_document); in lxb_html_template_element_interface_create()
28 if (element->content == NULL) { in lxb_html_template_element_interface_create()
32 element->content->node.ns = LXB_NS_HTML; in lxb_html_template_element_interface_create()
33 element->content->host = lxb_dom_interface_element(element); in lxb_html_template_element_interface_create()
41 (void) lxb_dom_document_fragment_interface_destroy(template_element->content); in lxb_html_template_element_interface_destroy()
/PHP-8.4/ext/dom/
H A Dhtml5_serializer.c45 if (node->content) { in dom_html5_serialize_comment()
56 if (node->content) { in dom_html5_serialize_processing_instruction()
80 content += chunk_length; in dom_html5_escape_string()
81 if (*content == '\0') { in dom_html5_escape_string()
85 switch (*content) { in dom_html5_escape_string()
90 last_output = content + 1; in dom_html5_escape_string()
109 last_output = content + 1; in dom_html5_escape_string()
117 last_output = content + 1; in dom_html5_escape_string()
123 last_output = content + 1; in dom_html5_escape_string()
128 content++; in dom_html5_escape_string()
[all …]
/PHP-8.4/ext/standard/tests/file/windows_mb_path/
H A Dbug54028.phpt31 while (false !== ($content = $directory->read())) {
32 if ("." == $content || ".." == $content) continue;
34 printf("Returned (%s)\n", $content);
35 printf("Encoding: %s\n", mb_detect_encoding($content));
36 if ($content != get_basename_with_cp($prefix . $content, 65001, false)) {
H A Dutil_utf8.inc15 $content = "<?php
18 create_verify_file($prefix, "českýtestování.inc", $content);
22 $content = "that's my file with swedish filename
24 create_verify_file($prefix, $item, $content);
32 $content = "hallo
34 create_verify_file($prefix, "tschüß", $content);
61 $content = "reading file wihh multibyte filename
63 create_verify_file($prefix, $item, $content, $cp);
H A Dtest_readdir_mb_names.phpt20 $content = "";
21 create_verify_file($prefix, "českýtestování.inc", $content);
22 create_verify_file($prefix, "Röd_Statistics.txt", $content);
24 create_verify_file($prefix, "tschüß", $content);
28 create_verify_file($prefix, "テストマルチバイト・パス", $content);
29 create_verify_file($prefix, "測試多字節路徑", $content);
30 create_verify_file($prefix, "żółć.txt", $content);
/PHP-8.4/ext/zlib/tests/
H A Dreadgzfile_variation15.phpt33 echo "file content:";
43 echo "file content:";
53 echo "file content:";
61 echo "file content:";
71 echo "file content:";
83 file content:This is a file in dir2
84 file content:This is a file in dir1
85 file content:This is a file in dir1
86 file content:This is a file in working dir
87 file content:This is a file in script dir
/PHP-8.4/ext/simplexml/tests/
H A D022.phpt10 <pres><content><file glob="slide_*.xml"/></content></pres>
16 var_dump($sxe->content);
19 var_dump($sxe->content->file);
22 foreach($sxe->content->file as $file)
/PHP-8.4/tests/output/
H A Dob_start_basic_unerasable_001.phpt2 ob_start(): Ensure content of unerasable buffer can be accessed by ob_get_contents().
13 echo "This call will obtain the content:\n";
18 [callback:1]This call will obtain the content:
19 string(35) "This call will obtain the content:

Completed in 67 milliseconds

12345678910>>...13