php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64295 crash
Submitted: 2013-02-25 10:54 UTC Modified: 2013-02-25 12:00 UTC
From: oscar3x39 at gmail dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: Irrelevant OS: i don't know
Private report: No CVE-ID: None
 [2013-02-25 10:54 UTC] oscar3x39 at gmail dot com
Description:
------------
i don't know

就是崩潰哩~

Test script:
---------------
<?php
$a = "aaaa";
$b =& $a[0];
?>

Expected result:
----------------
crash(!?)
i don't know

Actual result:
--------------
crash(!?)
i don't know

Patches

GetAddrBug (last revision 2013-02-25 11:00 UTC by oscar3x39 at gmail dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-02-25 12:00 UTC] pajoye@php.net
-Status: Open +Status: Not a bug
 [2013-02-25 12:00 UTC] pajoye@php.net
There is no crash but a fatal error. Check your error log.

Fatal error: Cannot create references to/from string offsets nor overloaded 
objects in C:\temp\5.4.12ts\t.php on line 3
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 12:01:32 2024 UTC