Searched defs:count (Results 1 – 5 of 5) sorted by relevance
41 int count; in php_imagickkernelvalues_to_zval() local251 int count = 0; in PHP_METHOD() local425 int count = 0; in PHP_METHOD() local
3332 static int php_imagick_count_elements(zend_object *object, im_long *count) /* {{{ */
446 public function count(int $mode = 0): int {} function in Imagick448 public function count(): int {} function in Imagick
3376 PHP_METHOD(Imagick, count) in PHP_METHOD() argument
28 $count = preg_match_all($pattern, $html, $matches); variable
Completed in 46 milliseconds