diff options
| author | Aaron Piotrowski <aaron@trowski.com> | 2015-07-03 17:28:11 -0500 |
|---|---|---|
| committer | Aaron Piotrowski <aaron@trowski.com> | 2015-07-03 17:53:42 -0500 |
| commit | 1a0ddf988c92614de6890c12ee305c4bf1ff4302 (patch) | |
| tree | d2dd8c861df7669125814a9b9071e4df2867a4ec /Zend/tests/methods-on-non-objects-catch.phpt | |
| parent | fbcc82395269df8d4c862ad8eaede89beb1eb4bb (diff) | |
| download | php-git-1a0ddf988c92614de6890c12ee305c4bf1ff4302.tar.gz | |
Switch code on thrown Errors to 0, update related tests
Diffstat (limited to 'Zend/tests/methods-on-non-objects-catch.phpt')
| -rw-r--r-- | Zend/tests/methods-on-non-objects-catch.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/methods-on-non-objects-catch.phpt b/Zend/tests/methods-on-non-objects-catch.phpt index 2082433181..083ae75e49 100644 --- a/Zend/tests/methods-on-non-objects-catch.phpt +++ b/Zend/tests/methods-on-non-objects-catch.phpt @@ -16,6 +16,6 @@ echo "Alive\n"; ?> --EXPECTF-- -int(1) +int(0) string(%d) "Call to a member function method() on null" Alive |
