Lines Matching refs:phpinfo
75 phpinfo();
76 $phpinfo = strip_tags(ob_get_contents());
79 $phpinfo = substr($phpinfo, strpos($phpinfo, 'MysqlI Support => enabled'), 500);
80 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
81 printf("[002] Cannot get # active persistent links from phpinfo()\n");
134 phpinfo();
135 $phpinfo = strip_tags(ob_get_contents());
137 $phpinfo = substr($phpinfo, stripos($phpinfo, 'MysqlI Support => enabled'), 500);
138 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
139 printf("[010] Cannot get # of active persistent links from phpinfo()\n");
172 phpinfo();
173 $phpinfo = strip_tags(ob_get_contents());
175 $phpinfo = substr($phpinfo, stripos($phpinfo, 'MysqlI Support => enabled'), 500);
176 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
177 printf("[016] Cannot get # of active persistent links from phpinfo()\n");