Home
last modified time | relevance | path

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

1234

/PHP-7.2/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');
H A Dphar_createdefaultstub.phpt177 ' gzinflate() function needed for zlib-compressed .phars');
184 ' bzdecompress() function needed for bz2-compressed .phars');
471 ' gzinflate() function needed for zlib-compressed .phars');
478 ' bzdecompress() function needed for bz2-compressed .phars');
773 ' gzinflate() function needed for zlib-compressed .phars');
780 ' bzdecompress() function needed for bz2-compressed .phars');
/PHP-7.2/ext/intl/converter/
H A Dconverter.c153 …l php_converter_check_limits(php_converter_object *objval, zend_long available, zend_long needed) { in php_converter_check_limits() argument
154 if (available < needed) { in php_converter_check_limits()
155 …, "Buffer overrun " ZEND_LONG_FMT " bytes needed, " ZEND_LONG_FMT " available", needed, available); in php_converter_check_limits()
162 #define TARGET_CHECK(cnvargs, needed) php_converter_check_limits(objval, cnvargs->targetLimit - cnv… argument
/PHP-7.2/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.2/ext/shmop/
H A DREADME5 While developing a search deamon we needed a php based front end
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc140 /* a bit unhandy, but content can be put from outside, if needed */
/PHP-7.2/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.2/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.2/appveyor/
H A Dbuild_task.bat42 rem updates. It might be, that some locking mechanism is needed.
/PHP-7.2/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.2/Zend/
H A DOBJECTS2_HOWTO12 handle for it, set handle and handler table as needed. Note that the
23 needed, and also provide constructor method that would handle
/PHP-7.2/ext/pdo_mysql/
H A Dconfig.m4114 …AC_MSG_ERROR([PDO_MYSQL configure failed, MySQL 4.1 needed. Please check config.log for more infor…
/PHP-7.2/ext/bcmath/libbcmath/
H A Daclocal.m414 # some checks are only needed if your package does certain things.
/PHP-7.2/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.2/ext/opcache/
H A DREADME159 scenario is that, while the DECLARE_CLASS opcode may not be needed for the
162 that optimization is active. In php-5.3 and above this hack is not needed
/PHP-7.2/ext/sockets/tests/
H A Dsocket_strerror.phpt103 string(38) "Can not access a needed shared library"
/PHP-7.2/ext/intl/
H A DERROR.CONVENTIONS30 This makes the message string be copied and freed when no longer needed. There's
/PHP-7.2/ext/openssl/
H A DREADME59 encrypted a passphrase is needed. This can be supplied as second argument.
177 TODO: add flags parameter, if needed?
/PHP-7.2/
H A DREADME.GIT-RULES76 get merged up to all other branches. If a change is not needed for

Completed in 85 milliseconds

1234