Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/ext/standard/tests/file/
H A D007_variation23.phpt29 var_dump($file_handle); //Check for the content of handle
H A D007_variation7.phpt29 var_dump($file_handle); //Check for the content of handle
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 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 Dfread_variation4.phpt56 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
107 -- Testing fread() with file having content of type numeric --
262 -- Testing fread() with file having content of type text --
417 -- Testing fread() with file having content of type text_with_new_line --
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.4/ext/dba/tests/
H A Ddba_handler.inc11 dba_insert("key5", "The last content string", $db_file);
/PHP-7.4/ext/phar/tests/zip/
H A Dbug48791.phpt8 echo file_get_contents('phar://' . __DIR__ . '/files/test.odt/content.xml'), "\n";
13content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:nam…
/PHP-7.4/ext/xml/
H A Dcompat.c354 …er, const xmlChar *names, int type, const xmlChar *sys_id, const xmlChar *pub_id, xmlChar *content) in _external_entity_ref_handler() argument
393 parser->h_cdata(parser->user, ret->content, xmlStrlen(ret->content)); in _get_entity()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c134 char *content; member
642 if (client->request.content) { in sapi_cli_server_read_post()
645 memmove(buf, client->request.content + client->post_read_offset, nbytes_copied); in sapi_cli_server_read_post()
1404 req->content = NULL; in php_cli_server_request_ctor()
1430 if (req->content) { in php_cli_server_request_dtor()
1431 pefree(req->content, 1); in php_cli_server_request_dtor()
1787 if (!client->request.content) { in php_cli_server_client_read_request_on_body()
1788 client->request.content = pemalloc(parser->content_length, 1); in php_cli_server_client_read_request_on_body()
1791 …client->request.content = perealloc(client->request.content, client->request.content_len + length,… in php_cli_server_client_read_request_on_body()
1792 memmove(client->request.content + client->request.content_len, at, length); in php_cli_server_client_read_request_on_body()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c784 …(!attr->children || !attr->children->content || !attr->children->content[0] || !xmlStrcmp(attr->ch… in sxe_prop_dim_exists()
803 …(!node->children->content || !node->children->content[0] || !xmlStrcmp(node->children->content, (c… in sxe_prop_dim_exists()
1083 const xmlChar *cur = node->content; in sxe_prop_is_empty()
1204 const xmlChar *cur = node->content; in sxe_get_prop_hash()
1492 return_content = (char *)outbuf->buffer->content; in SXE_METHOD()
/PHP-7.4/sapi/fpm/tests/
H A Dstatus.inc50 throw new \Exception('Invalid content type ' . $type);
H A Dtester.inc1094 return (int) $this->error("PID content '$pidContent' is not integer");
1151 * @param string $content
1156 private function makeFile(string $extension, string $content = '', $dir = null, $name = null)
1159 file_put_contents($filePath, $content);
1433 * Print content of access log.
/PHP-7.4/docs/
H A Drelease-process.md67 * Create the pecl.php.net/foo package and its content, license, maintainer
177 * Add the content for the news entry. Be sure to include the text:
290 Usually we use the same content as for point 6, but included in php template
323 * Add the content for the news entry.
361 * Add the content for the news entry.
/PHP-7.4/ext/soap/
H A Dsoap.c3465 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3507 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3591 if (strcmp((char*)attr->children->content,SOAP_1_1_ACTOR_NEXT) != 0 &&
3592 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3604 strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_NEXT) != 0 &&
3605 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3612 if (strcmp((char*)attr->children->content,"1") == 0 ||
3613 strcmp((char*)attr->children->content,"true") == 0) {
3615 } else if (strcmp((char*)attr->children->content,"0") == 0 ||
3616 strcmp((char*)attr->children->content,"false") == 0) {
[all …]
/PHP-7.4/ext/dom/
H A Ddom_iterators.c72 ret->content = NULL; in create_notation()
/PHP-7.4/ext/ldap/tests/
H A DREADME.md13 * Create a `Vagrantfile` with the following content.
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in202 ; content length - the content length of the request (only with POST);
226 ; content length: 0
283 ; %l: content-length of the request (for POST request only)
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt33 // create the file and add the content with has csv fields

Completed in 70 milliseconds

1234567891011