Home
last modified time | relevance | path

Searched refs:ini (Results 51 – 75 of 148) sorted by relevance

123456

/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_cfg_var_array.phpt2 Using get_cfg_var() on an array ini value
H A Dbug49692.phpt8 var_dump(parse_ini_file('bug49692.ini', true));
H A Dbug40752.phpt6 $file = __DIR__."/bug40752.ini";
H A Dbug41445_1.phpt6 $file = __DIR__."/bug41445_1.ini";
H A Dbug52138.phpt2 Bug #52138 (Constants are parsed into the ini file for section names)
H A Dbug41445.phpt6 $file = __DIR__."/bug41445.ini";
/PHP-7.4/ext/readline/tests/
H A Dbug77812-readline.phpt12 $ini = getenv('TEST_PHP_EXTRA_ARGS');
14 $proc = proc_open("$php $ini -a", $descriptorspec, $pipes);
/PHP-7.4/ext/opcache/tests/
H A Dget_configuration_matches_ini.phpt2 Test that the directives listed with `opcache_get_configuration` include all those from the ini set…
/PHP-7.4/Zend/tests/
H A Dbug61087.phpt6 // even though it's not an .ini
/PHP-7.4/ext/standard/tests/misc/
H A Dbug65550.phpt4 browscap={PWD}/browscap.ini
H A Dbug69983.phpt4 browscap={PWD}/browscap.ini
/PHP-7.4/ext/openssl/tests/
H A DServerClientTestCase.inc66 $ini = php_ini_loaded_file();
69 PHP_BINARY, $ini ? "-n -c $ini" : "",
/PHP-7.4/sapi/phpdbg/
H A DREADME.md52 * `-n` ignore php ini
53 * `-c` search for php ini in path
55 * `-d` define php ini entry
/PHP-7.4/ext/phar/tests/
H A Dpharfileinfo_setmetadata.phpt49 Write operations disabled by the php.ini setting phar.readonly
50 Write operations disabled by the php.ini setting phar.readonly
H A Dphar_oo_011b.phpt37 Exception: Write operations disabled by the php.ini setting phar.readonly
/PHP-7.4/ext/mbstring/tests/
H A Dbug63447_002.phpt18 …t variables exceeded 4. To increase the limit change max_input_vars in php.ini. in Unknown on line…
H A Dbug63447_001.phpt18 …t variables exceeded 5. To increase the limit change max_input_vars in php.ini. in Unknown on line…
/PHP-7.4/tests/basic/
H A D027.phpt33 …riable nesting level exceeded 10. To increase the limit change max_input_nesting_level in php.ini."
H A Dbug71273.phpt2 Bug #71273 A wrong ext directory setup in php.ini leads to crash
/PHP-7.4/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt19 $iniFile = "php.ini";
62 $iniFile = "php.ini";
H A Dpopen_pclose_basic-win32-mb.phpt35 // remove variables_order= from PHP.ini (setting it in run-test's
38 // since we can't depend on PHP.ini being set a certain way,
/PHP-7.4/ext/standard/tests/strings/
H A Ddefault_charset.phpt10 echo "*** Default php.ini value ***\n";
67 *** Default php.ini value ***
/PHP-7.4/azure/
H A Dmsan_job.yml62 echo mysqli.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/mysqli.ini
63 echo pdo_mysql.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/pdo_mysql.ini
/PHP-7.4/Zend/tests/assert/
H A Dexpect_016.phpt24 Warning: zend.assertions may be completely enabled or disabled only in php.ini in %sexpect_016.php …
/PHP-7.4/ext/spl/tests/
H A Dspl_autoload_002.phpt5 if (spl_autoload_functions() !== false) die('skip __autoload() registered by php.ini');

Completed in 32 milliseconds

123456