mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
11 lines
139 B
PHP
11 lines
139 B
PHP
--TEST--
|
|
Cannot append to $GLOBALS
|
|
--FILE--
|
|
<?php
|
|
|
|
$GLOBALS[] = 1;
|
|
|
|
?>
|
|
--EXPECTF--
|
|
Fatal error: Cannot append to $GLOBALS in %s on line %d
|