11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
|
|
--TEST--
|
||
|
|
Attempting to define die() function
|
||
|
|
--FILE--
|
||
|
|
<?php
|
||
|
|
|
||
|
|
function die() { }
|
||
|
|
|
||
|
|
?>
|
||
|
|
--EXPECTF--
|
||
|
|
Parse error: syntax error, unexpected token "exit", expecting "(" in %s on line %d
|