Home
last modified time | relevance | path

Searched defs:count (Results 126 – 150 of 161) sorted by relevance

1234567

/PHP-8.1/main/
H A Dphp_streams.h312 #define php_stream_read(stream, buf, count) _php_stream_read((stream), (buf), (count)) argument
318 #define php_stream_write(stream, buf, count) _php_stream_write(stream, (buf), (count)) argument
H A Drfc1867.c694 zend_long count = 0; local
H A Doutput.c581 int i, count = php_output_get_level(); in php_output_handler_started() local
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c1078 static ssize_t php_sqlite3_stream_write(php_stream *stream, const char *buf, size_t count) in php_sqlite3_stream_write()
1107 static ssize_t php_sqlite3_stream_read(php_stream *stream, char *buf, size_t count) in php_sqlite3_stream_read()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c767 int count = opline - op_array->opcodes; in zend_jit_trace_add_call_phis() local
2697 int i, j, idx, count, level; in zend_jit_trace_allocate_registers() local
6285 uint32_t count = in zend_jit_trace() local
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c361 sljit_u8 count; member
843 int count = 0; in no_alternatives() local
1070 int count; in check_opcode_types() local
1248 int count; in detect_early_fail() local
5334 sljit_u32 i, count = chars->count; in add_prefix_char() local
9004 int count = GET2(cc, 1 + IMM2_SIZE); in compile_dnref_search() local
H A Dpcre2_compile.c5226 int count; in find_dupname_details() local
6249 int count, index; in compile_branch() local
6668 int count, index; in compile_branch() local
/PHP-8.1/ext/standard/
H A Dmath.c1021 int count = 0; in _php_math_number_format_ex() local
H A Dimage.c176 …ic unsigned long int php_swf_get_bits (unsigned char* buffer, unsigned int pos, unsigned int count) in php_swf_get_bits()
H A Dbasic_functions.stub.php85 function count(Countable|array $value, int $mode = COUNT_NORMAL): int {} function
155 function array_fill(int $start_index, int $count, mixed $value): array {}
841 function str_replace(array|string $search, array|string $replace, string|array $subject, &$count = …
847 function str_ireplace(array|string $search, array|string $replace, string|array $subject, &$count =…
H A Dfile.c1899 uint32_t count, i = 0; in php_fputcsv() local
/PHP-8.1/ext/exif/
H A Dexif.c1808 int count; member
1929 int count; member
1949 int count; member
2124 int count = ImageInfo->file.count; in exif_file_sections_add() local
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c855 static ssize_t phpdbg_stdiop_write(php_stream *stream, const char *buf, size_t count) { in phpdbg_stdiop_write()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c3654 static void preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap…
3790 …uint32_t count = ce->parent ? ce->default_static_members_count - ce->parent->default_static_member… local
/PHP-8.1/ext/mbstring/
H A Dphp_mbregex.c1190 zend_long count = -1; in PHP_FUNCTION() local
/PHP-8.1/ext/gd/libgd/
H A Dgd_topal.c653 long count = 0; /* 2.0.28: = 0 */ in compute_color() local
/PHP-8.1/ext/phar/
H A Dphar_object.c1369 int count; member
1869 PHP_METHOD(Phar, count) in PHP_METHOD() argument
/PHP-8.1/Zend/
H A Dzend_execute.c3788 int count = EX(func)->op_array.last_var; in i_free_compiled_variables() local
3851 uint32_t count; in zend_copy_extra_args() local
3893 uint32_t count = last - first; in zend_init_cvs() local
H A Dzend_API.c2218 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules()
2657 int count=0, unload=0; in ZEND_END_ARG_INFO() local
2891 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions()
/PHP-8.1/ext/date/lib/
H A Dparse_date.c352 static timelib_error_message *alloc_error_message(timelib_error_message **messages, int *count) in alloc_error_message()
H A Dtimelib.h184 size_t count; member
/PHP-8.1/ext/ldap/
H A Dldap.c355 int target, count, errcode, rc; in _php_ldap_control_to_array() local
2250 int i, count; in PHP_FUNCTION() local
/PHP-8.1/ext/fileinfo/libmagic/
H A Dapprentice.c112 uint32_t count; member
/PHP-8.1/ext/pgsql/
H A Dpgsql.c4104 static ssize_t php_pgsql_fd_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_pgsql_fd_write()
4110 static ssize_t php_pgsql_fd_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_pgsql_fd_read()
/PHP-8.1/ext/gmp/
H A Dgmp.c997 size_t count = (mpz_sizeinbase(gmpnumber, 2) + bits_per_word - 1) / bits_per_word; in ZEND_FUNCTION() local

Completed in 414 milliseconds

1234567