]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
PHP 5.3 closure-based implementation of curry(); old implementation used as fallback...
authorBrion Vibber <brion@pobox.com>
Tue, 15 Dec 2009 21:53:19 +0000 (13:53 -0800)
committerBrion Vibber <brion@pobox.com>
Wed, 16 Dec 2009 14:27:48 +0000 (09:27 -0500)
commit0158f4f73db1c6090c09da8cc3cdcfb97af3883b
treed9595dd5285fe0341c93338721cb5216579a86f9
parent00fb5feff8f2552f63f1ddc7b1bef25ebd408507
PHP 5.3 closure-based implementation of curry(); old implementation used as fallback for older PHP versions. Added unit tests to confirm they both work!
lib/curry.php [new file with mode: 0644]
lib/util.php
tests/CurryTest.php [new file with mode: 0644]