George Peter Banyard
|
b6958bb847
|
Implement "Deprecate implicit non-integer-compatible float to int conversions" RFC. (#6661)
RFC: https://wiki.php.net/rfc/implicit-float-int-deprecate
Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
|
2021-05-31 15:48:45 +01:00 |
|
George Peter Banyard
|
3fbd3d2e2f
|
Remove usage of float keys in arrays
Also make test output not produce trailling whitespaces
Closes GH-6662
|
2021-02-09 02:55:54 +00:00 |
|
Máté Kocsis
|
b5c7a83dca
|
Remove unnecessary PHPDoc-alike blocks from tests
Closes GH-5759
|
2020-06-24 13:13:44 +02:00 |
|
Christoph M. Becker
|
dabc28d182
|
Fix #78880: Spelling error report
We fix the most often occuring typos according to a recent codespell
report[1] in tests, code comments and documentation.
[1] <https://fossies.org/linux/test/php-src-master-f8f48ce.191129.tar.gz/codespell.html>.
|
2019-12-21 11:58:00 +01:00 |
|
Peter Kokot
|
d7a3edd45d
|
Trim trailing whitespace in *.phpt
|
2018-10-14 19:46:15 +02:00 |
|
Gabriel Caruso
|
ded3d984c6
|
Use EXPECT instead of EXPECTF when possible
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
|
2018-02-20 21:53:48 +01:00 |
|
Ant Phillips
|
2b1a411806
|
Array tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-02 13:32:53 +00:00 |
|
Raghubansh Kumar
|
dfbaff6539
|
New testcases for array_intersect() function
|
2007-10-27 12:15:16 +00:00 |
|