diff options
author | Aaron Piotrowski <aaron@trowski.com> | 2015-05-17 17:31:43 -0500 |
---|---|---|
committer | Aaron Piotrowski <aaron@trowski.com> | 2015-05-17 17:31:43 -0500 |
commit | e97d5fab35af5c73b0d9614bb2d079c67bf4d508 (patch) | |
tree | 068efc00d08018aff1c74900270465333bc2d1b1 /tests/classes/autoload_009.phpt | |
parent | 7e18df82a3b109bbe83318efa170a804c8121669 (diff) | |
download | php-git-e97d5fab35af5c73b0d9614bb2d079c67bf4d508.tar.gz |
Update exception names in tests after formatting changes.
Diffstat (limited to 'tests/classes/autoload_009.phpt')
-rw-r--r-- | tests/classes/autoload_009.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/autoload_009.phpt b/tests/classes/autoload_009.phpt index 2af2d9adc4..51d3e8f791 100644 --- a/tests/classes/autoload_009.phpt +++ b/tests/classes/autoload_009.phpt @@ -14,7 +14,7 @@ Ensure type hints for unknown types do not trigger autoload. f(new stdClass); ?> --EXPECTF-- -Fatal error: Uncaught TypeException: Argument 1 passed to f() must be an instance of UndefClass, instance of stdClass given, called in %s on line %d and defined in %s:%d +Fatal error: Uncaught TypeError: Argument 1 passed to f() must be an instance of UndefClass, instance of stdClass given, called in %s on line %d and defined in %s:%d Stack trace: #0 %s(%d): f() #1 {main} |