Lines Matching refs:phpinfo
66 phpinfo();
67 $phpinfo = strip_tags(ob_get_contents());
70 $phpinfo = substr($phpinfo, strpos($phpinfo, 'MysqlI Support => enabled'), 500);
71 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
72 printf("[002] Cannot get # active persistent links from phpinfo()\n");
119 phpinfo();
120 $phpinfo = strip_tags(ob_get_contents());
122 $phpinfo = substr($phpinfo, stripos($phpinfo, 'MysqlI Support => enabled'), 500);
123 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
124 printf("[010] Cannot get # of active persistent links from phpinfo()\n");
149 phpinfo();
150 $phpinfo = strip_tags(ob_get_contents());
152 $phpinfo = substr($phpinfo, stripos($phpinfo, 'MysqlI Support => enabled'), 500);
153 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
154 printf("[016] Cannot get # of active persistent links from phpinfo()\n");