Home
last modified time | relevance | path

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

12345678910>>...212

/PHP-7.4/
H A DNEWS37 . No source changes to this release.
279 . Fixed bug #80929 (Method name corruption related to repeated calls to
505 . Fixed bug #80368 (OpenSSL extension fails to build against LibreSSL due to
644 . Updated to PCRE 10.35. (cmb)
1179 to be used). (Laruence)
1511 100 to 1000, added crash handler to cleanly shutdown PHP request, added
1568 socket-to-stream). (Nikita)
1929 100 to 1000, added crash handler to cleanly shutdown PHP request, added
1936 socket-to-stream). (Nikita)
2171 . Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
[all …]
H A Dconfigure.ac194 [whether to enable runpaths],
211 [Enable -g flag to re2c to use computed goto gcc extension])],
292 dnl Disable PIC mode by default where it is known to be safe to do so, to avoid
325 dnl Paths to the targets are relative to the build directory.
348 AC_MSG_ERROR([Nothing to build.])
414 dnl QNX requires unix.h to allow functions in libunix to work properly.
873 [path to configuration file],
947 [whether to enable dmalloc],
964 [whether to enable IPv6 support],
1109 dnl This has to be here to prevent the openssl crypt() from overriding the
[all …]
/PHP-7.4/ext/gd/
H A Dgd.c381 ZEND_ARG_INFO(0, to)
387 ZEND_ARG_INFO(0, to)
396 ZEND_ARG_INFO(0, to)
404 ZEND_ARG_INFO(0, to)
411 ZEND_ARG_INFO(0, to)
417 ZEND_ARG_INFO(0, to)
422 ZEND_ARG_INFO(0, to)
430 ZEND_ARG_INFO(0, to)
/PHP-7.4/ext/gd/tests/
H A Dbug81739.phpt2 Bug #81739 (OOB read due to insufficient validation in imageloadfont())
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc6 For more information, feedback or questions, please refer to our websites:
12 and related or neighboring rights to the source code in this file.
65 displayBytes(1, "Block to be absorbed", curInput, rateInBytes);
76 displayBytes(1, "Block to be absorbed (part)", curInput, partialBlock);
85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
105 displayText(1, "--- Switching to squeezing phase ---");
176 displayBytes(1, "Block to be absorbed", curData, rateInBytes);
194 displayBytes(1, "Block to be absorbed (part)", curData, partialBlock);
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
247 displayText(1, "--- Switching to squeezing phase ---");
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc6 For more information, feedback or questions, please refer to our websites:
12 and related or neighboring rights to the source code in this file.
65 displayBytes(1, "Block to be absorbed", curInput, rateInBytes);
76 displayBytes(1, "Block to be absorbed (part)", curInput, partialBlock);
85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
105 displayText(1, "--- Switching to squeezing phase ---");
176 displayBytes(1, "Block to be absorbed", curData, rateInBytes);
194 displayBytes(1, "Block to be absorbed (part)", curData, partialBlock);
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
247 displayText(1, "--- Switching to squeezing phase ---");
/PHP-7.4/ext/phar/tests/
H A Dbug81726.phpt13 Warning: fopen(phar://%s): failed to open stream: unable to decompress gzipped phar archive "%s" in…
/PHP-7.4/ext/pgsql/
H A Dpgsql.c789 #define PQescapeStringConn(conn, to, from, len, error) PQescapeString(to, from, len) argument
4399 ZSTR_LEN(to) = PQescapeStringConn(pgsql, ZSTR_VAL(to), ZSTR_VAL(from), ZSTR_LEN(from), NULL);
4403 ZSTR_LEN(to) = PQescapeString(ZSTR_VAL(to), ZSTR_VAL(from), ZSTR_LEN(from));
4406 to = zend_string_truncate(to, ZSTR_LEN(to), 0);
4407 RETURN_NEW_STR(to);
4415 char *from = NULL, *to = NULL; local
4450 PQfreemem(to);
4575 to = estrndup(tmp, to_len);
4580 if (!to) {
4584 RETVAL_STRINGL(to, to_len);
[all …]
/PHP-7.4/ext/pgsql/tests/
H A Dbug81720.phpt2 Bug #81720 (Uninitialized array in pg_query_params() leading to RCE)
26 Object of class stdClass could not be converted to string
27 Object of class stdClass could not be converted to string
/PHP-7.4/ext/filter/tests/
H A Dbug81708.phpt2 Bug #81708 (UAF due to php_filter_float() failing for ints)
/PHP-7.4/ext/openssl/
H A Dconfig0.m414 [whether to use system default cipher list instead of hardcoded value],
/PHP-7.4/Zend/tests/
H A Dbug81626.phpt2 Bug #81626: Error on use static:: in __сallStatic() wrapped to Closure::fromCallable()
/PHP-7.4/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.4/ext/dba/tests/
H A Ddba_tcadb.phpt31 Failed to write "key number 6" 2nd time
48 Failed to write "key number 6" 2nd time
/PHP-7.4/ext/mbstring/
H A Dmbstring.c346 ZEND_ARG_INFO(0, to)
398 ZEND_ARG_INFO(0, to)
418 ZEND_ARG_INFO(0, to)
924 static size_t php_mb_zend_encoding_converter(unsigned char **to, size_t *to_length, const unsigned … in php_mb_zend_encoding_converter() argument
961 *to = result.val; in php_mb_zend_encoding_converter()
4341 char *to; in PHP_FUNCTION() local
4389 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sss|zS", &to, &to_len, &subject, &subject_len, &messag… in PHP_FUNCTION()
4394 MAIL_ASCIIZ_CHECK_MBSTRING(to, to_len); in PHP_FUNCTION()
4481 to_r = estrndup(to, to_len); in PHP_FUNCTION()
4500 to_r = to; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/date/tests/
H A Dbug73091.phpt2 Bug #73091 (Unserializing DateInterval object may lead to __toString invocation)
H A Dbug33415-2.phpt24 appear to have a DST or timezone transition.\n";
33 not appear to have a DST or timezone transition.\n";
67 appear to have a DST or timezone transition.\n";
169 appear to have a DST or timezone transition.\n";
208 appear to have a DST or timezone transition.
214 not appear to have a DST or timezone transition.
225 not appear to have a DST or timezone transition.
236 appear to have a DST or timezone transition.
242 not appear to have a DST or timezone transition.
258 not appear to have a DST or timezone transition.
[all …]
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt23 # this is the portable approach to binding a bool
30 # this is the portable approach to binding a bool
38 # true gets cast to string (because the implied default is string)
45 # Expected to fail; unless told otherwise, PDO assumes string inputs
59 # this is the portable approach to binding a bool
66 # this is the portable approach to binding a bool
74 # true gets cast to string (because the implied default is string)
81 # Expected to fail; unless told otherwise, PDO assumes string inputs
/PHP-7.4/build/
H A Dconfig.guess167 /* First heuristic to detect musl libc. */
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc80 * The PHP code to execute
370 $cmd[] = '--allow-to-run-as-root';
848 * Send signal to the supplied PID or the server PID.
897 throw new \Exception('The config template array has to have main config');
1206 * Expect file with a supplied extension to exist.
1223 * Expect file with a supplied extension to not exist.
1240 * Expect message to be written to FastCGI error stream.
1256 * Expect reloading lines to be logged.
1266 * Expect starting lines to be logged.
1274 * Expect terminating lines to be logged.
[all …]
/PHP-7.4/ext/zip/tests/
H A Dbug77978.phpt2 Bug #77978 (Dirname ending in colon unzips to wrong dir)
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c140 static void spl_fixedarray_copy(spl_fixedarray *to, spl_fixedarray *from) /* {{{ */ in spl_fixedarray_copy() argument
144 ZVAL_COPY(&to->elements[i], &from->elements[i]); in spl_fixedarray_copy()
/PHP-7.4/ext/gd/libgd/
H A Dgd.c667 for (y = 0; y < to->sy; y++) { in gdImagePaletteCopy()
668 for (x = 0; x < to->sx; x++) { in gdImagePaletteCopy()
669 p = gdImageGetPixel(to, x, y); in gdImagePaletteCopy()
672 xlate[p] = gdImageColorClosestAlpha (from, to->red[p], to->green[p], to->blue[p], to->alpha[p]); in gdImagePaletteCopy()
679 to->red[i] = from->red[i]; in gdImagePaletteCopy()
680 to->blue[i] = from->blue[i]; in gdImagePaletteCopy()
681 to->green[i] = from->green[i]; in gdImagePaletteCopy()
682 to->alpha[i] = from->alpha[i]; in gdImagePaletteCopy()
683 to->open[i] = 0; in gdImagePaletteCopy()
687 to->open[i] = 1; in gdImagePaletteCopy()
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch483 + /* FIXME: Read file names and sort them to prevent
706 + return to give apprentice_load() a chance. */
1959 - "broken symbolic link to %s", buf);
2054 - * are block special files and go on to the next file.
2219 - } else { /* just print what it points to */
2224 - } else if (file_printf(ms, "%ssymbolic link to %s",
2249 - * Like printf, only we append to a buffer.
2793 - /* Third, try to get a magic file from Common Files */
2797 - /* Fourth, try to get magic file relative to exe location */
2800 - /* Fifth, try to get magic file relative to dll location */
[all …]
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt10 * Alias to functions:

Completed in 148 milliseconds

12345678910>>...212