php-src/ext/standard/tests/assert
Nikita Popov 3bd3651bcc Fixed bug #80290
Dropping the dtor arg args[3] rather than using STR_COPY: Since
PHP 8, we no longer support separation in call_user_function(),
so we also don't need to worry about things like arguments being
replaced with references.
2020-10-30 11:13:35 +01: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_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_basic.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +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 Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
assert.phpt Default assert.exception to 1 2020-08-02 13:39:35 -06:00
bug80290.phpt Fixed bug #80290 2020-10-30 11:13:35 +01:00