Home
last modified time | relevance | path

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

123

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c383 int needed = 4; in PHPDBG_COMMAND() local
386 needed -= recv(sr, &msglen_buf[4 - needed], needed, 0); in PHPDBG_COMMAND()
387 } while (needed > 0); in PHPDBG_COMMAND()
394 needed = msglen; in PHPDBG_COMMAND()
397 needed -= recv(sr, &(data[msglen - needed]), needed, 0); in PHPDBG_COMMAND()
398 } while (needed > 0); in PHPDBG_COMMAND()
/PHP-7.4/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-7.4/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-7.4/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt16 echo "-- Tests with special cases first - no lookup needed --\n";
41 -- 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-7.4/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");
/PHP-7.4/ext/posix/tests/
H A Dposix_ctermid.phpt14 // needed because of #ifdef HAVE_CTERMID in posix.c
/PHP-7.4/ext/standard/tests/mail/
H A Dezmlm_hash_basic.phpt6 * Description: Calculate the hash value needed by EZMLM.
/PHP-7.4/ext/json/tests/
H A Dbug42785.phpt9 die("skip locale needed for this test is not supported on this platform");
/PHP-7.4/ext/zip/
H A Dconfig.m416 AC_MSG_WARN(Libzip >= 1.2.0 needed for encryption support)
/PHP-7.4/ext/exif/tests/
H A Dbug68799.phpt8 * Pollute the heap. Helps trigger bug. Sometimes not needed.
/PHP-7.4/ext/date/
H A Dconfig0.m41 dnl Check for headers needed by timelib
/PHP-7.4/ext/pdo/tests/
H A Dbug_36798.phpt24 @$db->exec("SET NAMES 'LATIN1'"); // needed for PostgreSQL
/PHP-7.4/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc53 * Create an internal directory, creating parent directories as needed
/PHP-7.4/ext/mysqli/
H A Dconfig.w326 // client library is needed to perform the build.
/PHP-7.4/ext/mysqli/tests/
H A Dbug32405.phpt17 /* two fields are needed. the problem does not occur with 1 field only selected. */
H A Dbug70384.phpt10 die("skip MySQL 5.7.9+ needed. Found [".
/PHP-7.4/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-7.4/ext/standard/
H A Dcrypt_sha256.c585 int needed = (sizeof(sha256_salt_prefix) - 1 in php_sha256_crypt() local
589 if (buflen < needed) { in php_sha256_crypt()
590 char *new_buffer = (char *) realloc(buffer, needed); in php_sha256_crypt()
596 buflen = needed; in php_sha256_crypt()
H A Dcrypt_sha512.c632 int needed = (int)(sizeof(sha512_salt_prefix) - 1 in php_sha512_crypt() local
636 if (buflen < needed) { in php_sha512_crypt()
637 char *new_buffer = (char *) realloc(buffer, needed); in php_sha512_crypt()
643 buflen = needed; in php_sha512_crypt()
/PHP-7.4/
H A Dbuildconf32 installing Autoconf and running buildconf is not needed. For the PHP sources
/PHP-7.4/ext/dom/tests/
H A Ddom001.phpt97 print ("Not needed\n");
275 Not needed
/PHP-7.4/ext/phar/tests/
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');

Completed in 41 milliseconds

123