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
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:
33 - 28 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 09:01:26 2024 UTC