Home
last modified time | relevance | path

Searched refs:set (Results 351 – 375 of 618) sorted by path

1...<<11121314151617181920>>...25

/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug68371.phpt16 // Extensive test: default value and set+get values
H A Dbug_42499.phpt35 // You must not use exec() to run statements that create a result set!
H A Dbug_61207.phpt20 update test set id = 2 where id = ?;');
35 update test set id = 1 where id = ?;');
50 $handle3 = $db->prepare('update test set id = 2 where id = ?;
67 update test set id = 2 where id = ?;
H A Dcommon.phpt15 # user set them from their shell
H A Dconfig.inc5 # user set them from their shell
H A Dpdo_mysql___construct.phpt227 …printf("[028] Character sets has not been set, @@character_set_connection reports '%s', expecting …
242 // we do another test to verify that the charset has been set.
260 …printf("[031] DSN = %s, Character sets has not been set, @@character_set_connection reports '%s', …
273 …printf("[033] DSN = %s, character sets has not been set, @@character_set_connection reports '%s', …
H A Dpdo_mysql_attr_case.phpt36 printf("[003] Cannot set PDO::ATTR_CASE = PDO::CASE_LOWER, %s - %s\n",
58 printf("[008] Cannot set PDO::ATTR_CASE = PDO::CASE_UPPER %s - %s\n",
72 printf("[011] Cannot set PDO::ATTR_CASE = PDO::CASE_NATURAL %s - %s\n",
H A Dpdo_mysql_attr_errmode.phpt54 printf("[007] Driver specific error code not set\n");
56 printf("[008] Driver specific error message not set\n");
70 printf("[011] Driver specific error code not set\n");
72 printf("[012] Driver specific error message not set\n");
89 printf("[015] Driver specific error code not set\n");
91 printf("[016] Driver specific error message not set\n");
127 printf("[023] Driver specific error code not set\n");
129 printf("[024] Driver specific error message not set\n");
H A Dpdo_mysql_connect_charset.phpt17 /* Make sure that we don't attempt to set the current character set to make this case useful */
20 …/* Done with the original connection, create a second link to test the character set being defined…
H A Dpdo_mysql_errorinfo.phpt27 printf("[%03d] Driver-specific error code not set\n", $offset);
29 printf("[%03d] Driver-specific error message.not set\n", $offset);
106 [015] Driver-specific error code not set
107 [015] Driver-specific error message.not set
108 [016] Driver-specific error code not set
109 [016] Driver-specific error message.not set
H A Dpdo_mysql_exec_select.phpt42 …// question is: will the result set be cleaned up, will it be possible to run more queries on the …
H A Dpdo_mysql_get_attribute.phpt31 printf("[%03d] Cannot set attribute '%s' to value '%s'\n",
44 printf("[%03d] Attribute '%s' was set to '%s'/%s but getAttribute() reports '%s'/%s\n",
H A Dpdo_mysql_multi_stmt_nextrowset.phpt48 echo "\nTesting with PDO::MYSQL_ATTR_MULTI_STATEMENTS set to {$value}\n";
92 Testing with PDO::MYSQL_ATTR_MULTI_STATEMENTS set to false
177 Testing with PDO::MYSQL_ATTR_MULTI_STATEMENTS set to true
H A Dpdo_mysql_stmt_variable_columncount.phpt52 // What will happen if a PS returns a differen number of result set column upon each execution?
/PHP-5.5/ext/pdo_oci/
H A Dconfig.m469 You need to tell me where to find your Oracle Instant Client SDK, or set ORACLE_HOME.
/PHP-5.5/ext/pdo_oci/tests/
H A Dcommon.phpt15 # user set them from their shell
H A Dpdo_oci_attr_prefetch_1.phpt20 echo "Test set: (value is ignored & has no effect)\n";
35 Test set: (value is ignored & has no effect)
H A Dpdo_oci_attr_prefetch_2.phpt18 echo "Test 1: Can't set prefetch after prepare\n";
40 Test 1: Can't set prefetch after prepare
H A Dpdo_oci_fread_1.phpt7 …_DSN')), 'charset=we8mswin1252')) die('skip expected output valid for WE8MSWIN1252 character set');
H A Dpdo_oci_stream_1.phpt7 …_DSN')), 'charset=we8mswin1252')) die('skip expected output valid for WE8MSWIN1252 character set');
H A Dpecl_bug_11345.phpt2 PECL PDO_OCI Bug #11345 (Test invalid character set name)
29 Connection failed: SQLSTATE[HY000]: OCINlsCharSetNameToId: unknown character set name (%s)
/PHP-5.5/ext/pdo_odbc/tests/
H A Dcommon.phpt25 // user should have to set PDOTEST_DSN so that:
38 // user set these from their shell instead
46 // on Windows and user didn't set PDOTEST_DSN, try this as a fallback:
63 } // else: $config['ENV']['PDOTEST_DSN'] not set
64 } // else: $config['ENV']['PDOTEST_DSN'] not set
H A Dlong_columns.phpt13 // setup: set PDOTEST_DSN environment variable
14 // for MyODBC (MySQL) and MS SQL Server, you need to also set PDOTEST_USER and PDOTEST_PASS
23 // set PDOTEST_DSN='odbc:Driver=SQL Server Native Client 11.0;Server=10.200.51.179;Datab…
24 // set PDOTEST_USER=sa
25 // set PDOTEST_PASS=Password01
36 // 7. set the environment variable PDOTEST_DSN="odbc:<system dsn from step 5>" ex: SET PDOTEST_DSN=…
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug68371.phpt18 // Extensive test: default value and set+get values
H A Dcommon.phpt15 # user set them from their shell

Completed in 31 milliseconds

1...<<11121314151617181920>>...25