]> granicus.if.org Git - php/commit
Implement \ArgumentCountError exception
authorDavey Shafik <me@daveyshafik.com>
Tue, 30 Aug 2016 19:09:26 +0000 (12:09 -0700)
committerDavey Shafik <me@daveyshafik.com>
Wed, 31 Aug 2016 02:35:56 +0000 (19:35 -0700)
commit12ee17d5e079bbf02ecc7a8e4567977f4ebaf78d
tree070ccb29fba6d9c8c5af5e837774993e1c036e9b
parent02fb46e17ca38db0b339fd4832a03925493f2837
Implement \ArgumentCountError exception
21 files changed:
Zend/tests/bug38047.phpt
Zend/tests/bug55705.phpt
Zend/tests/bug70689.phpt
Zend/tests/function_arguments/argument_count_correct.phpt [new file with mode: 0644]
Zend/tests/function_arguments/argument_count_correct_strict.phpt [new file with mode: 0644]
Zend/tests/function_arguments/argument_count_incorrect_internal.phpt [new file with mode: 0644]
Zend/tests/function_arguments/argument_count_incorrect_internal_strict.phpt [new file with mode: 0644]
Zend/tests/function_arguments/argument_count_incorrect_userland.phpt [new file with mode: 0644]
Zend/tests/function_arguments/argument_count_incorrect_userland_strict.phpt [new file with mode: 0644]
Zend/tests/nullable_types/nullable_type_parameters_do_not_have_default_value.phpt
Zend/zend.c
Zend/zend.h
Zend/zend_API.c
Zend/zend_exceptions.c
Zend/zend_exceptions.h
Zend/zend_execute.c
ext/reflection/tests/ReflectionMethod_invokeArgs_error1.phpt
ext/reflection/tests/ReflectionMethod_invoke_error2.phpt
ext/standard/tests/assert/assert_error2.phpt
ext/standard/tests/file/bug38450_3.phpt
tests/classes/interfaces_003.phpt