Home
last modified time | relevance | path

Searched refs:ini (Results 101 – 125 of 159) sorted by relevance

1234567

/php-src/ext/phar/tests/tar/
H A Dcreate_new_phar_b.phpt16 …): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_b.phpt39 …): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_c.phpt39 …): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Ddelete_in_phar_b.phpt42 Warning: unlink(): phar error: write operations disabled by the php.ini setting phar.readonly in %s…
/php-src/ext/phar/tests/zip/
H A Dcreate_new_phar_b.phpt16 …): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_b.phpt36 …): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_c.phpt36 …): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Ddelete_in_phar_b.phpt41 Warning: unlink(): phar error: write operations disabled by the php.ini setting phar.readonly in %s…
/php-src/ext/phar/tests/
H A Dcreate_new_phar_b.phpt16 …): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_b.phpt26 …): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_c.phpt26 …): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Ddelete_in_phar_b.phpt39 Warning: unlink(): phar error: write operations disabled by the php.ini setting phar.readonly in %s…
/php-src/ext/standard/tests/mail/
H A Dmail_log.phpt2 Test mail() function : mail.log ini setting
/php-src/ext/standard/tests/misc/
H A Dget_browser_variation2.phpt4 browscap={PWD}/browscap.ini
H A Dget_browser_error.phpt4 browscap={PWD}/browscap.ini
/php-src/ext/sqlite3/tests/
H A Dsqlite3_defensive.phpt2 SQLite3 defensive mode ini setting
/php-src/ext/mbstring/tests/
H A Dini_mbstring_invalid.phpt30 Warning: PHP Startup: Unknown encoding "UNKNOWN_ENCODING" in ini setting in Unknown on line 0
H A Dinternal_encoding.phpt2 Check that "internal_encoding" ini is picked up by mbstring
/php-src/ext/standard/tests/file/
H A Dparse_ini_file_variation2.phpt8 $output_file = __FILE__.".ini";
/php-src/sapi/fpm/tests/
H A Dfcgi-env-pif-apache-handler-without-docroot.phpt7 die('skip: The doc_root ini has to be unset for this test to work');
/php-src/ext/mysqli/tests/
H A Dmysqli_debug_ini.phpt2 mysqli_debug() - enabling trace with ini setting
H A Dmysqli_get_connection_stats_off.phpt2 mysqli_get_connection_stats() - disable via php.ini
/php-src/.circleci/
H A Dconfig.yml163 echo opcache.enable_cli=1 > /etc/php.d/opcache.ini
164 echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
/php-src/sapi/litespeed/
H A Dlsapi_main.c1229 const char ** ini; in cli_main() local
1247 for( ini = ini_defaults; *ini; ini+=2 ) { in cli_main()
1248 psKey = zend_string_init(*ini, strlen( *ini ), 1); in cli_main()
1250 (char *)*(ini+1), strlen( *(ini+1) ), in cli_main()
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data129 ini.with-hyphen = dot and hyphen
130 ini-with.hyphen = hyphen and dot

Completed in 27 milliseconds

1234567