mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00

Closes GH-5857. Co-authored-by: Nikita Popov <nikita.ppv@gmail.com> Co-authored-by: Sammy Powers <sammyk@datadoghq.com>
8 lines
95 B
PHP
8 lines
95 B
PHP
<?php
|
|
|
|
function foo_observer_test()
|
|
{
|
|
echo __FUNCTION__ . PHP_EOL;
|
|
}
|
|
|
|
foo_observer_test();
|