[PEAR-BUG] Bug #18690 [Opn->Fbk]: 30

[email protected]
Newsgroups php.pear.bugs
Message-ID <[email protected]>
Edit report at http://pear.php.net/bugs/bug.php?id=18690&edit=1

 ID:               18690
 Updated by:       [email protected]
 Reported By:      webmaster at digitalfamily dot co dot cc
 Summary:          30
-Status:           Open
+Status:           Feedback
 Type:             Bug
 Package:          Gtk_FileDrop
 Operating System: linux
 Package Version:  1.0.3
 PHP Version:      5.3.6
 Roadmap Versions: 
 New Comment:

-Status: Open
+Status: Feedback
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 PEAR.





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

[2011-07-26 21:41:10] gwjasu

Description:
------------
--TEST--
Bug #20539 (PHP CLI Segmentation Fault)
--SKIPIF--
<?php if (!extension_loaded("session")) die("skip session extension not
available"); ?>
<?php unlink(__DIR__. '/sess_' .session_id()); ?>
--INI--
session.auto_start=1
session.save_handler=files
session.save_path=./tests/basic/
--FILE--
<?php
	print "good :)\n";
	$filename = __DIR__ . '/sess_' . session_id();
	var_dump(unlink($filename));
?>
--EXPECT--
good :)
bool(true)


Test script:
---------------
Bug #51709 (Can't use keywords as method names)
--FILE--
<?php

class foo {
        static function for() {
                echo "1";
        }
}

?>
===DONE===
<?php exit(0); ?>
--EXPECTF--
Parse error: syntax error, unexpected T_FOR, expecting T_STRING in
%sbug51709_1.php on line %d

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


-- 
Edit this bug report at http://pear.php.net/bugs/bug.php?id=18690&edit=1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.