diff options
author | Pierre Joye <pajoye@php.net> | 2011-08-31 10:30:39 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-08-31 10:30:39 +0000 |
commit | 138bff32e743da3e96ac240431a114ffb593d78f (patch) | |
tree | dd2ba072e91e27bd8f858f027f5ba13c243bc2fd | |
parent | 5c6e57264e471894feeeff6a989e2d5e1219ec01 (diff) | |
download | php-git-138bff32e743da3e96ac240431a114ffb593d78f.tar.gz |
- use only the test name
-rw-r--r-- | Zend/tests/bug54262.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/bug54262.phpt b/Zend/tests/bug54262.phpt index 24c7122fcd..1b9d3513cc 100644 --- a/Zend/tests/bug54262.phpt +++ b/Zend/tests/bug54262.phpt @@ -11,7 +11,7 @@ echo "ok\n"; --EXPECTF-- bool(true) -Warning: Attempt to modify property of non-object in %s/Zend/tests/bug54262.php on line 4 +Warning: Attempt to modify property of non-object in %sbug54262.php on line 4 -Warning: Cannot use a scalar value as an array in %s/Zend/tests/bug54262.php on line 5 -ok
\ No newline at end of file +Warning: Cannot use a scalar value as an array in %sbug54262.php on line 5 +ok |