summaryrefslogtreecommitdiff
path: root/ext/interbase/tests/005.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Move ext/interbase to pecl/database/interbaseKalle Sommer Nielsen2019-05-011-289/+0
| | | | https://wiki.php.net/rfc/deprecate-and-remove-ext-interbase
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines in all *.phpt sections. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* Fix failing test upstreamGabriel Caruso2018-07-151-40/+40
| | | | | There was a trailing tab when a error message was generated. Removing it, test is passing now.
* partial test fixes, only obvious mistaking partsAnatol Belski2016-01-121-2/+2
|
* cleanup comments from svn/cvs eraPopa Adrian Marius2014-11-241-1/+1
|
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
|
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-2/+2
| | | | | * pull-request/341: (23 commits) typofixes
* - Remove unused blocksMarcus Boerger2004-05-191-2/+0
|
* Don't rely on isql anymore, as creating databases is now supported by the APIArd Biesheuvel2004-04-011-2/+2
| | | | | Changed tests to include ibase_query("SET TRANSACTION ...")
* Add missing CVS IdsArd Biesheuvel2003-09-051-1/+1
|
* Changed to reflect corrected ibase_trans() behaviourArd Biesheuvel2003-08-121-11/+10
|
* Added test for IBASE_REC_VERSION/IBASE_REC_NO_VERSION trans constantsDaniela Mariaschi2003-06-141-1/+23
|
* Make these tests actually work.foobar2003-04-251-6/+3
|
* Fixed include of interbase.incLudovico Magnocavallo2002-03-191-6/+5
| | | | | | | | | | | Fixed test database path Changed v_date field in test table definition to timestamp type Reduced maximum length of double precision type to 18 Tests 001 002 003 006 pass Test 004 (BLOB test) still needs to be fixed Test 005 (Transaction) gives the right output but issues a warning
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-271-0/+275
Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them.