summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* - Convert cfunction -> function.Andi Gutmans2001-04-264-7/+7
|
* printf argnum (parameter swapping) support from Morten PoulsenRasmus Lerdorf2001-04-091-0/+8
|
* more win32 fixesAndré Langhorst2001-03-2112-118/+2
|
* - test script for rewritten domxml moduleUwe Steinmann2001-03-201-101/+41
|
* removed LC_* warninHartmut Holzgraefe2001-02-221-1/+1
|
* Sync the expected output with Linux dirname output. The test passes now.Sascha Schumann2000-12-241-6/+6
| | | | | | Perhaps this should be split into two tests, because the Win32 paths don't work properly with PHP's dirname on Unix.
* - add test for hw_insertanchors()Uwe Steinmann2000-12-121-2/+15
|
* updated with =& new syntaxAndre Langhorst2000-12-061-5/+5
|
* added $this in constructor test (fails currently)Andre Langhorst2000-12-061-0/+33
|
* added OO test (will fail currently)Andre Langhorst2000-12-061-0/+30
|
* changed run-tests.php to use 'php -q' instead of 'php -f'Hartmut Holzgraefe2000-12-031-3/+3
|
* - add testing for xpathUwe Steinmann2000-11-101-3/+24
|
* have you ever tried to run the regression tests with error_reporting=E_ALL ?Hartmut Holzgraefe2000-10-233-12/+12
| | | | | now it will run smoothly without all theese 'undefined ...' warnings
* * changed Andi's "testdirname" into a real regression testStig Bakken2000-10-041-2/+16
| | | | | | # Andi, could you verify that the expected output really # is correct?
* - Add dirname() test. Don't have time to create a real regression testAndi Gutmans2000-10-031-0/+16
|
* Remove deprecated call-time referenceStanislav Malyshev2000-09-031-1/+1
|
* * all tests should pass now (expect for the interbase stuff that I haven'tStig Bakken2000-08-314-1134/+18
| | | | | had the chance to test)
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-2754-0/+16638
| | | | | | | | 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.
* test file for pfproDavid Croft2000-07-151-0/+39
|
* - The pdfclock example using cpdfUwe Steinmann2000-07-121-0/+87
|
* bonsai testAndrei Zmievski2000-06-201-2/+2
|
* - changes to handle the slightly different access to attributesUwe Steinmann2000-06-151-3/+5
|
* testAndrei Zmievski2000-06-141-0/+1
|
* PHP code to test sscanf()Clayton Collie2000-06-062-0/+141
|
* Test scripts for ODBC addedAndreas Karajannis2000-05-286-0/+462
|
* - test script to test creation of flash filesUwe Steinmann2000-05-171-0/+120
|
* Testing.Andrei Zmievski2000-05-122-2/+2
|
* testAndrei Zmievski2000-05-121-2/+0
|
* Another test.Andrei Zmievski2000-05-121-1/+1
|
* Testing.Andrei Zmievski2000-05-121-2/+1
|
* testAndrei Zmievski2000-05-121-0/+1
|
* Testing.Andrei Zmievski2000-05-051-1/+1
|
* Object overloading API changed slightly (llist is now a pointer)Zeev Suraski2000-04-101-1/+3
|
* - fixed invalid class namesUwe Steinmann2000-03-141-1/+4
| | | | | - added standalone, encoding attribute to DocDocument class
* - bug fix, insertion of links back into HTML documentUwe Steinmann2000-03-091-3/+13
| | | | | - smarter test script
* - several fixes and cleanups in hw moduleUwe Steinmann2000-03-081-3/+15
|
* - tiny changes to testscript and domxmlUwe Steinmann2000-03-032-11/+11
|
* - dom class now distinguishes between $dom->root() and $dom->children()Uwe Steinmann2000-03-021-1/+3
| | | | | | $dom->root() returns just the element, $dom->children() all nodes e.g. comments
* - The root node of a xml doc is now an array since it is possibleUwe Steinmann2000-03-021-2/+3
| | | | | to have a comment or pi and an element on root level.
* - started to implement overload class for xml nodeUwe Steinmann2000-03-011-1/+6
|
* - some tiny changes to the test routineUwe Steinmann2000-02-221-2/+19
|
* - pdf_set_text_matrix() disappeared in pdflib 2.30. Put in another ifdefUwe Steinmann2000-02-211-1/+1
| | | | | - small fix in testdom to suppress error msg.
* - Fix some issues with the ISAPI module, made it friendlier to non Win32 ↵Zeev Suraski2000-02-182-0/+28
| | | | | | | | platforms - Added .reg file for PWS setup - Reordered some stuff in phpinfo()
* - fixed bug if attribute value is entityUwe Steinmann2000-02-171-1/+1
|
* - change some function name into php styleUwe Steinmann2000-02-171-7/+7
|
* - added funktion xmltree(), renamed dom() to xmldoc() and domfile()Uwe Steinmann2000-02-101-8/+16
| | | | | | to xmldocfile(). - testdom covers most of the functionality
* - removed stupid leftover in testdomUwe Steinmann2000-02-091-2/+2
| | | | | - added more functions to domxml
* - new function to read and parse xml doc from fileUwe Steinmann2000-02-091-0/+1
|
* - fixed several bugs an did some testing. Parsing and creating simpleUwe Steinmann2000-02-091-2/+4
| | | | | XML docs should work. See the script testdom.
* - Make Win32 compile againAndi Gutmans2000-02-051-1/+1
|