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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: frank dot mustermann at bugreporterdeluxe2000 dot h
New email:
PHP Version: OS:

 

 [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 Apr 25 19:01:33 2024 UTC