Home
last modified time | relevance | path

Searched refs:aggregate (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_005.phpt2 sqlite: aggregate functions
H A Dsqlite_closures_001.phpt2 sqlite: aggregate functions with closures
/PHP-5.3/ext/sqlite3/tests/
H A Dsqlite3_33_createAggregate_notcallable.phpt2 SQLite3::createAggregate() Test whether a supplied PHP function is valid when using in an aggregate
/PHP-5.3/
H A DTODO-PHP566 * aggregate
H A DREADME.MAILINGLIST_RULES60 aggregate your current position into a single mail instead of multiple
/PHP-5.3/Zend/
H A Dzend_interfaces.c582 REGISTER_ITERATOR_INTERFACE(aggregate, IteratorAggregate); in zend_register_interfaces()
583 REGISTER_ITERATOR_IMPLEMENT(aggregate, traversable); in zend_register_interfaces()
/PHP-5.3/ext/spl/
H A Dspl_iterators.c462 zval *aggregate = iterator; in spl_recursive_it_it_construct() local
463 …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() local
493 …zend_call_method_with_0_params(&aggregate, Z_OBJCE_P(aggregate), &Z_OBJCE_P(aggregate)->iterator_f… in spl_recursive_it_it_construct()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in536 ** is called for a particular aggregate, a new structure of size nBytes
538 ** same aggregate instance) the same buffer is returned. The implementation
539 ** 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