ID:               27377
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Documentation problem
 Operating System: windows 2000
 PHP Version:      4.3.5RC3
 New Comment:

Hi momo!



This is not the place to ask questions :)



Please contact one of the maintainers of the extension (Wez Furlong,
Tal Peer, Marcus Börger or Ilia Alshanetsky) and then tell us the
answer :)


Previous Comments:
------------------------------------------------------------------------

[2004-02-24 08:05:17] [EMAIL PROTECTED]

Description:
------------
on the sqlite_query() documentation mention that:

" ...For other kinds of queries, this function will return a boolean
result; TRUE for success or FALSE for failure."



but the above Reproduce code show that on comments the sqlite return
false. so we have here sqlite or php or phpdoc bug.

Reproduce code:
---------------
<?

$db = sqlite_open("temp.db");

if(!sqlite_query($db,"-- just a remark")){

  echo "is this intended behavior?";

} else {

  echo "ok";

}

sqlite_close($db);

?>

Expected result:
----------------
is this intended behavior?

Actual result:
--------------
ok


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=27377&edit=1

Reply via email to