/php-src/ext/dom/tests/modern/spec/ |
H A D | Document_getElementsByTagNameNS.phpt | 55 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 D | textContent_edge_cases.phpt | 10 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-src/ext/hash/tests/ |
H A D | hash_hmac_basic.phpt | 11 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-src/ext/standard/tests/strings/ |
H A D | get_meta_tags.phpt | 9 <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-src/ext/standard/tests/file/ |
H A D | ftruncate_variation6-win32.phpt | 11 /* 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 D | ftruncate_variation6.phpt | 11 /* 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 D | fgets_variation5.phpt | 56 -- 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 D | fread_variation1.phpt | 5 /* 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 D | fgets_variation6-win32.phpt | 63 -- 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 D | fgets_variation6.phpt | 63 -- 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 D | fread_variation2.phpt | 103 -- 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-src/ext/dom/tests/ |
H A D | DOM4_ParentNode_prepend.phpt | 17 $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 D | DOM4_ParentNode_append.phpt | 16 $dom->createElement('element', 'content'), 17 'content' 24 $dom->createElement('element', 'content'), 25 'content' 38 content 40 content
|
H A D | DOM4_DOMNode_replaceWith.phpt | 14 $dom->createElement('element', 'content'), 15 'content' 22 content 24 content
|
/php-src/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 49 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-src/Zend/tests/lazy_objects/rfc/ |
H A D | rfc_example_004.phpt | 11 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 D | rfc_example_005.phpt | 11 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-src/ext/dom/lexbor/lexbor/html/interfaces/ |
H A D | template_element.c | 27 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-src/ext/dom/ |
H A D | html5_serializer.c | 45 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-src/ext/standard/tests/file/windows_mb_path/ |
H A D | bug54028.phpt | 31 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 D | util_utf8.inc | 15 $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 D | test_readdir_mb_names.phpt | 20 $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-src/ext/zlib/tests/ |
H A D | readgzfile_variation15.phpt | 33 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-src/ext/simplexml/tests/ |
H A D | 022.phpt | 10 <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-src/tests/output/ |
H A D | ob_start_basic_unerasable_001.phpt | 2 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:
|