Home
last modified time | relevance | path

Searched refs:needed (Results 26 – 50 of 60) sorted by relevance

123

/PHP-7.4/ext/phar/tests/
H A Dphar_setdefaultstub.phpt197 ' gzinflate() function needed for zlib-compressed .phars');
204 ' bzdecompress() function needed for bz2-compressed .phars');
492 ' gzinflate() function needed for zlib-compressed .phars');
499 ' bzdecompress() function needed for bz2-compressed .phars');
787 ' gzinflate() function needed for zlib-compressed .phars');
794 ' bzdecompress() function needed for bz2-compressed .phars');
/PHP-7.4/ext/intl/converter/
H A Dconverter.c152 …l php_converter_check_limits(php_converter_object *objval, zend_long available, zend_long needed) { in php_converter_check_limits() argument
153 if (available < needed) { in php_converter_check_limits()
154 …, "Buffer overrun " ZEND_LONG_FMT " bytes needed, " ZEND_LONG_FMT " available", needed, available); in php_converter_check_limits()
161 #define TARGET_CHECK(cnvargs, needed) php_converter_check_limits(objval, cnvargs->targetLimit - cnv… argument
/PHP-7.4/ext/pdo_odbc/tests/
H A Dcommon.phpt10 die('skip - either PDOTEST_DSN or com_dotnet extension is needed to setup the connection');
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc146 /* a bit unhandy, but content can be put from outside, if needed */
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dopenssl.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
/PHP-7.4/ext/phar/tests/files/
H A Dinclude_path2.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dnophar.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dopenssl.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
/PHP-7.4/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc146 * Create an internal directory, creating parent directories as needed
H A Dcorrupt_tarmaker.php.inc154 * Create an internal directory, creating parent directories as needed
H A Dmake.dangerous.tar.php.inc147 * Create an internal directory, creating parent directories as needed
/PHP-7.4/appveyor/
H A Dbuild_task.bat42 rem updates. It might be, that some locking mechanism is needed.
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c285 static zlog_bool zlog_stream_buf_alloc_ex(struct zlog_stream *stream, size_t needed) /* {{{ */ in zlog_stream_buf_alloc_ex() argument
291 size = MIN(zlog_limit, MAX(size * 2, needed)); in zlog_stream_buf_alloc_ex()
294 size = MIN(zlog_limit, MAX(size, needed)); in zlog_stream_buf_alloc_ex()
/PHP-7.4/ext/pdo_mysql/
H A Dconfig.m4100 …AC_MSG_ERROR([PDO_MYSQL configure failed, MySQL 4.1 needed. Please check config.log for more infor…
/PHP-7.4/ext/snmp/tests/
H A Dsnmp2_set.phpt18 echo "4args (5 needed)\n";
145 4args (5 needed)
H A Dsnmpset.phpt18 echo "4args (5 needed)\n";
145 4args (5 needed)
/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md36 This makes the message string be copied and freed when no longer needed. There's
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt103 string(38) "Can not access a needed shared library"
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt73 … of the gettimeofday() system call. Check manually (and fix the test, if needed :-)). First charac…
/PHP-7.4/
H A DCONTRIBUTING.md203 └─ zend_test # For testing internal APIs. Not needed for regular builds.
353 needed for later branches (i.e. fixes for features which were dropped from
H A DUPGRADING.INTERNALS267 since they are not needed on the current systems.
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt8 die("skip locale needed for this test is not supported on this platform");
H A Dvar_export-locale_32.phpt8 die("skip locale needed for this test is not supported on this platform");
/PHP-7.4/ext/standard/
H A Dconfig.m4351 dnl Detect library functions needed by php dns_xxx functions

Completed in 50 milliseconds

123