diff options
author | Stanislav Malyshev <stas@php.net> | 2011-12-19 02:05:03 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2011-12-19 02:05:03 +0000 |
commit | 622412d8e6e3c9d8ab87a3ae5d507eb83406d338 (patch) | |
tree | a9797e26ab1fd4fd421839ef40874e19f7dd66fe /Zend/tests/bug39304.phpt | |
parent | beda5efd418b54965cb5756741903f8014ac4758 (diff) | |
download | php-git-622412d8e6e3c9d8ab87a3ae5d507eb83406d338.tar.gz |
implement the solution for isset/string offsets, fix bug #60362
Diffstat (limited to 'Zend/tests/bug39304.phpt')
-rwxr-xr-x | Zend/tests/bug39304.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/bug39304.phpt b/Zend/tests/bug39304.phpt index ea068df75d..8303b82573 100755 --- a/Zend/tests/bug39304.phpt +++ b/Zend/tests/bug39304.phpt @@ -7,10 +7,10 @@ Bug #39304 (Segmentation fault with list unpacking of string offset) echo "I am alive"; ?> --EXPECTF-- -Notice: Uninitialized string offset: 0 in %sbug39304.php on line 3 +Notice: Uninitialized string offset: 0 in %sbug39304.php on line %d -Notice: Uninitialized string offset: 1 in %sbug39304.php on line 3 +Notice: Uninitialized string offset: 1 in %sbug39304.php on line %d -Notice: Uninitialized string offset: 0 in %sbug39304.php on line 3 +Notice: Uninitialized string offset: 0 in %sbug39304.php on line %d I am alive |