This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-04-25 08:58:28 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
110,727
Commits
549
Branches
1,485
Tags
5f4e034e570176cf63aaa29d2d476ddff2d0580b
Commit Graph
1 Commits
Author
SHA1
Message
Date
Xinchen Hui
020b51b46e
Don't use >= as sorting condition
...
which could avoid breaking usage like: usort($a, function($a, $b) { return $a > $b; })
2015-01-19 01:36:56 -05:00