Home
last modified time | relevance | path

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

12345678910>>...193

/PHP-8.0/
H A Dconfigure.ac119 dnl user will not be able to delete libs or the contents of libs.
332 dnl Check whether the system uses EBCDIC (not ASCII) as its native codeset.
521 dnl AC_STRUCT_ST_BLOCKS will screw QNX because fileblocks.o does not exist.
534 dnl Fix for these systems is already included in GCC 7, but not on GCC 6.
615 dnl Some systems (like OpenSolaris) do not have nanosleep in libc.
618 dnl Haiku does not have network api in libc.
715 AC_MSG_ERROR([Valgrind not found. Please install Valgrind.])
1523 | If you do not agree with the terms of this license, you must abort |
H A DNEWS69 not build). (Jakub Zelenka, fsbruva)
90 . Fixed bug GH-9590 (stream_select does not abort upon exception or empty
242 . Fixed bug GH-8685 (pcre not ready at mbstring startup). (Remi)
311 not rethrown into the generator). (Bob)
580 . Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not
816 . Fixed bug #81120 (PGO data for main PHP DLL are not used). (cmb)
871 . Fixed bug #73246 (XMLReader: encoding length not checked). (cmb)
1119 . Fixed bug #80391 (Iterable not covariant to mixed). (Nikita)
1267 not handled properly). (Nikita)
1428 . Fixed bug #80175 (PHP8 RC1 - JIT Buffer not working). (cmb)
[all …]
/PHP-8.0/ext/xmlreader/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt5 if (!extension_loaded('libxml')) die('skip libxml extension not available');
6 if (!extension_loaded('xmlreader')) die('skip xmlreader extension not available');
7 if (!extension_loaded('zend-test')) die('skip zend-test extension not available');
8 if (!function_exists('zend_test_override_libxml_global_state')) die('skip not for Windows');
/PHP-8.0/ext/simplexml/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt5 if (!extension_loaded('libxml')) die('skip libxml extension not available');
6 if (!extension_loaded('simplexml')) die('skip simplexml extension not available');
7 if (!extension_loaded('zend-test')) die('skip zend-test extension not available');
8 if (!function_exists('zend_test_override_libxml_global_state')) die('skip not for Windows');
/PHP-8.0/ext/dom/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt5 if (!extension_loaded('libxml')) die('skip libxml extension not available');
6 if (!extension_loaded('dom')) die('skip dom extension not available');
7 if (!extension_loaded('zend-test')) die('skip zend-test extension not available');
8 if (!function_exists('zend_test_override_libxml_global_state')) die('skip not for Windows');
34 string(25) "Entity 'bork' not defined"
35 string(25) "Entity 'bork' not defined"
36 string(25) "Entity 'bork' not defined"
/PHP-8.0/ext/phar/tests/
H A DGHSA-jqcx-ccgc-xwhv.phpt17 // Must not be a string of length PHP_MAXPATHLEN+1
/PHP-8.0/sapi/fpm/tests/
H A Dtester.inc236 * Skip test if any of the supplied files does not exist.
247 die("skip File $file does not exist");
270 * Skip test if IPv6 is not supported.
276 die('skip IPv6 is not supported.');
293 * Skip if not running as root.
298 die('skip not running as root');
313 * Skip if posix extension not loaded.
318 die('skip posix extension not loaded');
1178 return (int)$this->error("PID file has not been created");
1340 return $this->error("The file $filePath does not exist");
[all …]
H A Dgh9754-daemonized-stderr-close.phpt2 FPM: GH-9754 - stderr is not closed in daemonized run
H A Dlogreader.inc47 throw new \Exception('Log descriptor is not set');
54 * Set current stream source and create it if it does not exist.
68 * Set file source as current and create it if it does not exist.
156 * @param string|null $notFoundMessage Error message if matcher does not succeed.
/PHP-8.0/ext/standard/tests/password/
H A Dpassword_bcrypt_short.phpt2 Test that password_hash() does not overread buffers when a short hash is passed
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dbug81740.phpt5 if (!extension_loaded('pdo_sqlite')) print 'skip not loaded';
/PHP-8.0/ext/standard/tests/mail/
H A Dgh7875.phpt9 if (!extension_loaded('posix')) die('skip POSIX extension not loaded');
/PHP-8.0/ext/pcntl/tests/
H A Dpcntl_unshare_04.phpt6 if (!extension_loaded("posix")) die("skip posix extension not available");
7 if (!function_exists("pcntl_unshare")) die("skip pcntl_unshare is not available");
/PHP-8.0/ext/ffi/tests/
H A Dbug78761.phpt6 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
7 if (!extension_loaded('posix')) die('skip POSIX extension not loaded');
H A D300.phpt5 <?php if (!extension_loaded('Zend OPcache')) die('skip Zend OPcache extension not available'); ?>
6 <?php if (substr(PHP_OS, 0, 3) == 'WIN') die('skip not for Windows'); ?>
7 <?php if (!extension_loaded('posix')) die('skip POSIX extension not loaded'); ?>
H A Dgh9697.phpt5 if (!extension_loaded("ffi")) die("skip ffi extension not available");
/PHP-8.0/ext/date/lib/
H A Dtimezonedb.h3 #error Your version of timelib does not understand the timzonedb data format, please upgrade
/PHP-8.0/ext/mysqli/tests/
H A Dgh9841.phpt37 // now make sure the errors are thrown when not using silent mode
/PHP-8.0/ext/gd/tests/
H A Dbug81739.phpt5 if (!extension_loaded("gd")) die("skip gd extension not available");
/PHP-8.0/.github/scripts/windows/
H A Dtest.bat4 if not exist "%SDK_RUNNER%" (
H A Dtest_task.bat15 if not exist "%DEPS_DIR%" (
76 if not exist "%PHP_BUILD_CACHE_ENCHANT_DICT_DIR%" (
80 if not exist "%PHP_BUILD_CACHE_ENCHANT_DICT_DIR%\en_US.aff" (
H A Dbuild.bat7 if not exist "%PHP_BUILD_CACHE_BASE_DIR%" (
12 if not exist "%PHP_BUILD_OBJ_DIR%" (
17 if not exist "%SDK_RUNNER%" (
21 if not exist "%PHP_BUILD_CACHE_SDK_DIR%" (
36 if not exist "%SDK_RUNNER%" (
H A Dbuild_task.bat43 if not exist "%DEPS_DIR%" (
/PHP-8.0/ext/standard/tests/file/windows_acls/
H A Dcommon.inc138 echo "create_dir: Empty name is not allowed\n";
149 echo "create_file: Empty name is not allowed\n";
162 echo "delete_file: '$path' is not a file\n";
172 echo "delete_dir: '$path' is not a directory\n";
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc4953 |.if not(X64)
5341 |.if not(X64)
5465 |.if not(X64)
6884 |.if not(X64)
6937 |.if not(X64)
8096 |.if not(X64)
9798 |.if not(X64)
11938 |.if not(X64)
11944 |.if not(X64)
11952 |.if not(X64)
[all …]

Completed in 357 milliseconds

12345678910>>...193