Lines Matching refs:export
12 export MYSQL_TEST_USER=root
13 export MYSQL_TEST_PASSWD=root
15 export PDO_MYSQL_TEST_DSN="mysql:host=localhost;dbname=test"
17 export PDO_MYSQL_TEST_USER=root
18 export PDO_MYSQL_TEST_PASS=root
19 export PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1;dbname=master;version=7.0"
20 export PDO_DBLIB_TEST_USER="pdo_test"
21 export PDO_DBLIB_TEST_PASS="password"
22 export PHP_OCI8_TEST_USER="system"
23 export PHP_OCI8_TEST_PASS="pass"
24 export PHP_OCI8_TEST_DB="localhost/XEPDB1"
25 export PDO_OCI_TEST_USER="system"
26 export PDO_OCI_TEST_PASS="pass"
27 export PDO_OCI_TEST_DSN="oci:dbname=localhost/XEPDB1;charset=AL32UTF8"
28 export SKIP_IO_CAPTURE_TESTS=1