Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 6181) sorted by last modified time

12345678910>>...248

/PHP-7.3/
H A DNEWS237 to return usec). (Herbert256)
828 . Updated timelib to 2018.02. (Derick)
845 100 to 1000, added crash handler to cleanly shutdown PHP request, added
852 socket-to-stream). (Nikita)
879 . Upgraded to SQLite 3.28.0. (cmb)
1087 . Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
1480 . Updated timelib to 2018.01RC1 to address several bugs:
1560 . Updated to Oniguruma 6.9.0. (cmb)
1607 . Upgrade PCRE2 to 10.32. (Anatol)
1758 . Upgraded timelib to 2017.08. (Derick)
[all …]
H A Dconfigure.ac115 dnl Allow version values to be used in Makefile
146 dnl Settings we want to make before the checks.
213 [ --enable-re2c-cgoto Enable -g flag to re2c to use computed goto gcc extension], no, no)
297 # Disable PIC mode by default where it is known to be safe to do so,
335 dnl paths to the targets are relative to the build directory
358 AC_MSG_ERROR([Nothing to build.])
381 dnl Check whether writing to stdout works
425 dnl QNX requires unix.h to allow functions in libunix to work properly
1065 AC_MSG_CHECKING([how big to make fd sets])
1139 dnl this has to be here to prevent the openssl crypt() from
[all …]
H A Dacinclude.m460 dnl expands path to an absolute path and assigns it to variable
142 dnl We need to play tricks here to avoid matching the grep line itself
184 dnl Adds sources which are located relative to source-path to the
193 dnl which array to append to?
417 dnl Use this macro, if you need to add header search paths to the PHP
546 dnl add a library to the link line and path to linkpath/runpath.
695 dnl Sets PHP_ARG_NAME either to the user value or to the default value.
720 dnl Sets PHP_ARG_NAME either to the user value or to the default value.
937 dnl "shared" can be set to "shared" or "yes" to build the extension as
939 dnl be set to "cli" to mark extension build only with CLI or CGI sapi's.
[all …]
/PHP-7.3/ext/simplexml/tests/
H A Dbug79971_1.phpt23 Warning: simplexml_load_file(): I/O warning : failed to load external entity "%s/bug79971_1.xml%00f…
/PHP-7.3/ext/standard/tests/file/windows_links/
H A Dcommon.inc13 // install somewhere that is on %path% or added to %path%
/PHP-7.3/ext/pdo_firebird/tests/
H A Dbug_76452.phpt11 // no need to change the credentials; we're running against a falke server
H A Dbug_76449.phpt14 // no need to change the credentials; we're running against a fake server
H A Dbug_76450.phpt14 // no need to change the credentials; we're running against a fake server
H A Dbug_76448.phpt14 // no need to change the credentials; we're running against a falke server
/PHP-7.3/ext/imap/tests/
H A Dbug80710_1.phpt10 $envelope["to"] = "foo@example.com\nFrom: X-INJECTED";
H A Dbug80710_2.phpt10 $envelope["to"] = "foo@example.com\nFrom: X-INJECTED";
/PHP-7.3/ext/imap/
H A Dphp_imap.c428 ZEND_ARG_INFO(0, to)
2724 addresstmp = env->to; in PHP_FUNCTION()
3500 if (env->to) { in PHP_FUNCTION()
3501 env->to->next = NULL; in PHP_FUNCTION()
4042 if (to) { in _php_imap_mail()
4043 bufferLen += strlen(to) + 6; in _php_imap_mail()
4054 if (to && *to) { in _php_imap_mail()
4058 tempMailTo = estrdup(to); in _php_imap_mail()
4059 bt_len = strlen(to); in _php_imap_mail()
4196 if (!ZSTR_LEN(to)) { in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/standard/
H A Durl.c475 unsigned char *to; in php_url_encode() local
482 to = (unsigned char*)ZSTR_VAL(start); in php_url_encode()
488 *to++ = '+'; in php_url_encode()
494 to[0] = '%'; in php_url_encode()
495 to[1] = hexchars[c >> 4]; in php_url_encode()
496 to[2] = hexchars[c & 15]; in php_url_encode()
497 to += 3; in php_url_encode()
501 to[0] = '%'; in php_url_encode()
504 to += 3; in php_url_encode()
507 *to++ = c; in php_url_encode()
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Durl_t.phpt60 'zlib:/path/to/my/file/file.txt',
66 'file:///path/to/file',
67 'file://path/to/file',
68 'file:/path/to/file',
648 string(25) "/path/to/my/file/file.txt"
696 --> file:///path/to/file: array(2) {
700 string(13) "/path/to/file"
703 --> file://path/to/file: array(3) {
709 string(8) "/to/file"
712 --> file:/path/to/file: array(2) {
[all …]
/PHP-7.3/ext/standard/tests/url/
H A Dparse_url_basic_001.phpt8 * Alias to functions:
575 --> zlib:/path/to/my/file/file.txt: array(2) {
579 string(25) "/path/to/my/file/file.txt"
642 --> file:///path/to/file: array(2) {
646 string(13) "/path/to/file"
649 --> file://path/to/file: array(3) {
655 string(8) "/to/file"
658 --> file:/path/to/file: array(2) {
662 string(13) "/path/to/file"
H A Dparse_url_basic_003.phpt8 * Alias to functions:
77 --> zlib:/path/to/my/file/file.txt : NULL
84 --> file:///path/to/file : NULL
85 --> file://path/to/file : string(4) "path"
86 --> file:/path/to/file : NULL
H A Dparse_url_basic_005.phpt8 * Alias to functions:
77 --> zlib:/path/to/my/file/file.txt : NULL
84 --> file:///path/to/file : NULL
85 --> file://path/to/file : NULL
86 --> file:/path/to/file : NULL
H A Dparse_url_unterminated.phpt577 --> zlib:/path/to/my/file/file.txt: array(2) {
581 string(25) "/path/to/my/file/file.txt"
644 --> file:///path/to/file: array(2) {
648 string(13) "/path/to/file"
651 --> file://path/to/file: array(3) {
657 string(8) "/to/file"
660 --> file:/path/to/file: array(2) {
664 string(13) "/path/to/file"
H A Dparse_url_basic_004.phpt8 * Alias to functions:
77 --> zlib:/path/to/my/file/file.txt : NULL
84 --> file:///path/to/file : NULL
85 --> file://path/to/file : NULL
86 --> file:/path/to/file : NULL
/PHP-7.3/ext/filter/tests/
H A Dbug77423.phpt2 Bug #77423 (parse_url() will deliver a wrong host to user)
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_expire_password.phpt10 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
22 die("SKIP Failed to query MariaDB @@disconnect_on_expired_password value");
58 printf("skip Cannot grant SELECT to user [%d] %s", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_get_client_stats.phpt20 no_index_used - difficult to simulate because server/engine dependent
21 bad_index_used - difficult to simulate because server/engine dependent
96 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
122 /* we need to skip this test in unicode - we send set names utf8 during mysql_connect */
133 // This is not a mistake that I use string(1) "1" here! Andrey did not go for int to avoid any
179 /* no change to rows_fetched_from_client_normal_buffered! */
708 // We don't really try to use federated, we just want to see if the syntax works
/PHP-7.3/ext/openssl/tests/
H A Dbug62890.phpt2 Bug #62890 (default_socket_timeout=-1 causes connection to timeout)
/PHP-7.3/build/
H A Dlibtool.m4567 # Some flags need to be propagated to the compiler or linker for good
1183 # Check to see if we can do hard links to lock some files if needed
2200 *** may want to report the problem to your system manager and/or to
2984 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
3257 # There doesn't appear to be a way to prevent this compiler from
3339 # There doesn't appear to be a way to prevent this compiler from
3399 # There doesn't appear to be a way to prevent this compiler from
3515 # There doesn't appear to be a way to prevent this compiler from
3578 # There doesn't appear to be a way to prevent this compiler from
5425 *** to be unable to reliably create shared libraries on AIX.
[all …]
/PHP-7.3/ext/fileinfo/tests/
H A Dclone_serialize.phpt24 Trying to clone an uncloneable object of class finfo

Completed in 112 milliseconds

12345678910>>...248