summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/intdiv.phpt
Commit message (Expand)AuthorAgeFilesLines
* Use DivisionByZeroError instead of exception for %/intdiv()Bob Weinand2015-07-021-2/+2
* Fix intdiv() testNikita Popov2015-04-181-6/+9
* Fixed weird operators behavior. Division by zero now emits warning and return...Dmitry Stogov2015-04-061-3/+6
* Added -1 safety check, fixed testAndrea Faulds2014-07-151-1/+3
* Fixed testcaseAndrea Faulds2014-07-151-2/+2
* Implemented intdiv()Andrea Faulds2014-07-151-0/+23