php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31605 i have a bug, which goes onto my nerves
Submitted: 2005-01-19 10:59 UTC Modified: 2005-01-19 11:45 UTC
From: frank dot mustermann at bugreporterdeluxe2000 dot h Assigned:
Status: Not a bug Package: Output Control
PHP Version: Irrelevant OS: nintendo
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
14 + 37 = ?
Subscribe to this entry?

 
 [2005-01-19 10:59 UTC] frank dot mustermann at bugreporterdeluxe2000 dot h
Description:
------------
My bug is five feet long and likes to eat salad. It wings are blau and smell wie shit(schei?e). sometimes it goes the walls up and falls runter again. Then it cries the ganze night. 

Reproduce code:
---------------
function dbVerbinden() {
            if ($dbLink) {
                return;
            }
            global $dbLink;
            if (!(($dbLink =
                mysql_connect(
                    $this->dbHostname,
                    $this->dbBenutzer,
                    $this->dbPasswort))
                && (mysql_select_db (
                    $this->dbDBName,
                    $dbLink)))) {
                die("Datenbankproblem:".mysql_error());
            }
        }

Expected result:
----------------
i want a new bug with lamps on it

Actual result:
--------------
Niklas has a small wiener and a fat ass

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-19 11:12 UTC] johannes@php.net
.   
 [2005-01-19 11:45 UTC] derick@php.net
hau ab mit der scheisse! We have better things to do.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 10:01:26 2024 UTC