mirror of
https://github.com/php/php-src.git
synced 2024-12-26 02:10:46 +08:00
7e12b5da71
See also krakjoe/phpdbg#161
7 lines
73 B
PHP
7 lines
73 B
PHP
<?php
|
|
|
|
function foo()
|
|
{
|
|
return '<result>'; // line 5 is executable
|
|
}
|