Home
last modified time | relevance | path

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

123456789

/PHP-7.4/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.4/ext/soap/
H A Dphp_sdl.c44 static void delete_header(zval *header);
233 zval *header = NULL; in sdl_set_uri_credentials() local
288 s = strstr(Z_STRVAL_P(header), "Authorization: Basic"); in sdl_set_uri_credentials()
296 memcpy(Z_STRVAL(new_header), Z_STRVAL_P(header), s - Z_STRVAL_P(header)); in sdl_set_uri_credentials()
297 …emcpy(Z_STRVAL(new_header) + (s - Z_STRVAL_P(header)), rest, Z_STRLEN_P(header) - (rest - Z_STRVAL… in sdl_set_uri_credentials()
298 ZVAL_COPY(&ctx->old_header, header); in sdl_set_uri_credentials()
455 tmp = get_attribute(header->properties, "message"); in wsdl_soap_binding_header()
470 tmp = get_attribute(header->properties, "part"); in wsdl_soap_binding_header()
483 tmp = get_attribute(header->properties, "use"); in wsdl_soap_binding_header()
490 tmp = get_attribute(header->properties, "namespace"); in wsdl_soap_binding_header()
[all …]
/PHP-7.4/win32/build/
H A Dconfutils.js1102 if (header = FSO.OpenTextFile(project_header, 1)) {
1103 contents = header.ReadAll();
1113 header.Close();
1826 function output_as_table(header, ar_out) argument
1828 var l = header.length;
1855 if (tmax > header[j].length) {
1858 max[j] = header[j].length;
1860 if (tmin < header[j].length) {
1861 min[j] = header[j].length;
1879 out += " " + header[j];
[all …]
/PHP-7.4/ext/xmlrpc/
H A Dconfig.m479 dnl Some xmlrpc-epi header files have generic file names like queue.h or
/PHP-7.4/ext/standard/tests/serialize/
H A D005.phpt123 // Now we have an autoloader, that will be called before the old style header.
/PHP-7.4/ext/oci8/
H A Dconfig.m487 dnl OCI8_INIT_DTRACE(providerdesc, header-file, sources)
101 dnl header-file
377 AC_MSG_CHECKING([Oracle Instant Client SDK header directory])
401 AC_MSG_ERROR([Oracle Instant Client SDK header files not found])
/PHP-7.4/ext/standard/
H A Dconfig.m4441 AC_MSG_ERROR([Please ensure the argon2 header and library are installed])
449 AC_DEFINE(HAVE_ARGON2LIB, 1, [ Define to 1 if you have the <argon2.h> header file ])
451 …AC_MSG_ERROR([Problem with libargon2.(a|so). Please verify that Argon2 header and libraries >= 201…
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c354 strncasecmp(h->header, "Status:", sizeof("Status:") - 1) == 0 in sapi_cgi_send_headers()
391 strncasecmp(h->header, "Status:", sizeof("Status:") - 1) == 0 in sapi_cgi_send_headers()
395 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
399 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:") - 1) == 0 in sapi_cgi_send_headers()
404 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
/PHP-7.4/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.4/main/
H A DSAPI.h50 char *header; member
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2802 # header flags to mark header extensions
3362 # file header
5313 # have header string
5326 # have header string
8396 # header size >= 32
16812 # Sega PVR header.
16856 # Sega GVR header.
16995 # Main KTX header.
17038 # Main VTF header.
18113 # read the offset to add to the start of the header, and the header
[all …]
H A Dmagic2802 # header flags to mark header extensions
3362 # file header
5313 # have header string
5326 # have header string
8396 # header size >= 32
16812 # Sega PVR header.
16856 # Sega GVR header.
16995 # Main KTX header.
17038 # Main VTF header.
18113 # read the offset to add to the start of the header, and the header
[all …]
/PHP-7.4/ext/curl/
H A Dinterface.c1766 if (ch->header.str) { in curl_debug()
1767 zend_string_release_ex(ch->header.str, 0); in curl_debug()
3212 if (ch->header.str) { in _php_curl_cleanup_handle()
3213 zend_string_release_ex(ch->header.str, 0); in _php_curl_cleanup_handle()
3214 ch->header.str = NULL; in _php_curl_cleanup_handle()
3448 if (ch->header.str) { in PHP_FUNCTION()
3449 CAASTR("request_header", ch->header.str); in PHP_FUNCTION()
3454 if (ch->header.str) { in PHP_FUNCTION()
3455 RETURN_STR_COPY(ch->header.str); in PHP_FUNCTION()
3657 if (ch->header.str) { in _php_curl_close_ex()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfgetc_variation3.phpt15 // include the header for common test function
H A Dfgets_variation1.phpt14 // include the header for common test function
/PHP-7.4/ext/exif/tests/
H A Dbug72094.phpt2 Bug #72094: Out of bounds heap read access in exif header processing
/PHP-7.4/
H A Drun-tests.php3608 protected $header = ''; variable in RuntestsValgrind
3620 return $this->header;
3626 $header = system_with_timeout("valgrind --tool={$this->tool} --version", $environment);
3627 if (!$header) {
3632 …n = preg_replace("/valgrind-(\d+)\.(\d+)\.(\d+)([.\w_-]+)?(\s+)/", '$1.$2.$3', $header, 1, $count);
3634 …error("Valgrind returned invalid version info (\"{$header}\") for {$this->tool}, cannot proceed.");
3637 $this->header = sprintf(
3638 "%s (%s)", trim($header), $this->tool);
/PHP-7.4/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.4/ext/pdo_odbc/
H A Dconfig.m4116 AC_MSG_ERROR([Cannot find header file(s) for pdo_odbc])
/PHP-7.4/ext/ldap/
H A Dconfig.m412 dnl Find Oracle Instant Client RPM header location corresponding to the
/PHP-7.4/ext/session/
H A Dsession.c1259 sapi_header_struct *header; in php_session_remove_cookie() local
1273 header = (sapi_header_struct *)(current->data); in php_session_remove_cookie()
1275 if (header->header_len > len && header->header[len] == ':' in php_session_remove_cookie()
1276 && !strncmp(header->header, session_cookie, session_cookie_len)) { in php_session_remove_cookie()
1287 sapi_free_header(header); in php_session_remove_cookie()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c415 p = strchr(h->header, ':'); in add_response_header()
416 len = p - h->header; in add_response_header()
418 while (len > 0 && (h->header[len-1] == ' ' || h->header[len-1] == '\t')) { in add_response_header()
423 memcpy(s, h->header, len); in add_response_header()
428 add_assoc_stringl_ex(return_value, s, (uint32_t)len, p, h->header_len - (p - h->header)); in add_response_header()
615 smart_str_appendl(&buffer, h->header, h->header_len); in sapi_cli_server_send_headers()
/PHP-7.4/ext/dba/
H A Dconfig.m427 AC_MSG_ERROR([DBA: Could not find necessary header file(s).])
298 AC_MSG_ERROR([DBA: Could not find necessary header file(s).])
546 AC_MSG_CHECKING([for DB1 in header])
/PHP-7.4/ext/sodium/
H A Dlibsodium.c3541 …unsigned char header[crypto_secretstream_xchacha20poly1305_HEADERBY… in PHP_FUNCTION() local
3557 header, key) != 0) { in PHP_FUNCTION()
3563 add_next_index_stringl(return_value, (const char *) header, sizeof header); in PHP_FUNCTION()
3631 unsigned char *header; in PHP_FUNCTION() local
3637 &header, &header_len, in PHP_FUNCTION()
3655 header, key) != 0) { in PHP_FUNCTION()

Completed in 249 milliseconds

123456789