Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 25 of 69) sorted by relevance

123

/php-src/ext/zip/
H A Dconfig.m416 AC_MSG_WARN(Libzip >= 1.0.0 needed for setting mtime)
25 AC_MSG_WARN(Libzip >= 1.2.0 needed for encryption support)
/php-src/ext/spl/tests/
H A Dbug49723.phpt2 LimitIterator: do not seek if not needed
/php-src/Zend/tests/
H A Dvm_stack_with_arg_extend.phpt2 Ensure valid vm_stack even when it needed to be copied to a new page
/php-src/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt10 echo "-- Tests with special cases first - no lookup needed --\n";
34 -- Tests with special cases first - no lookup needed --
H A Dstrftime_variation22.phpt9 die("skip Locale POSIX is needed by test and is not available");
/php-src/ext/standard/tests/strings/
H A Dbug39873.phpt6 die("skip locale needed for this test is not supported on this platform");
H A Dlocale_independent_float_to_string.phpt11 die("skip - locale needed for this test is not supported on this platform");
/php-src/ext/posix/tests/
H A Dposix_ctermid.phpt14 // needed because of #ifdef HAVE_CTERMID in posix.c
/php-src/ext/json/tests/
H A Dbug42785.phpt8 die("skip locale needed for this test is not supported on this platform");
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h165 #define MB_CONVERT_BUF_ENSURE(buf, out, limit, needed) \ argument
167 if ((limit - out) < (needed)) { \
169 size_t newsize = oldsize + MAX(oldsize >> 1, needed); \
/php-src/tests/basic/
H A Dconsistent_float_string_casts.phpt11 die("skip locale needed for this test is not supported on this platform");
/php-src/ext/mysqli/
H A Dconfig.w326 // client library is needed to perform the build.
/php-src/ext/exif/tests/
H A Dbug68799.phpt8 * Pollute the heap. Helps trigger bug. Sometimes not needed.
/php-src/ext/spl/tests/SplFileObject/
H A Dbug79710.phpt25 // $sfo needed to be destructed before $foo.
/php-src/ext/opcache/jit/
H A DDockerfile.arm64.example5 # DEBIAN_FRONTEND=noninteractive is needed to stop the tzdata installation from hanging.
/php-src/ext/date/
H A Dconfig0.m41 dnl Check for headers needed by timelib
/php-src/Zend/asm/
H A Dmake_mips64_n64_elf_gas.S82 # reload our gp register (needed for la)
H A Dmake_mips32_o32_elf_gas.S84 # reload our gp register (needed for la)
/php-src/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc53 * Create an internal directory, creating parent directories as needed
/php-src/ext/pdo/tests/
H A Dbug_36798.phpt28 @$db->exec("SET NAMES 'LATIN1'"); // needed for PostgreSQL
/php-src/ext/mbstring/tests/
H A Dmb_send_mail07.phpt35 * byte. 'Shift out' is only needed to return to ASCII mode, but the string
/php-src/ext/mysqli/tests/
H A Dbug32405.phpt18 /* two fields are needed. the problem does not occur with 1 field only selected. */
H A Dbug70384.phpt13 die("skip MySQL 5.7.9+ needed. Found [".
/php-src/ext/pdo_mysql/tests/
H A Dbug80458.phpt58 $stmt5->nextRowset(); // needed to fetch the empty result set of CALL
95 $stmt5->nextRowset(); // needed to fetch the empty result set of CALL
/php-src/ext/standard/
H A Dcrypt_sha256.c600 int needed = (sizeof(sha256_salt_prefix) - 1 in php_sha256_crypt() local
604 if (buflen < needed) { in php_sha256_crypt()
605 char *new_buffer = (char *) realloc(buffer, needed); in php_sha256_crypt()
611 buflen = needed; in php_sha256_crypt()

Completed in 28 milliseconds

123