summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix class namesMarcus Boerger2004-03-2913-67/+67
|
* added test for property_exists checks.George Schlossnagle2004-03-241-0/+25
|
* Add new testMarcus Boerger2004-03-141-0/+21
|
* Fix testRob Richards2004-02-111-0/+1
|
* Fix compiler warningsRob Richards2004-02-115-9/+11
| | | | | Update tests
* Update testsMarcus Boerger2004-02-033-3/+3
|
* Add new testMarcus Boerger2004-01-221-0/+31
|
* Update testsMarcus Boerger2004-01-224-19/+16
|
* Fix namespace regression bugRob Richards2004-01-211-3/+0
| | | | | | | Read attributes correctly Update sxe_prop_dim_exists logic Update profile
* Fix Bug #26976 (Can not access array elements using array indices)Rob Richards2004-01-211-3/+3
| | | | | | return index 0 as non iterable object update test
* typo fixfoobar2004-01-211-1/+1
|
* test for bug #26976foobar2004-01-211-0/+28
|
* Use external files only in 001.phpt & tests for bugsMarcus Boerger2004-01-186-27/+98
|
* update the tests proper-likeSterling Hughes2004-01-172-3/+2
|
* namespace accesses are now soley URI based as opposed to prefix based.Sterling Hughes2004-01-175-11/+5
|
* Major bugfix for consistency.Marcus Boerger2004-01-1714-140/+248
| | | | | | | # After long discussions we came to a conclusion on how to make this # extension consistent in itself. # Thanks to Rob for all the work
* Drop the external xml files no longer neededMarcus Boerger2004-01-173-71/+0
|
* No external xml filesMarcus Boerger2004-01-173-4/+72
|
* Don't use external xml filesMarcus Boerger2004-01-172-20/+19
|
* remove the parser errors here, so they accurately reflect what should happen.Sterling Hughes2004-01-173-5/+12
|
* Add test for inherited simplexml classesMarcus Boerger2004-01-171-0/+47
|
* update the profile of how namespaces should work after discussions withSterling Hughes2004-01-166-10/+10
| | | | | | | | shane and rob richards. there were a lot of race conditions with regards to the way namespaces have been handled in XML documents so far, this new method removes the race conditions, and gives me a real reason to add the children() and attributes() methods.
* Add a "profile" of simplexml's expected behaviour in the form of tests.Sterling Hughes2004-01-1611-0/+227
| | | | | | This will be expanded as issues arise and will be a formal definition (in code) of simplexml's behaviour.
* This is no longer usefull in any way.Marcus Boerger2004-01-141-51/+0
|
* add support for $foo["a:bar"]Rob Richards2004-01-131-2/+2
| | | | | | | | fix xsearch to only return values for text,element and attribute nodes fix getChildren and return array remove most methods update test
* Update attribute tests.Marcus Boerger2004-01-103-13/+93
| | | | | | # There is a memory leak with += when accessing the attributes directly # But yet ->elem[$n] is not fails in the engine
* Fix testMarcus Boerger2003-12-221-4/+4
|
* Update tests to see where they fail now exactlyMarcus Boerger2003-12-182-6/+24
|
* two new methods were addedDmitry Stogov2003-12-182-0/+141
| | | | | | $node->count($subnode_name) - returns count of subnodes with specified name $node->attributes() - returns array of attributes
* accessing singular subnode as arrayDmitry Stogov2003-12-171-18/+22
|
* *** empty log message ***Dmitry Stogov2003-12-173-0/+102
|
* Not needed here (copy'n'paste)Marcus Boerger2003-12-163-3/+0
|
* Add a test to check split text content collectingMarcus Boerger2003-12-161-0/+24
|
* Add error handling for element/attribute creation/changingMarcus Boerger2003-12-161-0/+40
|
* Add test for string conversion capabilities when used with echo/print.Marcus Boerger2003-12-161-0/+48
|
* Update testMarcus Boerger2003-12-051-1/+1
|
* Add new testMarcus Boerger2003-11-231-0/+51
|
* Several improvements to the simplexml_element object:Marcus Boerger2003-11-232-3/+21
| | | | | | - Allow to use it as an instance of Iterator - Prepareto use it as a normal object, including spcialization
* Fix testcase nameMarcus Boerger2003-11-131-1/+1
|
* Fix classname, CDATA handling (semantically identical to text) andMarcus Boerger2003-11-133-8/+50
| | | | | | iterators (Return sub elements as objects, converted to string you get the text).
* Add regression test for XPath supportMoriyoshi Koizumi2003-11-031-0/+20
|
* Fix testMoriyoshi Koizumi2003-11-031-5/+19
|
* Update test for an additional check to ensure the variable used for anMoriyoshi Koizumi2003-10-291-1/+8
| | | | | index would not be modified during deference.
* Add simplexml array handlers that allow to explicitly work with attributes.Marcus Boerger2003-10-291-2/+25
|
* added interop testChristian Stocker2003-10-272-0/+32
|
* fix test (validation returns a warning, if xml is not valid)Christian Stocker2003-10-261-4/+6
|
* Add attribute testMarcus Boerger2003-10-261-0/+19
|
* Add foreach testMarcus Boerger2003-10-263-2/+70
|
* And get the last thing workingMarcus Boerger2003-10-261-1/+1
|
* Add testMarcus Boerger2003-10-262-0/+41
|