php-src/ext/standard/tests/assert
Nikita Popov 76d1120a48 Remove assert_options() return value info
The ASSERT_CALLBACK value is not validated at all -- it's possible
to set it to an arbitrary value. As such, the function can also
return any value or type (even without outright abuse, the opcache
func info was wrong in that the return can be rcn, and the array
can be array_of_ref).
2021-04-28 11:05:05 +02:00
..
assert.phpt Default assert.exception to 1 2020-08-02 13:39:35 -06:00
assert03.phpt Default assert.exception to 1 2020-08-02 13:39:35 -06:00
assert04.phpt Default assert.exception to 1 2020-08-02 13:39:35 -06:00
assert_basic.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
assert_basic1.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
assert_basic2.phpt Default assert.exception to 1 2020-08-02 13:39:35 -06:00
assert_basic3.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
assert_basic4.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
assert_basic5.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
assert_basic6.phpt Add more argument types to stubs 2020-08-07 12:35:30 +02:00
assert_closures.phpt Default assert.exception to 1 2020-08-02 13:39:35 -06:00
assert_custom_exception.phpt Fix assert() implementation to match docs 2015-10-17 14:30:41 -05:00
assert_error2.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
assert_options_error.phpt Update ext/standard parameter names 2020-09-29 16:49:46 +02:00
assert_return_value.phpt Always return boolean from assert 2015-10-18 01:42:15 -05:00
assert_variation.phpt Remove assert_options() return value info 2021-04-28 11:05:05 +02:00
bug80290.phpt Fixed bug #80290 2020-10-30 11:13:35 +01:00