diff options
author | Lars Strojny <lstrojny@php.net> | 2011-11-14 00:26:37 +0000 |
---|---|---|
committer | Lars Strojny <lstrojny@php.net> | 2011-11-14 00:26:37 +0000 |
commit | 7d0fe66ebe91ac132198c14c4c686dae60199ca8 (patch) | |
tree | a610a937821143724892450f5532732a32fc496c /tests | |
parent | 9b091f8c349812363fd1f23f9399c60f3d9d4a08 (diff) | |
download | php-git-7d0fe66ebe91ac132198c14c4c686dae60199ca8.tar.gz |
Adjusting error messages
Diffstat (limited to 'tests')
-rw-r--r-- | tests/output/ob_start_error_001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/output/ob_start_error_001.phpt b/tests/output/ob_start_error_001.phpt index b45de831df..fae0263a63 100644 --- a/tests/output/ob_start_error_001.phpt +++ b/tests/output/ob_start_error_001.phpt @@ -37,7 +37,7 @@ NULL - Arg 1 wrong type -Warning: ob_start(): no array or string given in %s on line 20 +Warning: ob_start(): no array, string, closure or functor given in %s on line 20 Notice: ob_start(): failed to create buffer in %s on line 20 bool(false) |