ID:               47948
 Updated by:       johan...@php.net
 Reported By:      ehassler at synapsestudios dot com
-Status:           No Feedback
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: *
 PHP Version:      5.2.9
 New Comment:

When editing you have to use the "Edit Submission" tab to re-open it.

Are you sure the script you provided is correct - it works for me, as
far as I can tell, on 5.2 and 5.3 while there is a warning for a missing
parameter:

$ php -n index.php 
<pre>array(7) {
  [0]=>
  array(7) {
    ["file"]=>
    string(47) "/tmp/test47948/muqker/index.php"
    ["line"]=>
    int(41)
    ["function"]=>
    string(1) "f"
    ["class"]=>
    string(1) "A"
    ["object"]=>
    object(A)#2 (0) {
    }
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(0) {
    }
  }
  [1]=>
  array(7) {
    ["file"]=>
    string(47) "/tmp/test47948/muqker/index.php"
    ["line"]=>
    int(45)
    ["function"]=>
    string(1) "g"
    ["class"]=>
    string(1) "A"
    ["object"]=>
    object(A)#2 (0) {
    }
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(0) {
    }
  }
  [2]=>
  array(7) {
    ["file"]=>
    string(47) "/tmp/test47948/muqker/index.php"
    ["line"]=>
    int(15)
    ["function"]=>
    string(1) "h"
    ["class"]=>
    string(1) "A"
    ["object"]=>
    object(A)#2 (0) {
    }
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(0) {
    }
  }
  [3]=>
  array(7) {
    ["file"]=>
    string(47) "/tmp/test47948/muqker/index.php"
    ["line"]=>
    int(19)
    ["function"]=>
    string(2) "zz"
    ["class"]=>
    string(10) "Controller"
    ["object"]=>
    object(Controller)#1 (0) {
    }
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(0) {
    }
  }
  [4]=>
  array(7) {
    ["file"]=>
    string(47) "/tmp/test47948/muqker/index.php"
    ["line"]=>
    int(23)
    ["function"]=>
    string(10) "executeNew"
    ["class"]=>
    string(10) "Controller"
    ["object"]=>
    object(Controller)#1 (0) {
    }
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(1) {
      [0]=>
      &NULL
    }
  }
  [5]=>
  array(7) {
    ["file"]=>
    string(47) "/tmp/test47948/muqker/index.php"
    ["line"]=>
    int(59)
    ["function"]=>
    string(13) "executeClient"
    ["class"]=>
    string(10) "Controller"
    ["object"]=>
    object(Controller)#1 (0) {
    }
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(1) {
      [0]=>
      &NULL
    }
  }
  [6]=>
  array(4) {
    ["file"]=>
    string(47) "/tmp/test47948/muqker/index.php"
    ["line"]=>
    int(62)
    ["function"]=>
    string(4) "main"
    ["args"]=>
    array(0) {
    }
  }
}

Warning: Missing argument 2 for
CheckedFacilityPeer::getCheckedFacilities() in
/tmp/test47948/muqker/CheckedFacilityPeer.php on line 42
ff



Previous Comments:
------------------------------------------------------------------------

[2010-01-03 17:09:52] muqker at muqker dot com

I see the status has changed to "No Feedback". Is the script I provided

to reproduce not ok? I am sorry but I do not have a test environment 
where I can try your snapshot.

------------------------------------------------------------------------

[2009-12-22 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2009-12-15 04:26:30] muqker at muqker dot com

Hi.
Here is an example script that reproduces the problem.

http://dell.nba.ro/clienti/muqker/muqker.tar.gz 

Sorry, the code is a bit messy cos it is stripped down from a larger 
project, plus, it seems that the size of the callstack is somehow a 
factor to reproduce, so I could not cut more.
Anyway, it's 3 files, 120 lines total, so should be manageable.

------------------------------------------------------------------------

[2009-12-15 00:47:49] fel...@php.net

Please try using this snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/



------------------------------------------------------------------------

[2009-04-20 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/47948

-- 
Edit this bug report at http://bugs.php.net/?id=47948&edit=1

Reply via email to