Máté Kocsis
|
b5c7a83dca
|
Remove unnecessary PHPDoc-alike blocks from tests
Closes GH-5759
|
2020-06-24 13:13:44 +02:00 |
|
Nikita Popov
|
f8d795820e
|
Reindent phpt files
|
2020-02-03 22:52:20 +01:00 |
|
Ben Ramsey
|
d1c261d7f8
|
array_column: Changing integer in test output to use %d
|
2013-07-06 20:50:34 +00:00 |
|
Sara Golemon
|
1a03bd5dee
|
Allow array_column() to take -1 as a valid value in third param
Also do some cleanup and simplification to make this code more
readable in the long term.
|
2013-04-22 15:54:21 -07:00 |
|
Sara Golemon
|
f63db963c4
|
Harden array_column_basic.phpt against resource renumbering.
We don't care what resource number it is, so long as there's a
stream resource returned.
|
2013-04-22 13:36:40 -07:00 |
|
Sara Golemon
|
7b34324f84
|
Fix handling of double keys in array_column
Also fix resource test to not localize __FILE__ to cwd.
|
2013-04-21 22:35:04 -07:00 |
|
Ben Ramsey
|
5bc2854b37
|
array_column: Implement ability to specify an index column
|
2013-01-11 16:58:31 -06:00 |
|
Ben Ramsey
|
20ab30339d
|
array_column: Adding test for IS_OBJECT and converting object to string
|
2013-01-11 14:16:19 -06:00 |
|
Ben Ramsey
|
5f6b20a44d
|
array_column: Improved tests
|
2013-01-11 14:16:19 -06:00 |
|