|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-10-30 19:25 UTC] derick@php.net
[2004-10-30 19:32 UTC] mike@php.net
[2004-10-30 19:36 UTC] georg@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 19:00:01 2025 UTC |
Description: ------------ The procedural function mysqli_connect() returns a MySQLi object instead of an link identifier. Reproduce code: --------------- php5 -r "var_dump(mysqli_connect('localhost','root',''));" Expected result: ---------------- resource (#N) of type mysqli Actual result: -------------- object(mysqli)#1 (0) { }