Home
last modified time | relevance | path

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

123

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_wait.c377 int needed = 4; in PHPDBG_COMMAND() local
380 needed -= recv(sr, &msglen_buf[4 - needed], needed, 0); in PHPDBG_COMMAND()
381 } while (needed > 0); in PHPDBG_COMMAND()
388 needed = msglen; in PHPDBG_COMMAND()
391 needed -= recv(sr, &(data[msglen - needed]), needed, 0); in PHPDBG_COMMAND()
392 } while (needed > 0); in PHPDBG_COMMAND()
/PHP-8.0/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-8.0/ext/spl/tests/
H A Dbug49723.phpt2 LimitIterator: do not seek if not needed
H A Dbug79710.phpt25 // $sfo needed to be destructed before $foo.
/PHP-8.0/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-8.0/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-8.0/ext/standard/tests/strings/
H A Dbug39873.phpt6 die("skip locale needed for this test is not supported on this platform");
H A Dstrtoupper.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-8.0/ext/posix/tests/
H A Dposix_ctermid.phpt14 // needed because of #ifdef HAVE_CTERMID in posix.c
/PHP-8.0/ext/json/tests/
H A Dbug42785.phpt8 die("skip locale needed for this test is not supported on this platform");
/PHP-8.0/tests/basic/
H A Dconsistent_float_string_casts.phpt10 die("skip locale needed for this test is not supported on this platform");
/PHP-8.0/ext/exif/tests/
H A Dbug68799.phpt8 * Pollute the heap. Helps trigger bug. Sometimes not needed.
/PHP-8.0/ext/date/
H A Dconfig0.m41 dnl Check for headers needed by timelib
/PHP-8.0/ext/pdo/tests/
H A Dbug_36798.phpt25 @$db->exec("SET NAMES 'LATIN1'"); // needed for PostgreSQL
/PHP-8.0/ext/mysqli/
H A Dconfig.w326 // client library is needed to perform the build.
/PHP-8.0/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc53 * Create an internal directory, creating parent directories as needed
/PHP-8.0/ext/mysqli/tests/
H A Dbug70384.phpt9 die("skip MySQL 5.7.9+ needed. Found [".
H A Dbug32405.phpt17 /* two fields are needed. the problem does not occur with 1 field only selected. */
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug80458.phpt56 $stmt5->nextRowset(); // needed to fetch the empty result set of CALL
97 $stmt5->nextRowset(); // needed to fetch the empty result set of CALL
/PHP-8.0/
H A Dbuildconf32 installing Autoconf and running buildconf is not needed. For the PHP sources
/PHP-8.0/ext/standard/
H A Dcrypt_sha256.c589 int needed = (sizeof(sha256_salt_prefix) - 1 in php_sha256_crypt() local
593 if (buflen < needed) { in php_sha256_crypt()
594 char *new_buffer = (char *) realloc(buffer, needed); in php_sha256_crypt()
600 buflen = needed; in php_sha256_crypt()
H A Dcrypt_sha512.c636 int needed = (int)(sizeof(sha512_salt_prefix) - 1 in php_sha512_crypt() local
640 if (buflen < needed) { in php_sha512_crypt()
641 char *new_buffer = (char *) realloc(buffer, needed); in php_sha512_crypt()
647 buflen = needed; in php_sha512_crypt()
/PHP-8.0/ext/intl/converter/
H A Dconverter.c137 …l php_converter_check_limits(php_converter_object *objval, zend_long available, zend_long needed) { in php_converter_check_limits() argument
138 if (available < needed) { in php_converter_check_limits()
139 …, "Buffer overrun " ZEND_LONG_FMT " bytes needed, " ZEND_LONG_FMT " available", needed, available); in php_converter_check_limits()
146 #define TARGET_CHECK(cnvargs, needed) php_converter_check_limits(objval, cnvargs->targetLimit - cnv… argument

Completed in 59 milliseconds

123