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 | 3d74cffc203f44f20dd7ab0c8c31e559c5700aac (patch) | |
tree | 1ffd83d119411fc3c5c34fc3bb984001ce4e3a91 | |
parent | 84fc76e94c4cec08ecb23a1572d4eba75d931b03 (diff) | |
download | php-git-3d74cffc203f44f20dd7ab0c8c31e559c5700aac.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 |