mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08:00
45f7b2bcc8
Also fix a single instance of CRLF in ibase_query.c.
13 lines
258 B
PHP
13 lines
258 B
PHP
--TEST--
|
|
string offset 002
|
|
--FILE--
|
|
<?php
|
|
$a = "aaa";
|
|
$x = array(&$a[1]);
|
|
?>
|
|
--EXPECTF--
|
|
Fatal error: Uncaught Error: Cannot create references to/from string offsets in %sstr_offset_002.php:3
|
|
Stack trace:
|
|
#0 {main}
|
|
thrown in %sstr_offset_002.php on line 3
|