]> granicus.if.org Git - php/commit
Adding object aggregation capability along with tests.
authorAndrei Zmievski <andrei@php.net>
Thu, 21 Feb 2002 03:32:42 +0000 (03:32 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 21 Feb 2002 03:32:42 +0000 (03:32 +0000)
commit513e598d1ec6634cf4652c7946e8218132e56518
tree3972f5ab1109a2647df8ed2fa4ca9c4ec61f782e
parent444d3a6150721f97bd12a0d8b65251fde99ca48e
Adding object aggregation capability along with tests.
17 files changed:
NEWS
ext/standard/Makefile.in
ext/standard/aggregation.c [new file with mode: 0644]
ext/standard/aggregation.h [new file with mode: 0644]
ext/standard/basic_functions.c
ext/standard/basic_functions.h
ext/standard/php_standard.h
ext/standard/tests/aggregation/aggregate.lib.php [new file with mode: 0644]
ext/standard/tests/aggregation/aggregate.phpt [new file with mode: 0644]
ext/standard/tests/aggregation/aggregate_methods.phpt [new file with mode: 0644]
ext/standard/tests/aggregation/aggregate_methods_by_list.phpt [new file with mode: 0644]
ext/standard/tests/aggregation/aggregate_methods_by_regexp.phpt [new file with mode: 0644]
ext/standard/tests/aggregation/aggregate_properties.phpt [new file with mode: 0644]
ext/standard/tests/aggregation/aggregate_properties_by_list.phpt [new file with mode: 0644]
ext/standard/tests/aggregation/aggregate_properties_by_regexp.phpt [new file with mode: 0644]
ext/standard/tests/aggregation/aggregation_info.phpt [new file with mode: 0644]
ext/standard/tests/aggregation/deaggregate.phpt [new file with mode: 0644]