Example #1
0
<?php

function xing($type)
{
    if ($type == 1) {
        $a = 'this type is one';
    } else {
        $a = 'this type is two';
    }
    echo 'this is a breakpoint';
    return $a . ' liang';
}
function ming()
{
    return 'my name is ' . xing(1) . ' xi feng';
}
echo ming();
activescript_foobar();
cpdf();
Cpdf();
cpdf_foo();
dbase();
dbx();
dio();
fam();
fbsql();
fdf();
filepro();
hw_api();
ingres();
ircg();
mcve();
ming();
mnogosearch();
msql();
mysql_connect();
ncurses();
oracle();
ovrimos();
pfpro();
sqlite();
sybase();
w32api();
yp();
// examples of extension names that should not be considered wrong
mnogosearch;
function pfpro()
{