Home
last modified time | relevance | path

Searched refs:ini_get_all (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/ext/standard/tests/general_functions/
H A Dini_get_all.phpt2 ini_get_all() tests
12 var_dump(gettype(ini_get_all()));
13 var_dump(ini_get_all(""));
14 var_dump(ini_get_all("nosuchextension"));
15 var_dump(ini_get_all("reflection"));
16 var_dump(ini_get_all("pcre"));
17 var_dump(ini_get_all("pcre", false));
18 var_dump(ini_get_all("reflection", false));
20 var_dump(ini_get_all("", ""));
27 Warning: ini_get_all(): Unable to find extension '' in %s on line %d
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_ini.phpt19 $values = ini_get_all();
33 printf("pdo.dsn.mysql cannot be accessed through ini_get_all()/ini_get()\n");
55 pdo.dsn.mysql cannot be accessed through ini_get_all()/ini_get()
/PHP-7.4/Zend/tests/multibyte/
H A Dbug68665.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_002.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_004.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_005.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_001.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_003.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_006.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
/PHP-7.4/ext/opcache/tests/
H A Dget_configuration_matches_ini.phpt12 $inis = ini_get_all('zend opcache');
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_006.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dscalar_strict_declaration_placement_007.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
/PHP-7.4/ext/standard/
H A Dbasic_functions.h96 PHP_FUNCTION(ini_get_all);
H A Dbasic_functions.c3044 PHP_FE(ini_get_all, arginfo_ini_get_all)
5430 PHP_FUNCTION(ini_get_all) argument

Completed in 24 milliseconds