Home
last modified time | relevance | path

Searched refs:request (Results 176 – 200 of 210) sorted by relevance

123456789

/PHP-7.3/ext/pdo/
H A DREADME47 When the database handle is closed or destroyed (or at request end for
/PHP-7.3/ext/standard/tests/http/
H A Dignore_errors.phpt71 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: HTTP request failed! HTTP/1.…
/PHP-7.3/ext/sockets/tests/
H A Dsocket_strerror.phpt77 string(26) "Invalid request descriptor"
80 string(20) "Invalid request code"
/PHP-7.3/Zend/
H A Dzend_string.c324 ZEND_API void zend_interned_strings_switch_storage(zend_bool request) in zend_interned_strings_switch_storage() argument
326 if (request) { in zend_interned_strings_switch_storage()
H A Dzend_string.h43 ZEND_API void zend_interned_strings_switch_storage(zend_bool request);
/PHP-7.3/
H A DREADME.TESTING288 this section is used to build the url used in an HTTP request. Valid values
290 SCRIPT_NAME The initial part of the request url
291 PATH_INFO The pathinfo part of a request url
302 in an HTTP request, such as content type for multipart posts, cookies, etc.
312 received back from a request, and is checked in addition to the
H A DREADME.SUBMITTING_PATCH45 The preferred way to propose PHP patch is sending pull request from
48 Fork the official PHP repository and send a pull request. A
49 notification will be sent to the pull request mailing list. Sending a
H A DCONTRIBUTING.md26 If your pull request exhibits conflicts with the base branch, please resolve them
H A DREADME.MAILINGLIST_RULES45 into the request.
H A Dphp.ini-development326 ; If enabled, the request will be allowed to complete even if the user aborts
327 ; the request. Consider enabling it if executing long requests, which may end up
382 ; Maximum amount of time each script may spend parsing request data. It's a good
648 ; http://php.net/request-order
774 ; every request. PHP's default behavior is to disable this feature.
799 ; security context that the request runs under. mod_fastcgi under Apache
841 ; Maximum number of files that can be uploaded via a single request
1394 ; Initialize session on request startup.
1427 ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
1436 ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
[all …]
H A Dphp.ini-production326 ; If enabled, the request will be allowed to complete even if the user aborts
327 ; the request. Consider enabling it if executing long requests, which may end up
382 ; Maximum amount of time each script may spend parsing request data. It's a good
650 ; http://php.net/request-order
776 ; every request. PHP's default behavior is to disable this feature.
801 ; security context that the request runs under. mod_fastcgi under Apache
843 ; Maximum number of files that can be uploaded via a single request
1396 ; Initialize session on request startup.
1429 ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
1438 ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
[all …]
H A DREADME.STREAMS219 can_cast tells you if the stream can be forced into the form you request.
278 of a request (it uses pemalloc),
/PHP-7.3/ext/soap/
H A Dsoap.c353 ZEND_ARG_INFO(0, request)
2506 xmlDocDumpMemory(request, (xmlChar**)&buf, &buf_size);
2593 xmlDocPtr request = NULL; local
2682 ret = do_request(this_ptr, request, location, NULL, soap_version, one_way, &response);
2685 xmlFreeDoc(request);
2686 request = NULL;
2730 xmlFreeDoc(request);
2731 request = NULL;
2782 if (request) {
2783 xmlFreeDoc(request);
[all …]
/PHP-7.3/sapi/cgi/
H A DREADME.FastCGI133 page request at a time. Value 0 means that PHP willnot start additional
143 too many PHP pages be generated concurrently will mean that each request will
/PHP-7.3/ext/oci8/tests/
H A Dextauth_02.phpt6 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
H A Dextauth_03.phpt6 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
H A Dconn_attr_4.phpt7 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
H A Dextauth_01.phpt8 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
H A Dbug43497.phpt7 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
/PHP-7.3/ext/iconv/tests/
H A Diconv_mime_decode_variation3.phpt22 // Some of the parameters actually passed to charset will request to use
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_ps.c37 …qlnd_stmt_execute_generate_request(MYSQLND_STMT * const s, zend_uchar ** request, size_t *request_…
38 …tmt_execute_batch_generate_request(MYSQLND_STMT * const s, zend_uchar ** request, size_t *request_…
630 zend_uchar *request = NULL; in MYSQLND_METHOD() local
718 ret = s->m->generate_execute_request(s, &request, &request_len, &free_request); in MYSQLND_METHOD()
720 const MYSQLND_CSTRING payload = {(const char*) request, request_len}; in MYSQLND_METHOD()
728 mnd_efree(request); in MYSQLND_METHOD()
H A Dmysqlnd_ps_codec.c942 mysqlnd_stmt_execute_generate_request(MYSQLND_STMT * const s, zend_uchar ** request, size_t *reques… in mysqlnd_stmt_execute_generate_request() argument
971 *request = cmd_buffer; in mysqlnd_stmt_execute_generate_request()
/PHP-7.3/ext/standard/tests/file/
H A Dfread_basic.phpt77 $data_from_file=fread($file_handle, 1030);// request for 6 bytes more than its size
89 $data_from_file=fread($file_handle, 1000);// request for 24 bytes less than its size
/PHP-7.3/ext/pgsql/
H A DREADME98 server. This function is useful when user request time consuming query
/PHP-7.3/ext/opcache/
H A DREADME123 once per request. "0" means always validate)

Completed in 85 milliseconds

123456789