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
 [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: Tue May 07 17:01:33 2024 UTC