summaryrefslogtreecommitdiff
path: root/Zend/tests/bug74164.phpt
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-02-03 22:52:20 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-02-03 22:52:20 +0100
commitf8d795820e780a6322e054c26c581570613c14f0 (patch)
tree99d3ae01ce564752807341c5743863b4c92513f8 /Zend/tests/bug74164.phpt
parentd2cb200e10ada6fa44c54a29292bb4665728fff0 (diff)
downloadphp-git-f8d795820e780a6322e054c26c581570613c14f0.tar.gz
Reindent phpt files
Diffstat (limited to 'Zend/tests/bug74164.phpt')
-rw-r--r--Zend/tests/bug74164.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug74164.phpt b/Zend/tests/bug74164.phpt
index 354b2f51e0..b623dcb1db 100644
--- a/Zend/tests/bug74164.phpt
+++ b/Zend/tests/bug74164.phpt
@@ -6,7 +6,7 @@ Bug #74164 (PHP hangs when an invalid value is dynamically passed to typehinted
namespace Foo;
set_error_handler(function ($type, $msg) {
- throw new \Exception($msg);
+ throw new \Exception($msg);
});
call_user_func(function (array &$ref) {var_dump("xxx");}, 'not_an_array_variable');