Home
last modified time | relevance | path

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

1234

/PHP-7.2/ext/dom/
H A DTODO4 3) What DOM object types are really needed (i.e. not currently using DOMString)
/PHP-7.2/ext/spl/tests/
H A Dbug49723.phpt2 LimitIterator: do not seek if not needed
/PHP-7.2/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.2/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.2/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.2/ext/posix/tests/
H A Dposix_ctermid.phpt14 // needed because of #ifdef HAVE_CTERMID in posix.c
/PHP-7.2/ext/standard/tests/mail/
H A Dezmlm_hash_basic.phpt10 * Description: Calculate the hash value needed by EZMLM.
H A Dezmlm_hash_basic_64bit.phpt10 * Description: Calculate the hash value needed by EZMLM.
H A Dezmlm_hash_error.phpt6 * Description: Calculate the hash value needed by EZMLM.
/PHP-7.2/ext/json/tests/
H A Dbug42785.phpt9 die("skip locale needed for this test is not supported on this platform");
/PHP-7.2/ext/soap/
H A DTODO.old3 Better WSDL support Client and server (how much validation is needed here?)
15 make the transport layer abstract.. what other transport layers are needed?... who uses smtp? what …
/PHP-7.2/ext/exif/tests/
H A Dbug68799.phpt8 * Pollute the heap. Helps trigger bug. Sometimes not needed.
/PHP-7.2/ext/pdo/tests/
H A Dbug_36798.phpt24 @$db->exec("SET NAMES 'LATIN1'"); // needed for PostgreSQL
/PHP-7.2/ext/date/
H A Dconfig0.m44 dnl Check for headers needed by timelib
/PHP-7.2/ext/mysqli/
H A Dconfig.w327 // client library is needed to perform the build.
/PHP-7.2/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc53 * Create an internal directory, creating parent directories as needed
/PHP-7.2/ext/spl/examples/
H A Dinigroups.inc26 * key() would be needed.
/PHP-7.2/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.2/ext/simplexml/
H A DREADME17 check is needed to distinguish the number of nodes of that type.
/PHP-7.2/ext/standard/
H A Dcrypt_sha256.c601 int needed = (sizeof(sha256_salt_prefix) - 1 in php_sha256_crypt() local
605 if (buflen < needed) { in php_sha256_crypt()
606 char *new_buffer = (char *) realloc(buffer, needed); in php_sha256_crypt()
612 buflen = needed; in php_sha256_crypt()
H A Dcrypt_sha512.c648 int needed = (int)(sizeof(sha512_salt_prefix) - 1 in php_sha512_crypt() local
652 if (buflen < needed) { in php_sha512_crypt()
653 char *new_buffer = (char *) realloc(buffer, needed); in php_sha512_crypt()
659 buflen = needed; in php_sha512_crypt()
/PHP-7.2/ext/dom/tests/
H A Ddom001.phpt97 print ("Not needed\n");
275 Not needed

Completed in 77 milliseconds

1234