php-src/ext/oci8/tests
Gabriel Caruso ce1d69a1f6 Use int instead of integer in type errors
PHP requires integer typehints to be written "int" and does not
allow "integer" as an alias. This changes type error messages to
match the actual type name and avoids confusing messages like
"must be of the type integer, integer given".
2018-02-04 19:08:23 +01:00
..
array_bind_001.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_002.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_003.phpt Mask DB usernames from expected test output for test portability 2016-07-07 11:52:17 +10:00
array_bind_004.phpt Mask DB usernames from expected test output for test portability 2016-07-07 11:52:17 +10:00
array_bind_005.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_006.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_007.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_008.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_009.phpt new tests 2005-12-08 22:30:23 +00:00
array_bind_010.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
array_bind_011.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_012.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
array_bind_013.phpt MFH 2007-01-19 19:43:30 +00:00
array_bind_014.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_bdouble.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_bfloat.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_date1.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_date.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_float1.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_float.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_int1.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_int.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_str1.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_str.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
array_bind_uin.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
b47243_1.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
b47243_2.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
b47243_3.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bind_boolean_1.phpt Add Oracle PL/SQL BOOLEAN type support to oci_bind_by_name() 2014-02-10 15:00:42 -08:00
bind_char_1_11gR1.phpt Squash some more PHP 7 diffs and improve test portability (Senthil) 2015-08-26 21:22:58 +10:00
bind_char_1.phpt Squash some more PHP 7 diffs and improve test portability (Senthil) 2015-08-26 21:22:58 +10:00
bind_char_2_11gR1.phpt Squash some more PHP 7 diffs and improve test portability (Senthil) 2015-08-26 21:22:58 +10:00
bind_char_2.phpt Squash some more PHP 7 diffs and improve test portability (Senthil) 2015-08-26 21:22:58 +10:00
bind_char_3_11gR1.phpt Fix bug #72524 (Binding null values triggers ORA-24816 error) 2016-08-07 09:39:44 +10:00
bind_char_3.phpt Fix bug #72524 (Binding null values triggers ORA-24816 error) 2016-08-07 09:39:44 +10:00
bind_char_4_11gR1.phpt Fix bug #72524 (Binding null values triggers ORA-24816 error) 2016-08-07 09:39:44 +10:00
bind_char_4.phpt Fix bug #72524 (Binding null values triggers ORA-24816 error) 2016-08-07 09:39:44 +10:00
bind_empty.phpt Bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with interned strings). Updated tests check some other edge cases 2010-04-29 05:07:16 +00:00
bind_long_raw.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bind_long.phpt Squash some more PHP 7 diffs and improve test portability (Senthil) 2015-08-26 21:22:58 +10:00
bind_misccoltypes_errs.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bind_misccoltypes.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
bind_number.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
bind_query.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bind_raw_2.phpt Test portability and coverage changes 2012-03-12 18:08:34 +00:00
bind_raw.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bind_rowid.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bind_sqltafc.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bind_sqltchr_1.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bind_sqltchr_2.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bind_sqltint.phpt Add initialization tests for SQLT_INT binds 2012-03-22 13:24:46 -07:00
bind_sqltnum_11g.phpt Improve row fetch changes for PHP7. Update test SKIPIFs. Add test for 11g client (Senthil) 2015-09-15 12:03:24 +10:00
bind_sqltnum.phpt Improve test portability 2015-11-25 12:43:05 +11:00
bind_unsupported_1.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bind_unsupported_2.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
bind_unsupported_3.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug26133.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug27303_1_11gR1.phpt Fix bug #72524 (Binding null values triggers ORA-24816 error) 2016-08-07 09:39:44 +10:00
bug27303_1.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
bug27303_2_11gR1.phpt Fix bug #72524 (Binding null values triggers ORA-24816 error) 2016-08-07 09:39:44 +10:00
bug27303_2.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
bug27303_3.phpt Fix #51220 by adding . Also improve reliability for tests using undefined behavior. 2010-03-26 19:38:26 +00:00
bug27303_4_11gR1.phpt Fix bug #72524 (Binding null values triggers ORA-24816 error) 2016-08-07 09:39:44 +10:00
bug27303_4.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
bug32325.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug35973.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug36010.phpt typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-19 20:23:00 +00:00
bug36096.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug36403.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
bug37220.phpt Improve test portabilty 2011-08-05 22:18:50 +00:00
bug37581.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
bug38161.phpt fix test names 2007-05-07 18:03:01 +00:00
bug38173.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug40078.phpt Change test package name ARRAYBINDPKG1 to a per-file unique name to aid parallel testing 2014-03-19 14:10:56 -07:00
bug40415.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug41069.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug42134.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug42173.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug42496_1.phpt Replace custom "stress_test" setting with generic SKIP_SLOW_TESTS 2011-11-03 21:52:59 +00:00
bug42496_2.phpt Replace custom "stress_test" setting with generic SKIP_SLOW_TESTS 2011-11-03 21:52:59 +00:00
bug42841.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug43492_2.phpt typo fixes 2013-07-15 00:19:49 -07:00
bug43492.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug43497.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
bug44008.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug44113.phpt Replace custom "stress_test" setting with generic SKIP_SLOW_TESTS 2011-11-03 21:52:59 +00:00
bug44206.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug45458.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug46994.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug47189.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug47281_tt.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug47281.phpt Change line endings: Windows to Unix 2015-11-26 06:51:46 +11:00
bug51253.phpt Squash some more PHP 7 diffs and improve test portability (Senthil) 2015-08-26 21:22:58 +10:00
bug51291_1.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug51291_2.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
bug68298.phpt Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil) 2015-11-07 02:24:17 +11:00
bug70700.phpt add test for bug #70700 2017-06-20 14:43:20 +10:00
bug71148.phpt Fixed bug #71148 (Bind reference overwritten on PHP 7) 2016-10-17 12:40:14 +11:00
bug71422.phpt Fixed bug #71422 (Fix ORA-01438: value larger than specified precision allowed for this column) 2016-04-14 13:50:01 +10:00
bug71600.phpt Fixed bug #71600 (oci_fetch_all segfaults when selecting more than 8 columns) (Tian Yang) 2016-04-14 14:09:16 +10:00
bug72524.phpt Sync OCI8 on PHP 7.x branches 2017-08-13 23:44:24 -04:00
bug74625.phpt Add IN bind case to bug74625.phpt 2017-06-21 15:47:32 +10:00
clientversion.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
close.phpt
coll_001.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_002_func.phpt Further PHP 7 compat for OCI8 2015-08-12 21:57:16 +10:00
coll_002.phpt Further PHP 7 compat for OCI8 2015-08-12 21:57:16 +10:00
coll_003_func.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_003.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_004_func.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_004.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_005.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_006_func.phpt Further PHP 7 compat for OCI8 2015-08-12 21:57:16 +10:00
coll_006.phpt Further PHP 7 compat for OCI8 2015-08-12 21:57:16 +10:00
coll_007.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_008.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_009_func.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_009.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_010_func.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_010.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_011_func.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_011.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_012_func.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_012.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_013_func.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_013.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_014_func.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_014.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_015_func.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_015.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_016_func.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_016.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_017_func.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_017.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_018.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
coll_019.phpt Sync OCI8 on PHP 7.x branches 2017-08-13 23:44:24 -04:00
commit_001.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
commit_002.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
commit_old.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
conn_attr_1.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
conn_attr_2.phpt Final diff fixes for PHP7 on base platform (some mem leaks still to be fixed). Update driver name. Improve test portability (Senthil) 2015-09-12 09:10:32 +10:00
conn_attr_3.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
conn_attr_4.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
conn_attr_5.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
conn_attr.inc Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
connect_1_old.phpt
connect_1.phpt
connect_old.phpt
connect_scope1.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
connect_scope2.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
connect_scope_try1.phpt Remove use of obsolete create_function() 2017-06-21 15:02:58 +10:00
connect_scope_try2.phpt Remove use of obsolete create_function() 2017-06-21 15:02:58 +10:00
connect_scope_try3.phpt Remove use of obsolete create_function() 2017-06-21 15:02:58 +10:00
connect_scope_try4.phpt Remove use of obsolete create_function() 2017-06-21 15:02:58 +10:00
connect_scope_try5.phpt Remove use of obsolete create_function() 2017-06-21 15:02:58 +10:00
connect_scope_try6.phpt Remove use of obsolete create_function() 2017-06-21 15:02:58 +10:00
connect_with_charset_001.phpt improve connection character set detection: 2006-08-10 12:15:58 +00:00
connect_without_oracle_home_11.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
connect_without_oracle_home_old_11.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
connect_without_oracle_home_old.phpt OCI8: More test updates 2013-10-16 22:33:34 -07:00
connect_without_oracle_home.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
connect.inc Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
connect.phpt
create_table.inc Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
create_type.inc
cursor_bind_err.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
cursor_bind.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
cursors_old.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
cursors.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
db_op_1.phpt Add new tests 2013-10-07 17:26:00 -07:00
db_op_2.phpt Add new tests 2013-10-07 17:26:00 -07:00
dbmsoutput.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
debug.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
default_prefetch0.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
default_prefetch1.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
default_prefetch2.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
default_prefetch.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
define0.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
define1.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
define2.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
define3.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
define4.phpt Further PHP 7 compat for OCI8 2015-08-12 21:57:16 +10:00
define5.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
define6.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
define_old.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
define.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
descriptors.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
details.inc Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
drcp_cclass1.phpt Improve row fetch changes for PHP7. Update test SKIPIFs. Add test for 11g client (Senthil) 2015-09-15 12:03:24 +10:00
drcp_characterset.phpt Merge DRCP & FAN support. PHP6 sync will happen later 2008-01-31 01:33:30 +00:00
drcp_conn_close1.phpt Merge DRCP & FAN support. PHP6 sync will happen later 2008-01-31 01:33:30 +00:00
drcp_conn_close2.phpt Merge DRCP & FAN support. PHP6 sync will happen later 2008-01-31 01:33:30 +00:00
drcp_connect1.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
drcp_connection_class.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
drcp_functions.inc Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
drcp_newconnect.phpt Merge DRCP & FAN support. PHP6 sync will happen later 2008-01-31 01:33:30 +00:00
drcp_pconn_close1.phpt Merge DRCP & FAN support. PHP6 sync will happen later 2008-01-31 01:33:30 +00:00
drcp_pconn_close2.phpt Merge DRCP & FAN support. PHP6 sync will happen later 2008-01-31 01:33:30 +00:00
drcp_privileged.phpt Improve row fetch changes for PHP7. Update test SKIPIFs. Add test for 11g client (Senthil) 2015-09-15 12:03:24 +10:00
drcp_scope1.phpt MFH 2008-04-18 00:05:27 +00:00
drcp_scope2.phpt MFH 2008-04-18 00:05:27 +00:00
drcp_scope3.phpt MFH 2008-04-18 00:05:27 +00:00
drcp_scope4.phpt MFH: New/updated tests 2008-05-13 00:05:09 +00:00
drcp_scope5.phpt MFH 2008-04-18 00:05:27 +00:00
driver_name_11gR2.phpt Final diff fixes for PHP7 on base platform (some mem leaks still to be fixed). Update driver name. Improve test portability (Senthil) 2015-09-12 09:10:32 +10:00
driver_name.phpt Fixed valgrind issue 2017-10-16 19:16:30 -04:00
drop_table.inc Fix diff when full connection string used. Clean up helper files 2009-10-05 22:51:21 +00:00
drop_type.inc Fix diff when full connection string used. Clean up helper files 2009-10-05 22:51:21 +00:00
dupcolnames.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
edition_1.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
edition_2.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
error1.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
error2.phpt Replace custom "stress_test" setting with generic SKIP_SLOW_TESTS 2011-11-03 21:52:59 +00:00
error3.phpt oci8 - Increase Oracle error message length for 11.2.0.3+ 2011-10-25 22:01:42 +00:00
error_bind_2.phpt Add Oracle PL/SQL BOOLEAN type support to oci_bind_by_name() 2014-02-10 15:00:42 -08:00
error_bind_3.phpt Add Oracle PL/SQL BOOLEAN type support to oci_bind_by_name() 2014-02-10 15:00:42 -08:00
error_bind.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
error_old.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
error_parse.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
error_set.phpt Add test for oci_set_* error changes 2013-09-06 08:14:18 -07:00
error.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
exec_fetch.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
execute_mode.phpt new tests 2005-12-08 22:30:23 +00:00
extauth_01.phpt Final diff fixes for PHP7 on base platform (some mem leaks still to be fixed). Update driver name. Improve test portability (Senthil) 2015-09-12 09:10:32 +10:00
extauth_02.phpt Final diff fixes for PHP7 on base platform (some mem leaks still to be fixed). Update driver name. Improve test portability (Senthil) 2015-09-12 09:10:32 +10:00
extauth_03.phpt Final diff fixes for PHP7 on base platform (some mem leaks still to be fixed). Update driver name. Improve test portability (Senthil) 2015-09-12 09:10:32 +10:00
extauth_04.phpt Final diff fixes for PHP7 on base platform (some mem leaks still to be fixed). Update driver name. Improve test portability (Senthil) 2015-09-12 09:10:32 +10:00
fetch_all1.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
fetch_all2.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
fetch_all3.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
fetch_all4.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
fetch_all5.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
fetch_all.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
fetch_array.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
fetch_assoc.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
fetch_into1.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
fetch_into2.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
fetch_into.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
fetch_object_1.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
fetch_object_2.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
fetch_object.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
fetch_row.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
fetch.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
field_funcs0.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
field_funcs1.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
field_funcs2.phpt refactor tests 2009-10-02 20:16:59 +00:00
field_funcs3.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
field_funcs_old.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
field_funcs.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
function_aliases.phpt Remove obsolete flag 2013-09-06 10:12:16 -07:00
imp_res_1.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_2.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_3.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_4.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_5.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_6.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_7.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_call_error.phpt Mask DB usernames from expected test output for test portability 2016-07-07 11:52:17 +10:00
imp_res_cancel.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_close.phpt Resolve build warnings. Bump ver. Better range check. Fix diffs 2015-08-19 10:42:53 +10:00
imp_res_cursor.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_dbmsoutput.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_field.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_func_error.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_get_1.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_get_2.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_get_3.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_get_4.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_get_5.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_get_all.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_get_cancel.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_get_close_1.phpt Further PHP 7 compat for OCI8 2015-08-12 21:57:16 +10:00
imp_res_get_close_2.phpt Resolve build warnings. Bump ver. Better range check. Fix diffs 2015-08-19 10:42:53 +10:00
imp_res_get_close_3.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_get_cursor.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_get_dbmsoutput.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_get_exec.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_get_none.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_insert.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_lob.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
imp_res_prefetch.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
ini_1.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
lob_001.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_002.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
lob_003.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_004.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_005.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_006.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_007.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_008.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_009.phpt Squash some more PHP 7 diffs and improve test portability (Senthil) 2015-08-26 21:22:58 +10:00
lob_009.txt
lob_010.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_011.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_012.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_013.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_014.phpt Further PHP 7 compat for OCI8 2015-08-12 21:57:16 +10:00
lob_015.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
lob_016.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_017.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_018.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_019.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_020.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_021.phpt Further PHP 7 compat for OCI8 2015-08-12 21:57:16 +10:00
lob_022.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_023.phpt Squash some more PHP 7 diffs and improve test portability (Senthil) 2015-08-26 21:22:58 +10:00
lob_024.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_025.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_026.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
lob_027.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_028.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_029.phpt More test portability fixes mostly for gcov.php.net 2011-08-13 00:43:34 +00:00
lob_030.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_031.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_032.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_033.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_034.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_035.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_036.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_037.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_038.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_039.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_040.phpt Sync OCI8 on PHP 7.x branches 2017-08-13 23:44:24 -04:00
lob_041.phpt Further PHP 7 compat for OCI8 2015-08-12 21:57:16 +10:00
lob_042.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_043.phpt Replace custom "stress_test" setting with generic SKIP_SLOW_TESTS 2011-11-03 21:52:59 +00:00
lob_044.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_aliases.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_null.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_temp1.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
lob_temp2.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
lob_temp.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
minfo.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
null_byte_1.phpt Improve cross version compat 2011-06-14 20:04:18 +00:00
null_byte_2.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
null_byte_3.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
num.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
oci_execute_segfault.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
old_oci_close1.phpt Further PHP 7 compat for OCI8 2015-08-12 21:57:16 +10:00
old_oci_close.phpt
password_2.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
password_new.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
password_old.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
password.phpt Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
pecl_bug6109.phpt Fixed bug #51291 (oci_error doesn't report last error when called two times) 2010-03-24 22:08:55 +00:00
pecl_bug8816.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
pecl_bug10194_blob_64.phpt Skip test while zend mm is disabled 2012-07-29 13:25:31 +08:00
pecl_bug10194_blob.phpt Skip tests reply on Zend MM turned on 2012-08-11 00:34:37 +08:00
pecl_bug10194.phpt Skip test while zend mm is disabled 2012-07-29 13:25:31 +08:00
pecl_bug16035.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
pecl_bug16842.phpt OCI8: Fixed bug #59985 (show normal warning text for OCI_NO_DATA). Sync NEWS. 2011-11-10 22:47:00 +00:00
persistent.phpt
prefetch_old.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
prefetch.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
privileged_connect1.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
privileged_connect.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
refcur_prefetch_1.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
refcur_prefetch_2.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
refcur_prefetch_3.phpt OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions. 2013-10-16 22:02:32 -07:00
refcur_prefetch_4.phpt Mask DB usernames from expected test output for test portability 2016-07-07 11:52:17 +10:00
reflection1.phpt OCI8: fix prototypes for oci_field_*(). They can take a column index or name. 2014-03-19 15:20:40 -07:00
reflection2.phpt Make tests portable with older PHP for PECL builds 2009-03-09 19:55:30 +00:00
select_null.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
serverversion.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
skipif.inc Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
statement_cache.phpt Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches 2011-06-10 19:16:35 +00:00
statement_type_old.phpt MFH more test improvements by Chris Jones 2006-12-27 09:49:53 +00:00
statement_type.phpt MFH more test improvements by Chris Jones 2006-12-27 09:49:53 +00:00
test.gif fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields) 2006-04-12 19:21:35 +00:00
test.txt MFH: use random text 2009-03-25 01:57:40 +00:00
testping.phpt MFH 2008-04-18 00:05:27 +00:00
uncommitted.phpt
xmltype_01.phpt Stablize test on Windows 2015-11-20 09:13:47 +11:00
xmltype_02.phpt Sync OCI8 on PHP 7.x branches 2017-08-13 23:44:24 -04:00