Home
last modified time | relevance | path

Searched refs:count (Results 1151 – 1168 of 1168) sorted by relevance

1...<<41424344454647

/php-src/docs/source/miscellaneous/
H A Dstubs.rst230 count`` annotation.
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation6.phpt37 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
/php-src/ext/mbstring/tests/
H A Dutf_encodings.phpt730 $length = min(rand(20,30), count($good));
/php-src/ext/pgsql/
H A Dpgsql.c4280 static ssize_t php_pgsql_fd_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_pgsql_fd_write() argument
4286 static ssize_t php_pgsql_fd_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_pgsql_fd_read() argument
/php-src/ext/zip/
H A Dphp_zip.c1609 PHP_METHOD(ZipArchive, count) argument
/php-src/Zend/
H A Dzend_vm_execute.h2483 len = count - skip; in ZEND_SEND_ARRAY_SPEC_HANDLER()
2497 if (skip < count && len > 0) { in ZEND_SEND_ARRAY_SPEC_HANDLER()
11037 zend_long count; in ZEND_COUNT_SPEC_CONST_UNUSED_HANDLER() local
11055 count = 0; in ZEND_COUNT_SPEC_CONST_UNUSED_HANDLER()
11078 count = 0; in ZEND_COUNT_SPEC_CONST_UNUSED_HANDLER()
18313 zend_long count; in ZEND_COUNT_SPEC_TMPVAR_UNUSED_HANDLER() local
18331 count = 0; in ZEND_COUNT_SPEC_TMPVAR_UNUSED_HANDLER()
18354 count = 0; in ZEND_COUNT_SPEC_TMPVAR_UNUSED_HANDLER()
49962 zend_long count; in ZEND_COUNT_SPEC_CV_UNUSED_HANDLER() local
49980 count = 0; in ZEND_COUNT_SPEC_CV_UNUSED_HANDLER()
[all …]
H A Dzend_API.h379 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable …
/php-src/win32/build/
H A Dconfutils.js2351 var count = extensions_enabled.length;
/php-src/ext/spl/
H A Dspl_directory.c1609 PHP_METHOD(GlobIterator, count) in PHP_METHOD() argument
/php-src/ext/session/
H A Dsession.c1309 --l->count; in php_session_remove_cookie()
/php-src/ext/date/lib/
H A Dparse_date.c353 static timelib_error_message *alloc_error_message(timelib_error_message **messages, int *count) in alloc_error_message() argument
356 int is_pow2 = (*count & (*count - 1)) == 0; in alloc_error_message()
359 size_t alloc_size = *count ? (*count * 2) : 1; in alloc_error_message()
363 return *messages + (*count)++; in alloc_error_message()
/php-src/ext/ffi/
H A Dffi.c1778 static zend_result zend_ffi_cdata_count_elements(zend_object *obj, zend_long *count) /* {{{ */ in zend_ffi_cdata_count_elements() argument
1787 *count = type->array.length; in zend_ffi_cdata_count_elements()
/php-src/ext/random/tests/02_engine/
H A Dall_serialize_error.phpt21 // invalid count
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2462 >>16 ubeshort x \b, driver count %u
2513 >>4 ubelong x \b, map block count %u
2516 >>12 ubelong x \b, block count %u
6519 >0x1c lelong x \b, skip line count: %d
7684 # pool count unequal zero
7685 #>>8 beshort x \b, pool count %#x
17350 # to count it as a match. Text only printed in named patterns is
18314 # 6 <= tags count <= 43
18318 # search range = tags count * 12 -8=< maximal tag count * 12 -8= 43 * 12 -8= 508
38772 # item count; number of items stored in this DBX file
[all …]
H A Dmagic2462 >>16 ubeshort x \b, driver count %u
2513 >>4 ubelong x \b, map block count %u
2516 >>12 ubelong x \b, block count %u
6519 >0x1c lelong x \b, skip line count: %d
7684 # pool count unequal zero
7685 #>>8 beshort x \b, pool count %#x
17350 # to count it as a match. Text only printed in named patterns is
18314 # 6 <= tags count <= 43
18318 # search range = tags count * 12 -8=< maximal tag count * 12 -8= 43 * 12 -8= 508
38772 # item count; number of items stored in this DBX file
[all …]
/php-src/
H A Dphp.ini-development1623 ; This directive specifies maximum retry count for mbstring regular expressions. It is similar
H A Dphp.ini-production1625 ; This directive specifies maximum retry count for mbstring regular expressions. It is similar
/php-src/ext/date/
H A Dphp_date.c4411 for (j = 0; j < transitions.count; j++) { in PHP_FUNCTION()

Completed in 442 milliseconds

1...<<41424344454647