PHP-QAT
|
|
The PHP/QA Team is a small group of developers
whose primary goal is to support the PHP core developers by providing
them with timely quality assurance.
|
Projects & Goals
|
|
Find more information about PHP/QA Team's current
projects and future goals.
|
Release Candidates
|
|
What are release candidates and how you can help us testing them.
|
Contact Information
|
Questions about the PHP-QAT should be sent to the
PHP/QAT Mailing List
Bug Reports should be submitted to the official PHP bug list
(http://bugs.php.net)
All other questions should be directed to the appropriate
PHP mailing list.
|
 |

|
Test: /ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt - Version 5.3.19RC1
There is 1 diff reported by users for this test.
| Count |
Diff |
1 (100%)
 |
037+
037- done!
038+ Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: 2053 in %s/pdo_mysql_attr_oracle_nulls.php on line 52
039+ [004] Expecting array (
040+ 0 =>
041+ array (
042+ 'z' => NULL,
043+ 'a' => NULL,
044+ 'b' => ' ',
045+ 'c' => NULL,
046+ 'd' => ' d',
047+ 'e' => ' e',
048+ ),
049+ ) got array (
050+ )
051+ Segmentation fault
|
|
|