Home
last modified time | relevance | path

Searched refs:phpinfo (Results 1 – 25 of 49) sorted by relevance

12

/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt2 phpinfo() mysqli section
15 phpinfo();
16 $phpinfo = ob_get_contents();
20 if (!stristr($phpinfo, "mysqli support"))
26 if (!stristr($phpinfo, "mysqli.default_host"))
29 if (!stristr($phpinfo, "mysqli.default_port"))
32 if (!stristr($phpinfo, "mysqli.default_pw"))
35 if (!stristr($phpinfo, "mysqli.default_socket"))
38 if (!stristr($phpinfo, "mysqli.default_user"))
41 if (!stristr($phpinfo, "mysqli.max_links"))
[all …]
H A Dmysqli_pconn_max_links.phpt79 phpinfo();
80 $phpinfo = strip_tags(ob_get_contents());
83 $phpinfo = substr($phpinfo, strpos($phpinfo, 'MysqlI Support => enabled'), 500);
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);
145 printf("[010] Cannot get # of active persistent links from phpinfo()\n");
178 phpinfo();
179 $phpinfo = strip_tags(ob_get_contents());
[all …]
/PHP-8.3/ext/fileinfo/tests/
H A Dfinfo_phpinfo_basic.phpt2 Test finfo extension : loading into phpinfo()
8 echo "*** Testing finfo extension : loading info phpinfo() ***\n";
11 echo phpinfo(8);
18 *** Testing finfo extension : loading info phpinfo() ***
/PHP-8.3/ext/standard/tests/general_functions/
H A Dphpinfo2.phpt2 phpinfo() CGI
7 var_dump(phpinfo());
10 var_dump(phpinfo(0));
13 var_dump(phpinfo(INFO_LICENSE));
H A Dphpinfo.phpt2 phpinfo()
5 var_dump(phpinfo());
8 var_dump(phpinfo(0));
11 var_dump(phpinfo(INFO_LICENSE));
15 phpinfo()
63 phpinfo()
66 phpinfo()
H A Dbug67498.phpt2 phpinfo() Type Confusion Information Leak Vulnerability
6 phpinfo(INFO_VARIABLES);
10 phpinfo()
H A Dphpinfo-header-anchors.phpt2 phpinfo() with clickable anchor tags
6 phpinfo();
H A Dbug80771.phpt2 Bug #80771 (phpinfo(INFO_CREDITS) displays nothing in CLI)
6 phpinfo(INFO_CREDITS);
/PHP-8.3/Zend/tests/
H A Derrmsg_020.phpt4 disable_functions=phpinfo
9 phpinfo();
16 Call to undefined function phpinfo()
/PHP-8.3/ext/standard/tests/
H A Dbug80915.phpt2 Bug #80915: Taking a reference to $_SERVER hides its values from phpinfo()
11 phpinfo(INFO_VARIABLES);
15 phpinfo()
H A Dbug81048.phpt2 Bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion")
13 phpinfo(INFO_VARIABLES);
16 phpinfo()
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_phpinfo.phpt2 PDO_OCI: phpinfo() output
17 phpinfo();
23 printf("[001] Cannot find OCI PDO driver line in phpinfo() output\n");
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_phpinfo.phpt2 MySQL PDO phpinfo() output
17 phpinfo();
25 printf("[001] Cannot find MySQL PDO driver line in phpinfo() output\n");
/PHP-8.3/ext/gettext/tests/
H A Dgettext_phpinfo.phpt2 Test phpinfo() displays gettext support
7 phpinfo();
/PHP-8.3/ext/xsl/tests/
H A Dxsl-phpinfo.phpt2 Test phpinfo() displays xsl info
7 phpinfo();
/PHP-8.3/ext/oci8/tests/
H A Dpecl_bug16035.phpt8 phpinfo(INFO_MODULES);
9 $phpinfo = ob_get_clean();
10 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
H A Dconnect_without_oracle_home.phpt8 phpinfo(INFO_MODULES);
9 $phpinfo = ob_get_clean();
10 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
H A Dconnect_without_oracle_home_11.phpt9 phpinfo(INFO_MODULES);
10 $phpinfo = ob_get_clean();
11 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
H A Dminfo.phpt9 phpinfo(INFO_MODULES);
/PHP-8.3/sapi/cli/tests/
H A D004.phpt14 var_dump(`$php -n --rf phpinfo`);
23 string(155) "Function [ <internal:standard> function phpinfo ] {
/PHP-8.3/ext/phar/tests/
H A Dphpinfo_001.phpt2 Phar: phpinfo display 1
18 phpinfo(INFO_MODULES);
21 phpinfo(INFO_MODULES);
H A Dphpinfo_002.phpt2 Phar: phpinfo display 2
18 phpinfo(INFO_MODULES);
H A Dphpinfo_003.phpt2 Phar: phpinfo display 3
18 phpinfo(INFO_MODULES);
/PHP-8.3/ext/xml/tests/
H A Dlibxml_expat_skipif.inc4 echo phpinfo(INFO_MODULES);
/PHP-8.3/ext/zlib/tests/
H A Dbug60761.phpt24 phpinfo();
40 // return value of phpinfo() will vary between installations...

Completed in 30 milliseconds

12