Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 256) sorted by last modified time

1234567891011

/PHP-5.5/win32/build/
H A Dconfutils.js1697 var content;
2105 var content = file_get_contents(srcname);
2112 content = content.replace(re, rep);
2116 f.Write(content);
H A Dphpize.js.in53 function Module_Item(module_name, config_path, dir_line, deps, content) argument
59 this.content = content;
126 return item.dir_line + item.content;
H A Dbuildconf.js40 function Module_Item(module_name, config_path, dir_line, deps, content) argument
46 this.content = content;
131 return item.dir_line + item.content;
/PHP-5.5/win32/
H A Dinstall.txt468 In order to use index.php as a default content page, do the following:
686 Note: If you want to use content negotiation, read related FAQ.
1458 16. Is it possible to use Apache content negotiation (MultiViews
1780 16. Is it possible to use Apache content negotiation (MultiViews
1785 extension and you want to use content negotiation to choose PHP files
/PHP-5.5/tests/output/
H A Dob_start_basic_unerasable_001.phpt2 ob_start(): Ensure content of unerasable buffer can be accessed by ob_get_contents().
13 echo "This call will obtain the content:\n";
19 [callback:1]This call will obtain the content:
20 string(35) "This call will obtain the content:
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."
H A Dob_flush_basic_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
H A Dob_flush_error_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
/PHP-5.5/tests/basic/
H A D026.phpt2 Registration of HTTP_RAW_POST_DATA due to unknown content-type
/PHP-5.5/sapi/tests/
H A Dtest007.phpt2 Multipart Form POST Data, incorrect content length
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in318 ; content length - the content length of the request (only with POST);
342 ; content length: 0
399 ; %l: content-length of the request (for POST request only)
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c137 char *content; member
697 if (client->request.content) { in sapi_cli_server_read_post()
1425 req->content = NULL; in php_cli_server_request_ctor()
1451 if (req->content) { in php_cli_server_request_dtor()
1452 pefree(req->content, 1); in php_cli_server_request_dtor()
1724 if (!client->request.content) { in php_cli_server_client_read_request_on_body()
1725 client->request.content = pemalloc(parser->content_length, 1); in php_cli_server_client_read_request_on_body()
1726 if (!client->request.content) { in php_cli_server_client_read_request_on_body()
1731 …client->request.content = perealloc(client->request.content, client->request.content_len + length,… in php_cli_server_client_read_request_on_body()
1732 memmove(client->request.content + client->request.content_len, at, length); in php_cli_server_client_read_request_on_body()
[all …]
/PHP-5.5/sapi/apache2filter/
H A DREADME7 In Apache 2.0, you have handlers which generate content (like
8 reading a script from disk). The content goes then through
/PHP-5.5/sapi/apache2handler/
H A DREADME7 In Apache 2.0, you have handlers which generate content (like
8 reading a script from disk). The content goes then through
/PHP-5.5/
H A Dphp.ini-development1747 ; This directive specifies the regex pattern of content types for which mb_output_handler()
1789 ; WARNING: Do not use this option if you are generating non-html content
H A Dphp.ini-production1747 ; This directive specifies the regex pattern of content types for which mb_output_handler()
1789 ; WARNING: Do not use this option if you are generating non-html content
/PHP-5.5/ext/zlib/tests/
H A Dreadgzfile_variation15.phpt37 echo "file content:";
47 echo "file content:";
57 echo "file content:";
65 echo "file content:";
75 echo "file content:";
88 file content:This is a file in dir2
89 file content:This is a file in dir1
90 file content:This is a file in dir1
91 file content:This is a file in working dir
92 file content:This is a file in script dir
/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/zip/
H A Dphp_zip.c2660 ZEND_ARG_INFO(0, content)
/PHP-5.5/ext/zip/examples/
H A Dfopen.php20 $content = ''; variable
/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/xmlwriter/
H A Dphp_xmlwriter.c230 ZEND_ARG_INFO(0, content)
237 ZEND_ARG_INFO(0, content)
276 ZEND_ARG_INFO(0, content)
281 ZEND_ARG_INFO(0, content)
936 char *name, *content; in PHP_FUNCTION() local
1121 if (!content) { in PHP_FUNCTION()
1176 if (!content) { in PHP_FUNCTION()
1220 char *name, *content; in PHP_FUNCTION() local
1540 char *name, *content; in PHP_FUNCTION() local
1600 char *name, *content; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/xml/
H A Dcompat.c363 …er, const xmlChar *names, int type, const xmlChar *sys_id, const xmlChar *pub_id, xmlChar *content) in _external_entity_ref_handler() argument
399 parser->h_cdata(parser->user, ret->content, xmlStrlen(ret->content)); in _get_entity()
595 memcpy(start, parser->parser->input->buf->buffer->content, (size_t)char_count); in XML_Parse()

Completed in 239 milliseconds

1234567891011