mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
8011c17fd3
now though)
10 lines
116 B
PHP
10 lines
116 B
PHP
--TEST--
|
|
Bison weirdness
|
|
--FILE--
|
|
<?php
|
|
error_reporting(E_ALL & ~E_NOTICE);
|
|
echo "blah-$foo\n";
|
|
?>
|
|
--EXPECT--
|
|
blah-
|