php-src/Zend/tests/arg_unpack
Dmitry Stogov 1c94ff0595 Implement engine exceptions
RFC: https://wiki.php.net/rfc/engine_exceptions_for_php7

Pending changes regarding naming of BaseException and whether it
should be an interface.
2015-03-09 14:01:32 +01:00
..
basic.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00
by_ref.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00
dynamic.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00
internal.phpt
invalid_type.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00
many_args.phpt Fix argument unpacking across stack pages 2014-01-18 14:41:33 +01:00
method.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00
new.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00
positional_arg_after_unpack_error.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00
string_keys.phpt Implement engine exceptions 2015-03-09 14:01:32 +01:00
traversable_throwing_exception.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00
traversable_with_by_ref_parameters.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00