/PHP-8.1/main/ |
H A D | php_streams.h | 312 #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 D | rfc1867.c | 694 zend_long count = 0; local
|
H A D | output.c | 581 int i, count = php_output_get_level(); in php_output_handler_started() local
|
/PHP-8.1/ext/sqlite3/ |
H A D | sqlite3.c | 1078 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 D | zend_jit_trace.c | 767 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 D | pcre2_jit_compile.c | 361 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 D | pcre2_compile.c | 5226 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 D | math.c | 1021 int count = 0; in _php_math_number_format_ex() local
|
H A D | image.c | 176 …ic unsigned long int php_swf_get_bits (unsigned char* buffer, unsigned int pos, unsigned int count) in php_swf_get_bits()
|
H A D | basic_functions.stub.php | 85 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 D | file.c | 1899 uint32_t count, i = 0; in php_fputcsv() local
|
/PHP-8.1/ext/exif/ |
H A D | exif.c | 1808 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 D | phpdbg.c | 855 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 D | ZendAccelerator.c | 3654 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 D | php_mbregex.c | 1190 zend_long count = -1; in PHP_FUNCTION() local
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gd_topal.c | 653 long count = 0; /* 2.0.28: = 0 */ in compute_color() local
|
/PHP-8.1/ext/phar/ |
H A D | phar_object.c | 1369 int count; member 1869 PHP_METHOD(Phar, count) in PHP_METHOD() argument
|
/PHP-8.1/Zend/ |
H A D | zend_execute.c | 3788 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 D | zend_API.c | 2218 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 D | parse_date.c | 352 static timelib_error_message *alloc_error_message(timelib_error_message **messages, int *count) in alloc_error_message()
|
H A D | timelib.h | 184 size_t count; member
|
/PHP-8.1/ext/ldap/ |
H A D | ldap.c | 355 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 D | apprentice.c | 112 uint32_t count; member
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql.c | 4104 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 D | gmp.c | 997 size_t count = (mpz_sizeinbase(gmpnumber, 2) + bits_per_word - 1) / bits_per_word; in ZEND_FUNCTION() local
|