ID:          16063
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:      Open
+Status:      Feedback
 Bug Type:    Arrays related
 PHP Version: 4.0CVS-2002-03-14
 New Comment:

To properly diagnose this bug, we need a backtrace to see what is
happening behind the scenes. To find out how to generate a backtrace,
please read http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open".


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

[2002-03-14 09:09:05] [EMAIL PROTECTED]

<?php
array_pop($GLOBALS);
?>
bash-2.04$ ../php rest.php
Segmentation fault (core dumped)
bash-2.04$

No problems with
<?php
        $a=array();
        $a[]=&$a;
        array_pop($a);
?>


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


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

Reply via email to