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