This website works better with JavaScript.
Home
Explore
Help
Sign In
Mirrors
/
php
mirror of
https://github.com/php/php-src
Watch
3
Star
0
Fork
0
Code
Releases
Activity
Browse Source
Fixed wrong test (see
https://bugs.php.net/bug.php?id=67307
)
pull/686/head
Dmitry Stogov
12 years ago
parent
b5af9e8599
commit
cf4d43e45b
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
ext/pdo_sqlite/tests/bug43831.phpt
2
ext/pdo_sqlite/tests/bug43831.phpt
View File
@ -44,7 +44,7 @@ var_dump($bar);
--EXPECTF--
Bar
Bar
object(
My
PDO)#%d (0) {
object(PDO)#%d (0) {
}
object(MyPDO)#%d (0) {
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Mirrors/php
Title
Body
Create Issue