Home
last modified time | relevance | path

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

1234567891011

/PHP-5.5/ext/zip/tests/
H A Dbug7658.phpt20 "content.xml",
37 $zip->deleteName('content.xml');
38 $zip->addFile($dirname . "bug7658.xml","content.xml");
/PHP-5.5/ext/dom/
H A Dprocessinginstruction.c125 xmlChar *content; in dom_processinginstruction_data_read() local
137 if ((content = xmlNodeGetContent(nodep)) != NULL) { in dom_processinginstruction_data_read()
138 ZVAL_STRING(*retval, content, 1); in dom_processinginstruction_data_read()
139 xmlFree(content); in dom_processinginstruction_data_read()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c320 id = (char*)attr->children->content; in soap_check_zval_ref()
697 …lBufferPtr in = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content)… in to_zval_string()
731 …lBufferPtr in = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content)… in to_zval_stringr()
765 …lBufferPtr in = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content)… in to_zval_stringc()
801 …str = (char*)php_base64_decode(data->children->content, strlen((char*)data->children->content), &s… in to_zval_base64()
807 …str = (char*)php_base64_decode(data->children->content, strlen((char*)data->children->content), &s… in to_zval_base64()
840 c = data->children->content[j++]; in to_zval_hexbin()
850 c = data->children->content[j++]; in to_zval_hexbin()
2605 attr->children->content) { in to_zval_array()
3446 id = href->children->content+1; in check_and_resolve_href()
[all …]
H A Dphp_sdl.c219 attr->children && attr->children->content && in is_wsdl_element()
463 ctype = (char*)tmp->children->content; in wsdl_soap_binding_header()
482 h->name = estrdup((char*)tmp->children->content); in wsdl_soap_binding_header()
493 h->ns = estrdup((char*)tmp->children->content); in wsdl_soap_binding_header()
586 char *parts = (char*)tmp->children->content; in wsdl_soap_binding_body()
894 ctype = (char*)type->children->content; in load_wsdl()
1299 model->u.content = emalloc(sizeof(HashTable)); in sdl_deserialize_model()
1889 zend_hash_move_forward(model->u.content); in sdl_serialize_model()
2688 pmodel->u.content = malloc(sizeof(HashTable)); in make_persistent_sdl_model()
2689 …zend_hash_init(pmodel->u.content, zend_hash_num_elements(model->u.content), NULL, delete_model_per… in make_persistent_sdl_model()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfwrite_variation1-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";
41 // create the temp file with content of type $file_content_type
55 filesize & by displaying the content */
69 // ensure that file content/size didn't change.
84 -- Testing fwrite() with file having content of type numeric --
122 -- Testing fwrite() with file having content of type text --
160 -- Testing fwrite() with file having content of type text_with_new_line --
198 -- Testing fwrite() with file having content of type alphanumeric --
H A Dfwrite_variation1.phpt27 File having content of type numeric, text,text_with_new_line & alphanumeric
34 echo "\n-- Testing fwrite() with file having content of type ". $file_content_type ." --\n";
40 // create the temp file with content of type $file_content_type
54 filesize & by displaying the content */
68 // ensure that file content/size didn't change.
82 -- Testing fwrite() with file having content of type numeric --
120 -- Testing fwrite() with file having content of type text --
158 -- Testing fwrite() with file having content of type text_with_new_line --
196 -- Testing fwrite() with file having content of type alphanumeric --
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 --
H A Dfwrite_variation3-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";
41 // create temp file and fill it content of type $file_content_type
55 filesize & by displaying the content */
69 /* check the filesize and display file content */
70 // close the file, get the size and content of the file.
85 -- Testing fwrite() with file having content of type numeric --
159 -- Testing fwrite() with file having content of type text --
233 -- Testing fwrite() with file having content of type text_with_new_line --
307 -- Testing fwrite() with file having content of type alphanumeric --
H A Dfwrite_variation3.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";
41 // create temp file and fill it content of type $file_content_type
55 filesize & by displaying the content */
70 /* check the filesize and display file content */
71 // close the file, get the size and content of the file.
86 -- Testing fwrite() with file having content of type numeric --
160 -- Testing fwrite() with file having content of type text --
234 -- Testing fwrite() with file having content of type text_with_new_line --
308 -- Testing fwrite() with file having content of type alphanumeric --
H A Dbug39538.phpt5 $content = array("\"\nthis is an test\", \"next data\", \"p\narsed\"","\"\r\nthis is an test\", \"n…
9 foreach ($content as $v) {
/PHP-5.5/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-5.5/ext/standard/tests/network/
H A Dbug20134.phpt17 $content = fread($fp, 40);
18 var_dump($content);
/PHP-5.5/ext/xmlwriter/tests/
H A D006.phpt16 xmlwriter_write_element_ns($xw, 'foo', 'bar', 'urn:foo', 'dummy content');
26 <!DOCTYPE foo SYSTEM "urn:bar"><foo><foo:bar xmlns:foo="urn:foo">dummy content</foo:bar></foo>
H A DOO_006.phpt17 $xw->writeElementNS('foo', 'bar', 'urn:foo', 'dummy content');
27 <!DOCTYPE foo SYSTEM "urn:bar"><foo><foo:bar xmlns:foo="urn:foo">dummy content</foo:bar></foo>
/PHP-5.5/ext/dom/tests/
H A DDOMNode_C14NFile_basic.phpt28 $content = file_get_contents($output);
29 var_dump($content);
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">
H A DDOMDocument_load_error5.phpt4 This test verifies the method detects extra content at the end of the document
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_loadXML_error5.phpt4 This test verifies the method detects extra content at the end of the document
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
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
/PHP-5.5/ext/phar/tests/
H A Dbug53872.phpt26 content of first.txt
27 content of third.txt

Completed in 65 milliseconds

1234567891011