Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 184) sorted by last modified time

12345678

/php-src/ext/spl/
H A Dspl_observer.c644 PHP_METHOD(SplObjectStorage, count) in PHP_METHOD() argument
867 zend_long count; in PHP_METHOD() local
H A Dspl_observer.stub.php50 public function count(int $mode = COUNT_NORMAL): int {} function in SplObjectStorage
/php-src/ext/simplexml/
H A Dsimplexml.c1892 static zend_result php_sxe_count_elements_helper(php_sxe_object *sxe, zend_long *count) /* {{{ */ in php_sxe_count_elements_helper()
1908 static zend_result sxe_count_elements(zend_object *object, zend_long *count) /* {{{ */ in sxe_count_elements()
1927 PHP_METHOD(SimpleXMLElement, count) in PHP_METHOD() argument
1929 zend_long count = 0; in PHP_METHOD() local
/php-src/ext/standard/
H A Darray.c641 PHP_FUNCTION(count) in PHP_FUNCTION() argument
1861 zend_long count = 0; local
1907 zend_long count = 0; local
1951 zend_long count = 0; local
2001 zend_long count = 0; local
2046 zend_long count = 0; local
2105 zend_long count = 0; local
2159 zend_long count = 0; local
2236 zend_long count = 0; local
2602 zend_long count; local
[all …]
/php-src/ext/hash/
H A Dhash.c141 size_t count, alignment; in parse_serialize_spec() local
243 size_t sz, count = parse_serialize_spec(&spec, &pos, &sz, &max_alignment); in php_hash_serialize_spec() local
290 size_t sz, count = parse_serialize_spec(&spec, &pos, &sz, &max_alignment); in php_hash_unserialize_spec() local
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c147 uint32_t count; member
359 int i, count = sizeof(zend_jit_stubs) / sizeof(zend_jit_stubs[0]); in zend_jit_get_veneer() local
384 int i, count = sizeof(zend_jit_stubs) / sizeof(zend_jit_stubs[0]); in zend_jit_set_veneer() local
422 int i, count = sizeof(zend_jit_stubs) / sizeof(zend_jit_stubs[0]); in zend_jit_commit_veneers() local
3457 int i, count; in _zend_jit_fix_merges() local
11137 zend_long count; local
15710 int i, count; local
/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()
/php-src/ext/bcmath/libbcmath/src/
H A Ddoaddsub.c129 size_t borrow, count; in _bc_do_sub() local
H A Dcompare.c78 size_t count = n1->n_len + MIN (n1->n_scale, n2->n_scale); in _bc_do_compare() local
H A Drecmul.c101 size_t count = val->n_len; in _bc_shift_addsub() local
H A Ddiv.c85 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
H A Dfloor_or_ceil.c37 size_t count = num->n_scale; in bc_floor_or_ceil() local
H A Dround.c126 size_t count = num->n_len + num->n_scale - rounded_len - 1; in bc_round() local
/php-src/ext/sqlite3/
H A Dsqlite3.c1087 static ssize_t php_sqlite3_stream_write(php_stream *stream, const char *buf, size_t count) in php_sqlite3_stream_write()
1116 static ssize_t php_sqlite3_stream_read(php_stream *stream, char *buf, size_t count) in php_sqlite3_stream_read()
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.c136 static ssize_t php_pdosqlite3_stream_write(php_stream *stream, const char *buf, size_t count) in php_pdosqlite3_stream_write()
165 static ssize_t php_pdosqlite3_stream_read(php_stream *stream, char *buf, size_t count) in php_pdosqlite3_stream_read()
/php-src/main/
H A Dfastcgi.c910 static inline ssize_t safe_write(fcgi_request *req, const void *buf, size_t count) in safe_write()
947 static inline ssize_t safe_read(fcgi_request *req, const void *buf, size_t count) in safe_read()
/php-src/ext/dom/
H A Dnodelist.c95 int count = 0; in php_dom_get_nodelist_length() local
130 PHP_METHOD(DOMNodeList, count) in PHP_METHOD() argument
180 int count = 0; in php_dom_nodelist_get_item_into_zval() local
/php-src/ext/reflection/
H A Dphp_reflection.c309 int count, count_static_props = 0, count_static_funcs = 0, count_shadow_props = 0; in _class_string() local
778 uint32_t i, count; in _function_closure_string() local
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c86 void zend_accel_move_user_functions(HashTable *src, uint32_t count, zend_script *script) in zend_accel_move_user_functions()
117 void zend_accel_move_user_classes(HashTable *src, uint32_t count, zend_script *script) in zend_accel_move_user_classes()
/php-src/Zend/
H A Dzend_compile.c67 static inline uint32_t zend_alloc_cache_slots(unsigned count) { in zend_alloc_cache_slots()
2411 uint32_t i, count = zend_stack_count(&CG(delayed_oplines_stack)); in zend_delayed_compile_end() local
2566 size_t count = 0; in zend_type_get_num_classes() local
3092 uint32_t count = zend_stack_count(&CG(delayed_oplines_stack)); in zend_delayed_compile_prop() local
H A Dzend_API.c2381 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules()
2859 int count=0, unload=0; in zend_register_functions() local
3142 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions()
/php-src/ext/gettext/
H A Dgettext.c222 zend_long count; in PHP_FUNCTION() local
247 zend_long count; in PHP_FUNCTION() local
274 zend_long count, category; in PHP_FUNCTION() local
H A Dgettext.stub.php25 function ngettext(string $singular, string $plural, int $count): string {}
30 function dngettext(string $domain, string $singular, string $plural, int $count): string {}
35 function dcngettext(string $domain, string $singular, string $plural, int $count, int $category): s…
/php-src/ext/pgsql/
H A Dpgsql.c4081 static ssize_t php_pgsql_fd_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_pgsql_fd_write()
4087 static ssize_t php_pgsql_fd_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_pgsql_fd_read()
/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c802 uint32_t count; in ir_promote_d2f() local
865 uint32_t count; in ir_promote_f2d() local
973 uint32_t count; in ir_promote_i2i() local
1316 ir_ref i, count = insn->inputs_count, *ops = insn->ops + 1; in ir_try_remove_empty_diamond() local

Completed in 452 milliseconds

12345678