Searched refs:aggregate (Results 1 – 8 of 8) sorted by relevance
2 sqlite: aggregate functions
2 sqlite: aggregate functions with closures
2 SQLite3::createAggregate() Test whether a supplied PHP function is valid when using in an aggregate…
66 * aggregate
60 aggregate your current position into a single mail instead of multiple
582 REGISTER_ITERATOR_INTERFACE(aggregate, IteratorAggregate); in zend_register_interfaces()583 REGISTER_ITERATOR_IMPLEMENT(aggregate, traversable); in zend_register_interfaces()
462 zval *aggregate = iterator; in spl_recursive_it_it_construct() local463 …zend_call_method_with_0_params(&aggregate, Z_OBJCE_P(aggregate), &Z_OBJCE_P(aggregate)->iterator_f… in spl_recursive_it_it_construct()492 zval *aggregate = iterator; in spl_recursive_it_it_construct() local493 …zend_call_method_with_0_params(&aggregate, Z_OBJCE_P(aggregate), &Z_OBJCE_P(aggregate)->iterator_f… in spl_recursive_it_it_construct()
536 ** is called for a particular aggregate, a new structure of size nBytes538 ** same aggregate instance) the same buffer is returned. The implementation539 ** of the aggregate can use the returned buffer to accumulate data.547 ** aggregate function instance. The current call to xStep counts so this
Completed in 31 milliseconds