Home
last modified time | relevance | path

Searched refs:content (Results 176 – 200 of 279) sorted by relevance

12345678910>>...12

/PHP-7.2/ext/soap/
H A Dphp_sdl.h172 HashTable *content; /* array of sdlContentModel for sequnce,all,choice*/ member
H A DTODO81 ? full support for content model encoding/decoding
H A Dsoap.c3454 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3496 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3580 if (strcmp((char*)attr->children->content,SOAP_1_1_ACTOR_NEXT) != 0 &&
3581 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3593 strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_NEXT) != 0 &&
3594 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3601 if (strcmp((char*)attr->children->content,"1") == 0 ||
3602 strcmp((char*)attr->children->content,"true") == 0) {
3604 } else if (strcmp((char*)attr->children->content,"0") == 0 ||
3605 strcmp((char*)attr->children->content,"false") == 0) {
[all …]
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c135 char *content; member
583 if (client->request.content) { in sapi_cli_server_read_post()
586 memmove(buf, client->request.content + client->post_read_offset, nbytes_copied); in sapi_cli_server_read_post()
1316 req->content = NULL; in php_cli_server_request_ctor()
1342 if (req->content) { in php_cli_server_request_dtor()
1343 pefree(req->content, 1); in php_cli_server_request_dtor()
1675 if (!client->request.content) { in php_cli_server_client_read_request_on_body()
1676 client->request.content = pemalloc(parser->content_length, 1); in php_cli_server_client_read_request_on_body()
1679 …client->request.content = perealloc(client->request.content, client->request.content_len + length,… in php_cli_server_client_read_request_on_body()
1680 memmove(client->request.content + client->request.content_len, at, length); in php_cli_server_client_read_request_on_body()
/PHP-7.2/ext/dba/tests/
H A Ddba_handler.inc11 dba_insert("key5", "The last content string", $db_file);
/PHP-7.2/ext/phar/tests/zip/
H A Dbug48791.phpt9 echo file_get_contents('phar://' . dirname(__FILE__) . '/files/test.odt/content.xml'), "\n";
14content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:nam…
/PHP-7.2/
H A DREADME.RELEASE_PROCESS49 - create the pecl.php.net/foo package and its content, license, maintainer
136 b. Add the content for the news entry. Be sure to include the text:
240 Usually we use the same content as for point 6, but included in php template
275 b. Add the content for the news entry
318 b. Add the content for the news entry
/PHP-7.2/ext/standard/tests/file/
H A Dfread_variation3-win32-mb.phpt62 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
115 -- Testing fread() with file having content of type numeric --
243 -- Testing fread() with file having content of type text --
371 -- Testing fread() with file having content of type text_with_new_line --
H A Dfread_variation3-win32.phpt62 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
115 -- Testing fread() with file having content of type numeric --
243 -- Testing fread() with file having content of type text --
371 -- Testing fread() with file having content of type text_with_new_line --
H A Dfread_variation3.phpt62 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
115 -- Testing fread() with file having content of type numeric --
243 -- Testing fread() with file having content of type text --
371 -- Testing fread() with file having content of type text_with_new_line --
H A Dfread_variation4-win32.phpt62 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
113 -- Testing fread() with file having content of type numeric --
232 -- Testing fread() with file having content of type text --
351 -- Testing fread() with file having content of type text_with_new_line --
H A Dfread_variation4.phpt62 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
113 -- Testing fread() with file having content of type numeric --
232 -- Testing fread() with file having content of type text --
351 -- Testing fread() with file having content of type text_with_new_line --
H A Dfile_variation.phpt44 // Loop through file content array
H A Dfgetcsv_variation21.phpt27 // create the file and add the content with has csv fields
H A Dfgetcsv_variation14.phpt25 // create the file and add the content with has csv fields
H A Dfgetcsv_variation13.phpt25 // create the file and add the content with has csv fields
H A Dfgetcsv_variation20.phpt27 // create the file and add the content with has csv fields
H A Dfputcsv_variation10.phpt38 // create the file and add the content with has csv fields
/PHP-7.2/sapi/fpm/tests/
H A Dtester.inc876 return (int) $this->error("PID content '$pidContent' is not integer");
933 * @param string $content
938 private function makeFile(string $extension, string $content = '', $dir = null, $name = null)
941 file_put_contents($filePath, $content);
1181 * Print content of access log.
H A Dstatus.inc50 throw new \Exception('Invalid content type ' . $type);
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c785 …(!attr->children || !attr->children->content || !attr->children->content[0] || !xmlStrcmp(attr->ch… in sxe_prop_dim_exists()
804 …(!node->children->content || !node->children->content[0] || !xmlStrcmp(node->children->content, (c… in sxe_prop_dim_exists()
1078 const xmlChar *cur = node->content; in sxe_prop_is_empty()
1201 const xmlChar *cur = node->content; in sxe_get_prop_hash()
1487 return_content = (char *)outbuf->buffer->content; in SXE_METHOD()
/PHP-7.2/ext/ldap/tests/
H A DREADME13 * Create a Vagrant-file with the following content.
/PHP-7.2/ext/dom/
H A Ddom_iterators.c74 ret->content = NULL; in create_notation()
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in201 ; content length - the content length of the request (only with POST);
225 ; content length: 0
282 ; %l: content-length of the request (for POST request only)
/PHP-7.2/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt33 // create the file and add the content with has csv fields

Completed in 62 milliseconds

12345678910>>...12