diff options
| author | Matt Wilmas <mattwil@php.net> | 2008-05-29 07:33:03 +0000 |
|---|---|---|
| committer | Matt Wilmas <mattwil@php.net> | 2008-05-29 07:33:03 +0000 |
| commit | 70c5d7fcb50f1714a070aad9cdccc32b84c7ee16 (patch) | |
| tree | 6336ac621d1f64944df2c49e62bebf54b7040695 /Zend | |
| parent | 6e79f8f9999aa42918bf1ee0e9022d169c5919b9 (diff) | |
| download | php-git-70c5d7fcb50f1714a070aad9cdccc32b84c7ee16.tar.gz | |
Fixed tests on Windows
Diffstat (limited to 'Zend')
| -rw-r--r-- | Zend/tests/bug41919.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug41919.phpt b/Zend/tests/bug41919.phpt index 3ba9ae0ec4..0ac3276b07 100644 --- a/Zend/tests/bug41919.phpt +++ b/Zend/tests/bug41919.phpt @@ -8,4 +8,4 @@ $foo[3]->bar[1] = "bang"; echo "ok\n"; ?> --EXPECTF-- -Fatal error: Cannot use string offset as an object in %s/bug41919.php on line %d +Fatal error: Cannot use string offset as an object in %sbug41919.php on line %d |
