Home
last modified time | relevance | path

Searched refs:not (Results 1 – 25 of 4826) sorted by last modified time

12345678910>>...194

/PHP-7.4/
H A DNEWS111 . Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not
324 . Fixed bug #73246 (XMLReader: encoding length not checked). (cmb)
796 . Fixed bug #79787 (mb_strimwidth does not trim string). (XXiang)
871 . Fixed bug #79489 (.user.ini does not inherit). (cmb)
943 should not throw). (nicolas-grekas)
1065 if not matched). (Nikita)
1147 . Fixed bug #76584 (PharFileInfo::decompress not working). (cmb)
1304 static. IS_IMPLICIT_ABSTRACT is not longer used). (Dmitry)
1381 . Fixed bug #78614 (Does not compile with DTRACE anymore).
2016 . Fixed bug #76345 (zip.h not found). (Michael Maroszek)
[all …]
H A Dconfigure.ac87 /* Might not work, but is required by ISO C99 */
169 dnl user will not be able to delete libs or the contents of libs.
372 dnl Check whether the system uses EBCDIC (not ASCII) as its native codeset.
554 dnl AC_STRUCT_ST_BLOCKS will screw QNX because fileblocks.o does not exist.
567 dnl Fix for these systems is already included in GCC 7, but not on GCC 6.
657 dnl Some systems (like OpenSolaris) do not have nanosleep in libc.
764 AC_MSG_ERROR([Valgrind not found. Please install Valgrind.])
1552 | If you do not agree with the terms of this license, you must abort |
/PHP-7.4/ext/gd/tests/
H A Dbug81739.phpt5 if (!extension_loaded("gd")) die("skip gd extension not available");
/PHP-7.4/ext/phar/tests/
H A Dbug81726.phpt5 if (!extension_loaded("phar")) die("skip phar extension not available");
6 if (!extension_loaded("zlib")) die("skip zlib extension not available");
/PHP-7.4/ext/pgsql/tests/
H A Dbug81720.phpt26 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/date/lib/
H A Dtimezonedb.h3 #error Your version of timelib does not understand the timzonedb data format, please upgrade
H A Dparse_date.re1245 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1311 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1513 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1616 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1729 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1782 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
2175 add_pbf_error(s, TIMELIB_ERR_NO_MERIDIAN, "A meridian could not be found", string, begin);
2271 break; /* break intentionally not missing */
2273 case TIMELIB_FORMAT_RESET_ALL_WHEN_NOT_SET: /* reset all fields to default when not set */
2275 break; /* break intentionally not missing */
[all …]
/PHP-7.4/ext/filter/tests/
H A Dbug81708.phpt5 if (!extension_loaded("filter")) die("skip filter extension not available");
H A Dbug61700.phpt5 if (!extension_loaded("filter")) die("skip filter extension not available");
/PHP-7.4/ext/dom/tests/
H A Dbug79971_2.phpt5 if (!extension_loaded('dom')) die('skip dom extension not available');
19 Warning: DOMImplementation::createDocumentType(): URI must not contain percent-encoded NUL bytes in…
/PHP-7.4/ext/simplexml/tests/
H A Dbug79971_1.phpt5 if (!extension_loaded('simplexml')) die('skip simplexml extension not available');
21 Warning: simplexml_load_file(): URI must not contain percent-encoded NUL bytes in %s on line %d
26 Warning: SimpleXMLElement::asXML(): URI must not contain percent-encoded NUL bytes in %s on line %d
/PHP-7.4/ext/dba/tests/
H A Ddba_tcadb.phpt29 Read during write: not allowed
46 Read during write: not allowed
/PHP-7.4/ext/intl/tests/
H A Ddateformat_get_set_calendar_variant5.phpt5 if (!extension_loaded('intl')) die('skip intl extension not enabled');
29 //changing the calendar with a cal type should not change tz
H A Ddateformat_get_set_calendar_variant_icu70.phpt29 //changing the calendar with a cal type should not change tz
/PHP-7.4/ext/mysqli/tests/
H A Dbug79375.phpt2 Bug #79375: mysqli_store_result does not report error from lock wait timeout
/PHP-7.4/ext/date/tests/
H A Dbug33415-2.phpt33 not appear to have a DST or timezone transition.\n";
50 not appear to have a DST or timezone transition.\n";
76 not appear to have a DST or timezone transition.\n";
101 not appear to have a DST or timezone transition.\n";
160 not appear to have a DST or timezone transition.\n";
214 not appear to have a DST or timezone transition.
225 not 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.
296 not appear to have a DST or timezone transition.
[all …]
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt5 if (!extension_loaded('pdo') || !extension_loaded('pdo_pgsql')) die('skip not loaded');
/PHP-7.4/build/
H A Dconfig.sub1345 # Now, normalize the OS (knowing we just have one component, it's not a kernel,
/PHP-7.4/ext/standard/tests/filters/
H A Dbug54350.phpt21 Warning: fclose(): 5 is not a valid stream resource in %s on line %d
23 Warning: fclose(): supplied resource is not a valid stream resource in %s on line %d
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc223 * Skip test if any of the supplied files does not exist.
234 die("skip File $file does not exist");
256 * Skip test if IPv6 is not supported.
262 die('skip IPv6 is not supported.');
279 * Skip if not running as root.
284 die('skip not running as root');
299 * Skip if posix extension not loaded.
304 die('skip posix extension not loaded');
419 return $this->error("The search pattern not found");
1216 return $this->error("The file $filePath does not exist");
[all …]
H A Dstatus.inc108 echo "ERROR: Expected body does not match pattern\n";
/PHP-7.4/ext/zip/tests/
H A Dbug77978.phpt5 if (!extension_loaded("zip")) die("skip zip extension not available");
H A Dbug81490.phpt5 if (!extension_loaded("zip")) die("skip zip extension not available");
H A Dbug81420.phpt5 if (!extension_loaded("zip")) die("skip zip extension not available");
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch808 + file_error(ms, 0, "Size of `%s' %llu is not a multiple of %zu",
1898 -// this mode should not interfere with normal operations
2159 - buf[nch] = '\0'; /* readlink(2) does not do this */
2521 - /* XXX: force initialization because glibc does not always do this */
2995 - /* We can not read it, but we were able to stat it. */

Completed in 379 milliseconds

12345678910>>...194