Home
last modified time | relevance | path

Searched refs:content (Results 26 – 50 of 270) sorted by relevance

1234567891011

/PHP-7.4/ext/soap/
H A Dphp_schema.c118 …(ns != NULL && (new_tns == NULL || xmlStrcmp(ns->children->content, new_tns->children->content) !=… in schema_load_file()
132 } else if (tns != NULL && xmlStrcmp(tns->children->content, new_tns->children->content) != 0) { in schema_load_file()
236 if (ns != NULL && tns != NULL && xmlStrcmp(ns->children->content, tns->children->content) == 0) { in load_schema()
367 create_encoder(sdl, cur_type, ns->children->content, name->children->content); in schema_simpleType()
1021 newModel->u.content = emalloc(sizeof(HashTable)); in schema_all()
1414 create_encoder(sdl, cur_type, ns->children->content, name->children->content); in schema_complexType()
2216 ZEND_HASH_FOREACH_PTR(model->u.content, tmp) { in schema_content_model_fixup()
2330 zend_hash_destroy(tmp->u.content); in delete_model()
2331 efree(tmp->u.content); in delete_model()
2351 zend_hash_destroy(tmp->u.content); in delete_model_persistent_int()
[all …]
H A Dphp_encoding.c308 id = (char*)attr->children->content; in soap_check_zval_ref()
665 …lBufferPtr in = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content)… in to_zval_string()
698 …lBufferPtr in = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content)… in to_zval_stringr()
731 …lBufferPtr in = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content)… in to_zval_stringc()
765 str = php_base64_decode(data->children->content, strlen((char*)data->children->content)); in to_zval_base64()
771 str = php_base64_decode(data->children->content, strlen((char*)data->children->content)); in to_zval_base64()
802 c = data->children->content[j++]; in to_zval_hexbin()
812 c = data->children->content[j++]; in to_zval_hexbin()
2471 attr->children->content) { in to_zval_array()
3298 id = href->children->content+1; in check_and_resolve_href()
[all …]
/PHP-7.4/ext/dom/
H A Dentity.c98 char *content; in dom_entity_notation_name_read() local
108 content = (char *) xmlNodeGetContent((xmlNodePtr) nodep); in dom_entity_notation_name_read()
109 ZVAL_STRING(retval, content); in dom_entity_notation_name_read()
110 xmlFree(content); in dom_entity_notation_name_read()
H A Dprocessinginstruction.c112 xmlChar *content; in dom_processinginstruction_data_read() local
121 if ((content = xmlNodeGetContent(nodep)) != NULL) { in dom_processinginstruction_data_read()
122 ZVAL_STRING(retval, (char *) content); in dom_processinginstruction_data_read()
123 xmlFree(content); in dom_processinginstruction_data_read()
H A Dcharacterdata.c80 xmlChar *content; in dom_characterdata_data_read() local
87 if ((content = xmlNodeGetContent(nodep)) != NULL) { in dom_characterdata_data_read()
88 ZVAL_STRING(retval, (char *) content); in dom_characterdata_data_read()
89 xmlFree(content); in dom_characterdata_data_read()
128 xmlChar *content; in dom_characterdata_length_read() local
136 content = xmlNodeGetContent(nodep); in dom_characterdata_length_read()
138 if (content) { in dom_characterdata_length_read()
139 length = xmlUTF8Strlen(content); in dom_characterdata_length_read()
140 xmlFree(content); in dom_characterdata_length_read()
H A Dattr.c135 xmlChar *content; in dom_attr_value_read() local
142 if ((content = xmlNodeGetContent((xmlNodePtr) attrp)) != NULL) { in dom_attr_value_read()
143 ZVAL_STRING(retval, (char *) content); in dom_attr_value_read()
144 xmlFree(content); in dom_attr_value_read()
/PHP-7.4/tests/output/
H A Dob_start_basic_unerasable_003.phpt13 echo "This call will obtain the content, but will not clean the buffer.";
18 [callback:1]This call will obtain the content, but will not clean the buffer.
22 string(65) "This call will obtain the content, but will not clean the buffer."
H A Dob_start_basic_unerasable_004.phpt13 echo "This call will obtain the content, but will not flush the buffer.";
18 [callback:1]This call will obtain the content, but will not flush the buffer.
22 string(65) "This call will obtain the content, but will not flush the buffer."
/PHP-7.4/ext/openssl/tests/
H A Dbug74720_1.phpt2 Bug #74720 pkcs7_en/decrypt does not work if \x1a is used in content, variant 1
62 $content = "A simple \x1a test.";
63 file_put_contents($tmpPath, $content);
76 var_dump(strpos(file_get_contents($outPath), $content) !== false);
/PHP-7.4/ext/zip/tests/
H A Dbug7658.phpt19 "content.xml",
36 $zip->deleteName('content.xml');
37 $zip->addFile($dirname . "bug7658.xml","content.xml");
/PHP-7.4/ext/fileinfo/tests/
H A Dbug78987.phpt24 $content = str_repeat('0', $size);
26 $finfo->buffer($content);
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite5.phar16 foreach ($arr as $name => $content) {
17 echo $name, " ", $content;
H A Dwrite5.phar.inc22 foreach ($arr as $name => $content) {
23 echo $name, " ", $content;
H A Dwrite6.phar17 foreach ($arr as $name => $content) {
18 echo $name, " ", $content;
H A Dwrite6.phar.inc23 foreach ($arr as $name => $content) {
24 echo $name, " ", $content;
/PHP-7.4/ext/standard/tests/network/
H A Dbug20134.phpt17 $content = fread($fp, 40);
18 var_dump($content);
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation23.phpt12 echo "*** Testing fgetcsv() : reading from file which is having zero content ***\n";
14 // try reading from file which is having zero content
39 *** Testing fgetcsv() : reading from file which is having zero content ***
H A Dfwrite_variation4-win32.phpt27 File having content of type numeric, text,text_with_new_line & alphanumeric
35 echo "\n-- Testing fwrite() with file having content of type ". $file_content_type ." --\n";
53 filesize & by displaying the content */
60 //check the filesize and content
61 // close the file, get the size and content of the file.
76 -- Testing fwrite() with file having content of type numeric --
126 -- Testing fwrite() with file having content of type text --
176 -- Testing fwrite() with file having content of type text_with_new_line --
226 -- Testing fwrite() with file having content of type alphanumeric --
H A Dfwrite_variation4.phpt27 File having content of type numeric, text,text_with_new_line & alphanumeric
35 echo "\n-- Testing fwrite() with file having content of type ". $file_content_type ." --\n";
53 filesize & by displaying the content */
60 //check the filesize and content
61 // close the file, get the size and content of the file.
76 -- Testing fwrite() with file having content of type numeric --
126 -- Testing fwrite() with file having content of type text --
176 -- Testing fwrite() with file having content of type text_with_new_line --
226 -- Testing fwrite() with file having content of type alphanumeric --
/PHP-7.4/ext/xmlwriter/tests/
H A D006.phpt15 xmlwriter_write_element_ns($xw, 'foo', 'bar', 'urn:foo', 'dummy content');
25 <!DOCTYPE foo SYSTEM "urn:bar"><foo><foo:bar xmlns:foo="urn:foo">dummy content</foo:bar></foo>
H A DOO_006.phpt16 $xw->writeElementNS('foo', 'bar', 'urn:foo', 'dummy content');
26 <!DOCTYPE foo SYSTEM "urn:bar"><foo><foo:bar xmlns:foo="urn:foo">dummy content</foo:bar></foo>
/PHP-7.4/ext/dom/tests/
H A DDOMNode_C14NFile_basic.phpt28 $content = file_get_contents($output);
29 var_dump($content);
H A DDOMDocument_validate_external_dtd.phpt12 … xml: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.xml?view=co&content-type=text%2Fplain
13 … dtd: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.ent?view=co&content-type=text%2Fplain
H A Dbug35673.phpt7 $html = '<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
18 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
/PHP-7.4/ext/phar/tests/
H A Dbug53872.phpt26 content of first.txt
27 content of third.txt

Completed in 56 milliseconds

1234567891011