Home
last modified time | relevance | path

Searched refs:config (Results 151 – 175 of 361) sorted by relevance

12345678910>>...15

/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_local_infile_set_on.phpt12 require_once(__DIR__ . DIRECTORY_SEPARATOR . 'config.inc');
H A Dbug70389.phpt12 require(__DIR__. DIRECTORY_SEPARATOR . 'config.inc');
H A Dbug_39483.phpt8 require __DIR__ . '/config.inc';
/PHP-8.1/ext/pgsql/tests/
H A D12pg_insert.phpt14 include 'config.inc';
H A Dbug64609.phpt14 include 'config.inc';
H A D06copy_2.phpt10 include('config.inc');
H A Dgh8253.phpt11 include "config.inc";
H A Dgh12763.phpt9 include('config.inc');
H A Dbug65119.phpt11 include 'config.inc';
H A D10pg_convert_json_array.phpt14 include 'config.inc';
H A D15pg_delete.phpt11 include 'config.inc';
H A D18pg_escape_bytea_esc.phpt11 include('config.inc');
H A D13pg_select.phpt14 include 'config.inc';
H A Dbug46408.phpt15 require_once('config.inc');
H A Dconnect_after_close.phpt9 include('config.inc');
/PHP-8.1/ext/json/
H A Dconfig.m42 dnl Note that HAVE_JSON was never defined for Windows builds (see config.w32)
/PHP-8.1/
H A D.cirrus.yml17 …ble-intl --with-mhash --with-sodium --enable-werror --with-config-file-path=/etc --with-config-fil…
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_serialize.c119 data->config = SERIALIZED_DATA_CONFIG; in pcre2_serialize_encode()
182 if (data->config != SERIALIZED_DATA_CONFIG) return PCRE2_ERROR_BADMODE; in pcre2_serialize_decode()
266 if (data->config != SERIALIZED_DATA_CONFIG) return PCRE2_ERROR_BADMODE; in pcre2_serialize_get_number_of_codes()
/PHP-8.1/ext/odbc/tests/
H A Dodbc_data_source_001.phpt15 include 'config.inc';
/PHP-8.1/ext/openssl/tests/
H A Dbug73833.phpt8 $conf = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
H A Dbug72165.phpt8 $options = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
H A Dgh9339.phpt17 openssl_pkey_new([ 'config' => $configFile ]);
H A Dbug60632.phpt13 'config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf',
H A Dbug52093.phpt18 $options = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug81343.phpt8 require __DIR__ . '/config.inc';

Completed in 24 milliseconds

12345678910>>...15