Lines Matching refs:phpinfo
78 phpinfo();
79 $phpinfo = strip_tags(ob_get_contents());
82 $phpinfo = substr($phpinfo, strpos($phpinfo, 'MysqlI Support => enabled'), 500);
83 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
84 printf("[002] Cannot get # active persistent links from phpinfo()\n");
139 phpinfo();
140 $phpinfo = strip_tags(ob_get_contents());
142 $phpinfo = substr($phpinfo, stripos($phpinfo, 'MysqlI Support => enabled'), 500);
143 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
144 printf("[010] Cannot get # of active persistent links from phpinfo()\n");
177 phpinfo();
178 $phpinfo = strip_tags(ob_get_contents());
180 $phpinfo = substr($phpinfo, stripos($phpinfo, 'MysqlI Support => enabled'), 500);
181 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
182 printf("[016] Cannot get # of active persistent links from phpinfo()\n");