php-sqlsrv/test/bvt/pdo_sqlsrv
2020-09-16 12:25:03 -07:00
..
break.inc added bvt - msdn sample codes 2017-06-02 15:59:44 -07:00
break_pdo.php added bvt - msdn sample codes 2017-06-02 15:59:44 -07:00
connect.inc added bvt - msdn sample codes 2017-06-02 15:59:44 -07:00
msdn_pdo_beginTransaction.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdo_construct.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdo_construct_2.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdo_construct_MARS.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdo_errorCode.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdo_errorInfo.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdo_exec.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdo_getAttribute.phpt Removed duplicate tests and updated client info regex (#1190) 2020-09-16 12:25:03 -07:00
msdn_pdo_getAvailableDrivers.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdo_prepare.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdo_prepare_2.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdo_prepare_cursor.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdo_query.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdo_quote.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdo_setAttribute.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdo_setAttribute_direct_query.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_bindColumn.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_bindParam.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_bindParam_2.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_bindParam_3.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_bindValue.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_closeCursor.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_columnCount.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_debugDumpParams.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_errorCode.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_errorInfo.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_execute.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_fetch.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_fetchAll.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_fetchColumn.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_fetchObject.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_fetchObject_class_name.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_getColumnMeta.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_nextRowset.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_rowCount.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_setAttribute.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
msdn_pdoStatement_setFetchMode.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
pdo_bindParam_inout_double.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
pdo_bindParam_inout_integer.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
pdo_bindParam_inout_string.phpt Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00
readme.txt Modified Readme text files 2017-06-13 12:07:27 -07:00
skipif.inc Use VS2019 for php 8 in Windows in the build scripts (#1149) 2020-07-07 11:31:16 -07:00

This folder mainly contains tests that are derived from the code examples on 

https://docs.microsoft.com/en-us/sql/connect/php/pdo-class
https://docs.microsoft.com/en-us/sql/connect/php/pdostatement-class

Modify connect.inc with the real credentials to run the tests, using the latest run-tests.php from 
https://raw.githubusercontent.com/php/php-src/master/run-tests.php