Home
last modified time | relevance | path

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

123

/php-src/ext/mysqli/tests/
H A Dgh15432.phpt13 die("skip MySQL 9.0.0+ needed");
/php-src/.github/scripts/windows/
H A Dbuild_task.bat22 rem updates. It might be, that some locking mechanism is needed.
/php-src/ext/standard/
H A Dcrypt_sha512.c651 int needed = (int)(sizeof(sha512_salt_prefix) - 1 in php_sha512_crypt() local
655 if (buflen < needed) { in php_sha512_crypt()
656 char *new_buffer = (char *) realloc(buffer, needed); in php_sha512_crypt()
662 buflen = needed; in php_sha512_crypt()
/php-src/ext/intl/converter/
H A Dconverter.c141 …l php_converter_check_limits(php_converter_object *objval, zend_long available, zend_long needed) { in php_converter_check_limits() argument
142 if (available < needed) { in php_converter_check_limits()
143 …, "Buffer overrun " ZEND_LONG_FMT " bytes needed, " ZEND_LONG_FMT " available", needed, available); in php_converter_check_limits()
150 #define TARGET_CHECK(cnvargs, needed) php_converter_check_limits(objval, cnvargs->targetLimit - cnv… argument
/php-src/ext/dom/tests/
H A Ddom001.phpt97 print ("Not needed\n");
268 Not needed
/php-src/ext/phar/tests/
H A Dphar_createdefaultstub.phpt176 ' gzinflate() function needed for zlib-compressed .phars');
183 ' bzdecompress() function needed for bz2-compressed .phars');
470 ' gzinflate() function needed for zlib-compressed .phars');
477 ' bzdecompress() function needed for bz2-compressed .phars');
772 ' gzinflate() function needed for zlib-compressed .phars');
779 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dphar_setdefaultstub.phpt196 ' gzinflate() function needed for zlib-compressed .phars');
203 ' bzdecompress() function needed for bz2-compressed .phars');
491 ' gzinflate() function needed for zlib-compressed .phars');
498 ' bzdecompress() function needed for bz2-compressed .phars');
786 ' gzinflate() function needed for zlib-compressed .phars');
793 ' bzdecompress() function needed for bz2-compressed .phars');
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc146 /* a bit unhandy, but content can be put from outside, if needed */
/php-src/ext/pdo_odbc/tests/
H A Dcommon.phpt11 die('skip - either PDOTEST_DSN or com_dotnet extension is needed to setup the connection');
/php-src/ext/phar/tests/files/
H A Dopenssl.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dopenssl256.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dopenssl512.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
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');
/php-src/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-src/ext/dom/lexbor/lexbor/encoding/
H A Ddecode.c162 needed--; \
2783 unsigned needed; in lxb_encoding_decode_utf_8_single() local
2788 needed = ctx->u.utf_8.need; in lxb_encoding_decode_utf_8_single()
2810 needed = 1; in lxb_encoding_decode_utf_8_single()
2814 needed = 2; in lxb_encoding_decode_utf_8_single()
2831 needed = 3; in lxb_encoding_decode_utf_8_single()
2865 if (--needed == 0) { in lxb_encoding_decode_utf_8_single()
2876 ctx->u.utf_8.need = needed; in lxb_encoding_decode_utf_8_single()
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst13 and freeing memory for you by tracking which values are no longer needed. It does this by assigning
17 the reference count. Once the reference count reaches zero, we know the value is no longer needed
27 Reference counting is needed for types that store auxiliary data, which are the following:
/php-src/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-src/ext/mbstring/tests/
H A Diso2022kr_encoding.phpt79 /* After a valid ESC sequence, we are still in ASCII mode; 'Shift Out' is needed to start KS X 1001…
H A Dutf8_mobile_encodings.phpt56 // (Using more bytes than needed to encode a character)
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md36 This makes the message string be copied and freed when no longer needed. There's
/php-src/sapi/fpm/fpm/
H A Dzlog.c288 static zlog_bool zlog_stream_buf_alloc_ex(struct zlog_stream *stream, size_t needed) /* {{{ */ in zlog_stream_buf_alloc_ex() argument
292 size = MIN(zlog_limit, MAX((stream->buf.data ? (size << 1) : size), needed)); in zlog_stream_buf_alloc_ex()

Completed in 78 milliseconds

123