Home » Database » DB » Bug #37
Error in DB
Details
| Submitted | 2003-09-26 11:38 UTC |
|---|---|
| From | info at georgy dot spb dot ru |
| Status | Bogus |
| Package | DB |
| PHP Version | 4.3.3 |
| OS | Linux Debian |
| Roadmaps | (Not assigned) |
Comments
[2003-09-26 11:38 UTC] info at georgy dot spb dot ru
Description:
------------
The error is described below
Reproduce code:
---------------
$sql = 'SELECT * FROM `table`';
$res = DB::query( $sql );
$_res = DB::query( $res );
Actual result:
--------------
Warning: preg_match() expects parameter 2 to be string, object given in /var/www/php4/pear2/DB.php on line 376