php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35790 after an object print_r i call an method from the object. sorry for my english
Submitted: 2005-12-23 21:00 UTC Modified: 2005-12-24 18:38 UTC
From: kontakt at zuckerimnetz dot de Assigned:
Status: Closed Package: Apache2 related
PHP Version: 5.1.1 OS: Windows XP
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kontakt at zuckerimnetz dot de
New email:
PHP Version: OS:

 

 [2005-12-23 21:00 UTC] kontakt at zuckerimnetz dot de
Description:
------------
I have a Class that has methods and the methode show()
when i calling this methode after an print_r the server apache2 is crashing. he can't find my localhost adress.

$m = new MyClass();
echo '<pre>';
print_r($m);
echo '</pre>';
$m->show();

I hope i can my English make better :-)
and i hope i can help you

Reproduce code:
---------------
standard page when the Browser can't find the adress URL


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-23 22:47 UTC] tony2001@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2005-12-24 18:38 UTC] kontakt at zuckerimnetz dot de
Sorry, his "Bug" was my error. I overhead this.
I had in the Method Show an little error :(
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC