File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / Zend / tests / bug24773.phpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:47:52 2012 UTC (13 years, 10 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

--TEST--
Bug #24773 (unset() of integers treated as arrays causes a crash)
--FILE--
<?php
	$array = 'test';
	unset($array["lvl1"]["lvl2"]["b"]);
?>
--EXPECTF--
Fatal error: Cannot unset string offsets in %s on line %d

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>