diff options
| author | Etienne Kneuss <colder@php.net> | 2012-02-01 13:25:32 +0000 |
|---|---|---|
| committer | Etienne Kneuss <colder@php.net> | 2012-02-01 13:25:32 +0000 |
| commit | 78c8b4c8ffd7a010f976ab0508f3d3c2205bd40b (patch) | |
| tree | 26d80e4de1c2078c3f01bcd762619e91a24fe51a /ext/spl/tests | |
| parent | 0750f6aeed5ac33ad23ac604b9181e3e4449b20c (diff) | |
| download | php-git-78c8b4c8ffd7a010f976ab0508f3d3c2205bd40b.tar.gz | |
Fix test
Diffstat (limited to 'ext/spl/tests')
| -rwxr-xr-x | ext/spl/tests/bug60082.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/spl/tests/bug60082.phpt b/ext/spl/tests/bug60082.phpt index 7aff2c416a..c8a6224d85 100755 --- a/ext/spl/tests/bug60082.phpt +++ b/ext/spl/tests/bug60082.phpt @@ -16,6 +16,4 @@ $test['a'] = $test['b']; ===DONE=== <?php exit(0); ?> --EXPECTF-- -Deprecated: Call-time pass-by-reference has been deprecated in %sbug60082.php on line %d - -Fatal error: main(): Array was modified outside object and made a recursive object in %sbug60082.php on line %d +Fatal error: main(): Nesting level too deep - recursive dependency? in %sbug60082.php on line %d |
