Home
last modified time | relevance | path

Searched refs:header (Results 176 – 200 of 235) sorted by relevance

12345678910

/PHP-7.0/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt11 * Description: Decodes multiple mime header fields
/PHP-7.0/ext/standard/tests/file/
H A Dfgets_variation1.phpt14 // include the header for common test function
/PHP-7.0/TSRM/
H A Dtsrm.m467 …AC_MSG_ERROR([Sorry[,] I was unable to locate the State Threads header file. Please specify the p…
/PHP-7.0/ext/soap/
H A Dphp_sdl.c45 static void delete_header(zval *header);
232 zval *header = NULL; in sdl_set_uri_credentials() local
287 s = strstr(Z_STRVAL_P(header), "Authorization: Basic"); in sdl_set_uri_credentials()
295 memcpy(Z_STRVAL(new_header), Z_STRVAL_P(header), s - Z_STRVAL_P(header)); in sdl_set_uri_credentials()
296 …emcpy(Z_STRVAL(new_header) + (s - Z_STRVAL_P(header)), rest, Z_STRLEN_P(header) - (rest - Z_STRVAL… in sdl_set_uri_credentials()
297 ZVAL_COPY(&ctx->old_header, header); in sdl_set_uri_credentials()
452 tmp = get_attribute(header->properties, "message"); in wsdl_soap_binding_header()
467 tmp = get_attribute(header->properties, "part"); in wsdl_soap_binding_header()
480 tmp = get_attribute(header->properties, "use"); in wsdl_soap_binding_header()
487 tmp = get_attribute(header->properties, "namespace"); in wsdl_soap_binding_header()
[all …]
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt202 Warning: mysqli_reap_async_query(): Error reading result set's header in %s on line %d
208 Warning: mysqli_reap_async_query(): Error reading result set's header in %s on line %d
H A Dmysqli_no_reconnect.phpt93 Warning: mysqli_query(): Error reading result set's header in %d on line %d
/PHP-7.0/
H A DREADME.SELF-CONTAINED-EXTENSIONS68 (and any arbitrary amount of header files, but that is not
164 2. The following should be defined in one of the extension header files
/PHP-7.0/ext/standard/
H A Dinfo.c1152 PHPAPI void php_info_print_table_colspan_header(int num_cols, char *header) /* {{{ */ in php_info_print_table_colspan_header() argument
1157 php_info_printf("<tr class=\"h\"><th colspan=\"%d\">%s</th></tr>\n", num_cols, header ); in php_info_print_table_colspan_header()
1159 spaces = (int)(74 - strlen(header)); in php_info_print_table_colspan_header()
1160 php_info_printf("%*s%s%*s\n", (int)(spaces/2), " ", header, (int)(spaces/2), " "); in php_info_print_table_colspan_header()
/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c346 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers()
1470 p = strchr( h->header, ':' ); in PHP_FUNCTION()
1471 len = p - h->header; in PHP_FUNCTION()
1473 memmove( headerBuf, h->header, len ); in PHP_FUNCTION()
/PHP-7.0/ext/oci8/
H A Dconfig.m482 dnl OCI8_INIT_DTRACE(providerdesc, header-file, sources)
97 dnl header-file
371 AC_MSG_CHECKING([Oracle Instant Client SDK header directory])
395 AC_MSG_ERROR([Oracle Instant Client SDK header files not found])
/PHP-7.0/ext/com_dotnet/
H A DREADME70 * dotnet support requires that you have the mscoree.h header from the .net sdk
/PHP-7.0/main/
H A DSAPI.h54 char *header; member
/PHP-7.0/ext/standard/tests/serialize/
H A D005.phpt126 // Now we have __autoload(), that will be called before the old style header.
/PHP-7.0/ext/curl/
H A Dinterface.c1734 if (ch->header.str) { in curl_debug()
1735 zend_string_release(ch->header.str); in curl_debug()
2989 if (ch->header.str) { in _php_curl_cleanup_handle()
2990 zend_string_release(ch->header.str); in _php_curl_cleanup_handle()
2991 ch->header.str = NULL; in _php_curl_cleanup_handle()
3181 if (ch->header.str) { in PHP_FUNCTION()
3182 CAASTR("request_header", ch->header.str); in PHP_FUNCTION()
3187 if (ch->header.str) { in PHP_FUNCTION()
3188 RETURN_STR_COPY(ch->header.str); in PHP_FUNCTION()
3377 if (ch->header.str) { in _php_curl_close_ex()
[all …]
/PHP-7.0/ext/pcre/pcrelib/
H A DREADME68 The header file for the POSIX-style functions is called pcreposix.h. The
420 . pcre.h the public PCRE header file
438 . pcrecpparg.h header file for calling PCRE via the C++ wrapper
439 . pcre_stringpiece.h header for the C++ "stringpiece" functions
891 pcreposix.h header for the external POSIX wrapper API
892 pcre_internal.h header for internal use
894 ucp.h header for Unicode property handling
898 pcrecpp.h public header file for the C++ wrapper
899 pcrecpparg.h.in template for another C++ header file
900 pcre_scanner.h public header file for C++ scanner functions
[all …]
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c395 strncasecmp(h->header, "Status:", sizeof("Status:") - 1) == 0 in sapi_cgi_send_headers()
431 strncasecmp(h->header, "Status:", sizeof("Status:") - 1) == 0 in sapi_cgi_send_headers()
435 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
439 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:") - 1) == 0 in sapi_cgi_send_headers()
444 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
/PHP-7.0/ext/phar/tests/tar/files/
H A Dmake.dangerous.tar.php.inc3 // this tarmaker makes a malicious tar with a header designed to overflow the buffer
/PHP-7.0/ext/exif/tests/
H A Dexif_tagname_variation1.phpt11 * Description: Get the header name for an index
H A Dbug72094.phpt2 Bug #72094: Out of bounds heap read access in exif header processing
/PHP-7.0/ext/standard/html_tables/mappings/
H A DROMAN.TXT14 # c02 2005-Apr-05 Update header comments. Matches internal xml
25 # n08 1998-Feb-05 Minor update to header comments
28 # some header information
35 # Standard header:
/PHP-7.0/ext/xmlrpc/
H A Dconfig.m498 dnl some xmlrpc-epi header files have generic file names like
/PHP-7.0/ext/session/
H A Dsession.c1363 sapi_header_struct *header;
1379 header = (sapi_header_struct *)(current->data);
1381 if (header->header_len > len && header->header[len] == ':'
1382 && !strncmp(header->header, session_cookie, session_cookie_len)) {
1393 sapi_free_header(header);
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c395 p = strchr(h->header, ':'); in add_response_header()
396 len = p - h->header; in add_response_header()
398 while (len > 0 && (h->header[len-1] == ' ' || h->header[len-1] == '\t')) { in add_response_header()
403 memcpy(s, h->header, len); in add_response_header()
408 add_assoc_stringl_ex(return_value, s, (uint)len, p, h->header_len - (p - h->header)); in add_response_header()
547 smart_str_appendl(&buffer, h->header, h->header_len); in sapi_cli_server_send_headers()
/PHP-7.0/ext/pdo_odbc/
H A Dconfig.m4143 AC_MSG_ERROR([Cannot find header file(s) for pdo_odbc])
/PHP-7.0/ext/dba/
H A Dconfig.m432 AC_MSG_ERROR([DBA: Could not find necessary header file(s).])
235 AC_MSG_ERROR([DBA: Could not find necessary header file(s).])
483 AC_MSG_CHECKING([for DB1 in header])

Completed in 144 milliseconds

12345678910